遇到2个奇怪的问题,求达人解决。。。
linux吧
全部回复
仅看楼主
level 5
casio1374633 楼主
1个是我的台式机是双系统的,有段日子没上了,最近开电脑发现,上网出现不稳定的情况,就是有时候好有时候像断线了似的。。。我想是不是跟我有优化ubuntu启动有关?我更改的地方有:1、禁用IPv6#vi /etc/modprobe.d/aliasesalias net-pf-10 ipv6===>alias net-pf-10 off #ipv6------------------------------------------2、将localhost化名为主机名# vi /etc/hosts127.0.0.1 localhost127.0.1.1 Ubuntu===>127.0.0.1 localhost Ubuntu127.0.1.1 Ubuntu----------------------------------------------3、禁用gettys# vi /etc/event.d/tty3-----------------------------------------------4、安装preload# apt-get install preload----------------------------------------------5、# vi /boot/grub/menu.lst (取消开机启动画面)----------------------------------------title Ubuntu 7.10, kernel 2.6.22-14-genericroot (hd0,0)kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=740accd9-9adc-4bce-8ca1-c2a7cb8428cf ro quiet splashinitrd /boot/initrd.img-2.6.22-14-genericquiet===>title Ubuntu 7.10, kernel 2.6.22-14-genericroot (hd0,0)kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=740accd9-9adc-4bce-8ca1-c2a7cb8428cf ro quiet nosplashinitrd /boot/initrd.img-2.6.22-14-genericquiet=================================================不知道是哪个地方出错了。。。。第二个 问题是:我的笔记本的方向右键坏掉了。我想通过shell的方式设置成当我同时按下shift+《left》的时候,能替换《right》的功能。因为是物理性坏掉的键,所以希望不论在什么模式下面都能有此功能。我自己查了下,一个是dumpkey,另一个是修改/etc/inputrc文件。不知道有没有高人能指点一下。。谢谢
2007年11月09日 03点11分 1
1