摘要: $ sudo vim /etc/kb/config BLANK_TIME=0 BLANK_DPMS=off 阅读全文
posted @ 2012-11-09 17:49 YUVU 阅读(285) 评论(0) 推荐(0) 编辑
摘要: $ sudo passwd root Enter new UNIX password: … 阅读全文
posted @ 2012-11-09 15:18 YUVU 阅读(111) 评论(0) 推荐(0) 编辑
摘要: $ cat /etc/apt/apt.conf Acquire::http::Proxy http://10.xx.xx.xx:80/; 将10.xx.xx.xx替换为你的代理。 阅读全文
posted @ 2012-11-09 13:57 YUVU 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1. sudo vim /etc/apt/sources.list 在文件开始处插入: deb http://mirrors.163.com/ubuntu/ quantal main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ quantal-security main restricted univ... 阅读全文
posted @ 2012-11-09 13:52 YUVU 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 来源: Douban VirtualBox的提供了四种网络接入模式,它们分别是: 1、NAT 网络地址转换模式(NAT,Network Address Translation) 2、Bridged Adapter 桥接模式 3、Internal 内部网络模式 4、Host-only Adapter 主机模式 第一种 NAT模式 解释: NAT... 阅读全文
posted @ 2012-11-09 13:19 YUVU 阅读(318) 评论(0) 推荐(0) 编辑
摘要: Ubuntu启动后默认大小为80×25,尺寸偏小,使用不便。 用如下步骤修改: 1. sudo vim /etc/default/grub 2. 找到 GRUB_CMDLINE_LINUX_DEFAULT 的那一行,修改其右值为 “quite splash vga=788” 3. sudo update-grub 4. sudo reboot 解释:vga=788 表示分辨率为800×... 阅读全文
posted @ 2012-11-09 11:11 YUVU 阅读(1490) 评论(0) 推荐(0) 编辑