visit SysTutorials
摘要: 默认情况下Linux会开启IPV6支持,但是是使网速变慢,尤其是firefox的DNS查找等 关闭方法:编辑/etc/modprobe.conf 加入:alias net-pf-10 offalias ipv6 off 即可。 然后可以使用/sbin/ifconfig或/sbin/lsmod查看ip 阅读全文
posted @ 2010-07-26 11:52 ericlinux 阅读(617) 评论(0) 推荐(0)
摘要: 是没有相应中文字体的原因。 设置如下: [root@localhost fonts]# mkdir fallback[root@localhost fonts]# cd fallback/[root@localhost fallback]# pwd/usr/java/jdk1.6.0_05/jre/ 阅读全文
posted @ 2010-07-26 11:51 ericlinux 阅读(578) 评论(0) 推荐(0)
摘要: 很好玩alt+F2运行 free the fish会有一条小鱼游来游去玩的这篇文章是此文章的镜像备份: http://fclose.com/b/linux/ 阅读全文
posted @ 2010-07-26 11:50 ericlinux 阅读(141) 评论(0) 推荐(0)
摘要: 1. Linux的特色 基本上 Linux 是"免费″的,你可以自由从 Internet 上传下载。加上你无需为每个用户另购 License,Linux 远比其他 OS 便宜,亦成为很多学生及小型企业首选。 很多人都只注意 Linux 不用钱这点,但比免费更为重要的是 Linux 为一自由软体( F 阅读全文
posted @ 2010-07-26 01:21 ericlinux 阅读(407) 评论(0) 推荐(2)
摘要: 内核参数:kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/1 rhgb quiet single 加入single就可以了. 这篇文章是此文章的镜像备份: https://www.systutorials.com/39557/bypassi 阅读全文
posted @ 2010-07-26 11:54 ericlinux 阅读(202) 评论(0) 推荐(0)
visit SysTutorials