博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  CentOS Linux

摘要:From: http://blog.csdn.net/lchengcome/article/details/6715591From: http://bbs.chinaunix.net/thread-3753562-1-1.html第一步:下载内核源码:http://www.kernel.org/pub/linux/kernel# cp linux-3.10.tar.xz /usr/src/linux-3.10.tar.xz# tar -xf linux-3.10.tar.xz# cd /usr/src/linux-3.10第二步:开始编译清理以前的编译痕迹# make mrproper# ma 阅读全文
posted @ 2013-07-19 15:40 ZhanGSKen163 阅读(1016) 评论(0) 推荐(0)

摘要:【CentOS 6】1.在官网下载VirtualBox-4.2-4.2.16_86992_el6-1.x86_64.rpm安装。2.YUM安装kernel-devel包。3.把用户加入vboxusers中。[Archlinux][zsj@Arch ~]$ sudo pacman -S virtualbox[zsj@Arch ~]$ sudo pacman -S vde2[zsj@Arch ~]$ sudo pacman -S virtualbox-sdk[zsj@Arch ~]$ sudo pacman -S net-toolsFrom: https://wiki.archlinux.org/ 阅读全文
posted @ 2013-07-16 11:49 ZhanGSKen163 阅读(355) 评论(0) 推荐(0)

摘要:From: http://www.iteye.com/topic/599648中国国家授时中心:http://www.time.ac.cn/stime.asp其他网络时间服务器地址如下:(也可以自己去搜索下)time.nist.gov (美国)ntp.fudan.edu.cn (复旦) )(国内用户推荐使用此服务器)timekeeper.isi.edusubitaneous.cpsc.ucalgary.causno.pa-x.dec.comtime.twc.weather.comswisstime.ethz.chntp0.fau.dentp3.fau.detime-a.nist.govtime 阅读全文
posted @ 2013-06-21 01:22 ZhanGSKen163 阅读(728) 评论(0) 推荐(0)

摘要:From: http://hi.baidu.com/tangzzhh/item/0ece124e2b6904ed1e19bcfb1.vi /etc/inittab把“id:3:initdefault:”改成“id:5:initdefault:”2.vi /etc/gdm/custom.conf在[daemon]段下添加以下配置。AutomaticLoginEnable = trueAutomaticLogin = username3.reboot.注:有时候你可能还有这样的要求,希望出现登录画面,让你可以选择登录别的用户,但是在一定时间内(我们以10秒为例),用户没有选择别的用户登录,那么 就 阅读全文
posted @ 2013-05-31 02:00 ZhanGSKen163 阅读(469) 评论(0) 推荐(0)