欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ubuntu常用命令备忘

程序员文章站 2022-03-05 17:22:30
...
1.在ubuntu10.10下面禁用thinkpad的触摸板:


sudo modprobe -r psmouse


重新激活触摸板:

sudo modprobe psmouse



2.在win7下安装ubuntu时,假如用EasyBCD来处理引导文件,修改menu.lst文件时,应该按如下

方式修改:

title Install Ubuntu 11.04
find --set-root /vmlinuz
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-10.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd /initrd.lz


而不是网络上流传的,下面的方式:
title Install Ubuntu 10.04
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/Ubuntu-10.04-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz

也就是说,不要写设备的编号。
相关标签: ubuntu