ROUTE Command Windows Posted on February 17, 2011 by admin ROUTE ADD 192.168.1.0 MASK 255.255.255.0 192.168.5.1 -p 192.168.5.1 – gateway 192.168.1.0 – routed subnet Posted in Uncategorized Leave a comment
Sharing Internet Connection in Ubuntu Posted on August 14, 2011 by admin Start by configuring the network card that interfaces to the other computers on you network # ifconfig ethX ip where ethX is the network card and ip is your desired server ip address (Usually 192.168.0.1 is used) Then configure the NAT as followsRead More Posted in Uncategorized Leave a comment
Win 7/2008 connecting to Win 2000 problem Posted on August 14, 2011 by admin 1. Run regedit. 2. Navigate to:Read More Posted in Uncategorized Leave a comment
Backup Linux System using TAR Posted on October 26, 2010 by admin NEED MORE WORK! sudo tar -cpjf /var/backup/system-backup.tar.bz2 --exclude={/dev/*,/proc/*,/sys/*,/srv/*,/distr/*,/tmp/*,/home/xbmc/Downloads/*,/var/backup/*,/media/*,/mnt/*} / Posted in Uncategorized Leave a comment
Enabling PEAR by setting your open_basedir and include_path Posted on August 14, 2011 by admin Applies to: All (dv) Difficulty: Easy Time needed: 5 minutes Tools needed: sshSecure Shell or ssh is a network protocol that allows data to be exchanged over a secure channel between two computers.’); return false;” href=”javascript:void(0)”>ssh, Read More Posted in Uncategorized Leave a comment