This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

修性不修命,萬劫陰靈難入聖; 修命不修性,猶有家財無主柄
Album | Blog | Comment | Profile | Control Panel
標題列表  簡短摘要
aquatower | 19 July,2009 21:07

System Services

1.SSH: Secure Shell

can copy files securely
#scp host:/etc/hosts /etc/hosts

can execute commands remotely
#ssh root@host 'ifconfig eth0'

(Read More...)

aquatower | 19 July,2009 20:53

Lab1

1.安裝kernel-doc
2./usr/share/doc/$(uname-r)/Documentation/networking/ip-sysctl.txt
3.value : net.ipv4.icmp_echo_ignore_all
4.寫入/proc

5. 寫入/etc/sysctl.conf
6. load sysctl.conf

(Read More...)

aquatower | 19 July,2009 20:18

Kernel

three kernel
. regular (Kernel): one or more processor but 4GB of Ram and less
. PAE (Kernel-PAE): multiple processor and up to 16GB of Ram
. Xen (Kernel-xen): needed for virtualization


Modules

(Read More...)