Posts Tagged ‘network’

Configuring Static Routes

This item was filled under [ Linux, Networking ]

Reference: http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-networkscripts-static-routes.html The following is a sample route-eth0 file using the network/netmask directives format. The default gateway is 192.168.0.1, interface eth0. The two static routes are for the 10.10.10.0/24 and 172.16.1.0/24 networks. However, as mentioned before, this example is not necessary as the 10.10.10.0/24 and 172.16.1.0/24 networks would use the default gateway anyway: ADDRESS0=10.10.10.0 NETMASK0=255.255.255.0 [...]

Continue reading...

Tagged with: [ , , , , ]

Linux Cloning between computers

This item was filled under [ Linux ]

Reference: http://wiki.linuxquestions.org/wiki/Cloning With tar Clone your computer like this:     * Have your source and target computer in one network.     * Use tar to transmit the files. This tutorial assumes your target’s hostname is target, and you are working on the source computer: cd / tar -cvl -f- / | ssh root@target “(cd /; [...]

Continue reading...

Tagged with: [ , , ]

Missing Security Tab in Windows XP

This item was filled under [ Windows ]

http://geekswithblogs.net/ram/archive/2006/03/09/71789.aspx If you have Windows XP, and your hard drive is formatted as NTFS, you can set permissions on files so that only users you specify can access them. However, if your Windows XP computer is not part of a Domain on a network, you may notice that there is no Security tab when you [...]

Continue reading...

Ubuntu 8.10 released

This item was filled under [ Uncategorized ]

Title: Ubuntu 8.10 releasedLink out: Click hereDescription: Features 3G Support For constant connectivity public WiFi has limitations. Improvements to the network manager in Ubuntu 8.10 makes it simple to detect and connect to 3G networks and manage connectivity. This connectivity is delivered through an inbuilt 3G modem, through \’dongle\’ support, through a mobile phone or [...]

Continue reading...

Tagged with: [ , , , , , , ]

Network Briding For KVM

This item was filled under [ Kernal Virtual Machine, Linux, Networking ]

Network Briding For KVM A Quick Guide to Using KVM with CentOS-5 Tip: How to Get Maximum Network Performance using paravirtual drivers and bridged networking

Continue reading...

Tagged with: [ , , ]