ip route add 192.168.1.0/24 via 192.168.0.1
You may also like
This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
I have found a great site if you are having trouble with file extensions. http://www.dougknox.com/xp/file_assoc.htm The files listed here are all ZIP […]
I just installed the latest version of webmin on my CentOs 5 server. I have not used webmin in about 2 years, […]