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...)
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.
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...)
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...)
Lab1
Target: change runlevel
edit /etc/inittab
id:X:initdefault:
Lab2
(Read More...)
Hits Today: 25
Total Hits: 21631