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 | 21 July,2009 22:45

VNC

Vnc server port:5800, 5900

Server(192.168.0.254)
1.安裝vnc-server套件

#yum install vnc-server

[root@server1 ~]# rpm -qa|grep vnc-server
(Read More...)

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...)

aquatower | 18 July,2009 23:52

Lab1

Target: change runlevel

edit /etc/inittab

id:X:initdefault:


Lab2
(Read More...)