while(!dead) learning++;
全部博文(132)
发布时间:2013-02-25 15:58:35
etho 接外网──ppp0eth1 接内网──192.168.0.0/24#!/bin/sh#modprobe ipt_MASQUERADEmodprobe ip_conntrack_ftpmodprobe ip_nat_ftpiptables -Fiptables -t nat -Fiptables -Xiptables .........【阅读全文】
发布时间:2013-02-25 15:53:36
第一部分01、Code maturity level options ---> 代码成熟等级选项01.01、 [ ] Prompt for development and/or incomplete code/drivers 默认情况下是选择的,这将会在设置界面中显示还在开发或者还没有完成的代码与驱动.你应该选择它,因为有许多设备可能必需选择这个选项才能进行配置,实际上它是安全的。0.........【阅读全文】
发布时间:2013-02-25 15:39:59
1、下载相关内核源码: http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.8.tar.gz2、将其拷贝到/usr/src/目录下: cp linux-3.8.tar.gz /usr/src/3、解压 tar zxvf linux-3.8.tar.gz4、.........【阅读全文】
发布时间:2013-02-25 10:54:21
free -m 命令是以M字节为单位显示内存的使用情况第一部分Mem行:total 内存总数: 2009Mused 已经使用的内存数: 771Mfree 空闲的内存数: 1237Mshared 当前已经废弃不用,总是0buffers Buffer 缓存内存数: 99Mcached Page 缓存内存数:369Mtotal(2009M) = used(771M) + free(1237M); 第.........【阅读全文】