
linux
cfpl0596
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
install ubuntu 14.04 by grub4dos in winxp system
1、download grub4dos,then unzip and copy follow four files to c disk: grldr,grldr.mbr,grub.exe,menu.lst 2、download ubuntu14.04.ios and rename to ubuntu.iso.copy to c disk. 3、copy initrd.lz vmlinuz....原创 2015-05-10 22:46:35 · 156 阅读 · 0 评论 -
notebook run ubuntu 15.04 is too hot
1、run terminal by root user 2、add follow text to file /etc/rc.local in front of "exit 0" echo IGD > /sys/kernel/debug/vgaswitcheroo/switch echo OFF > /sys/kernel/debug/vgaswitcheroo/...原创 2015-05-11 10:53:08 · 231 阅读 · 0 评论 -
upgrade ubuntu kernel
1、download kernel from "https://www.kernel.org/pub/linux/kernel/v3.x/" 2、mv to /usr/src/,then tar with order "tar -xvf linux-3.***.tar.gz" 3、switch to source code dir,run by root 4、run "sudo apt-g...原创 2015-05-11 13:04:58 · 441 阅读 · 0 评论