Friday, May 30, 2014

How To Install VNC Server On CentOS

http://blog.shineservers.com/install-vnc-server-centos/

Wednesday, March 26, 2014

iptables remove specific rules


Execute the same commands but replace the "-A" with "-D". For example:

iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT

OP: iptables remove specific rules

Tuesday, January 07, 2014