ubuntu14.04技术积累

来源:互联网 发布:组织变革 知乎 编辑:程序博客网 时间:2024/05/29 23:44

访问外网 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=0GRUB_HIDDEN_TIMEOUT_QUIET=trueGRUB_TIMEOUT=10GRUB_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 绝杀

 

0 0
原创粉丝点击