访问外网 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 绝杀
本文介绍了如何通过编辑Linux GRUB配置文件来更改默认启动系统,并提供了使用Gparted工具格式化U盘的详细步骤。同时,解释了如何调整GRUB的启动等待时间,以及如何在终端中使用pgrep和ps-e命令查看并结束进程。
1678

被折叠的 条评论
为什么被折叠?



