SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
VNC Server
How to install and enable a VNC server on your Centos box.
Edit the config file /etc/sysconfig/vncserver
VNCSERVERS="2:root"
VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd"Set a VNC password:
vncpasswdEnable automatic startup of the daemon:
chkconfig --levels 345 vncserver onStart the daemon:
service vncserver startTechnology:
- Log in to post comments