background preloader

Linux

Facebook Twitter

Install Java Runtime Environment (JRE) in Ubuntu 9.10 (Karmic)  Linux Shell Scripting Tutorial - A Beginner's handbook. Mount samba shares with utf8 encoding using cifs. How to use apt-get behind proxy server (Ubuntu/Debian) : mypapit gnu/linux blog. Howto add permanent static routes in Ubuntu  If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting! Sponsored Link Static routing is the term used to refer to the manual method used to set up routing. An administrator enters routes into the router using configuration commands. This method has the advantage of being predictable, and simple to set up.

It is easy to manage in small networks but does not scale well. Advantages of Static Routes Easy to configureNo routing protocol overhead Disadvantages of Static Routes Network changes require manual reconfigurationNetwork outages cannot be automatically routed aroundDoes not scale well in large networks. Add a Static route using "route" command route add [-net|-host] <IP/Net> netmask <Mask> gw <Gateway IP> dev <Int>X Example route add -net 10.10.10.0 netmask 255.255.255.0 gw 192.168.1.1 dev eth0 route add -host 10.10.1.1 netmask 255.255.255.0 gw 192.168.1.1 dev eth0 route Use. Manually Mounting a USB Flash Drive in Linux. By Jason JonesPosted: 16 Feb 2005 *note* Before you begin trying to do this manually, make sure Linux has not all ready mounted your drive to your Desktop automatically. There are two ways to manually mount your flash drive in Linux. The first way we’ll describe should be used if you are going to rarely mount your drive, or only mount it once.The second way we’ll explain should be used if you plan on using your flash drive on a more regular basis. procedure to manually mount drive once Plug in the flash drive into one of the USB ports on your computer.

These usually are found on the back-side of your computer. After you’ve plugged it in, you’ll want to open a terminal window and become the “root” user. [jason@linux:~> su Password: linux:/home/jason # When it asks for your password, enter the root password. After you’ve become root, enter the following command into the same terminal window to see if your computer has recognized the flash drive you plugged in. (Visited 1 times, 1 visits today)