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...)
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.
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...)
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...)
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...)
Hits Today: 6
Total Hits: 21100