访问外网 sudo pppoeconf
编辑启动项: sudo vim /etc/default/grub
出现以下情况:
<pre name="code" class="plain"># If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="locale=zh_CN"
最后在更新grub : sudo ubdate-grub
把第一个0改成4即可。
等于10的那个是选择系统的等待时间。
3.格式化u盘工具。 Gparted
4. ~表示个人主目录
5. 查看进程和杀死进程:用pgrep查看 pgrep codeblocks 对应pid 然后就可以杀死他,也可以用ps -e查看所有进程 kill -9 pid 绝杀