Setup Static IP Address
If you want to setup a Static IP Address in your system , Modify the file /etc/network/interfaces. If your First Ethernet Interface is eth0 ,see the following Example. Just add the following lines in the file with the help of an Editor and Restart the network or system.
auto eth0
iface eth0 inet static
address 192.168.0.25
netmask 255.255.255.0
gateway 192.168.0.1
after modifing the file
$ sudo /etc/int.d/networking restart
setup Static IP Address in Ubuntu 10.10
Related Posts:
Install/uninstall .deb file using dpkg a close look1. Howto install a .deb file sudo dpkg -i package_file.deb 2. Hoto uninstall a .deb file sudo dpkg -r package_name 3 Howto find version of a pack… Read More
Play Sony Handicam files ( .m2ts ) in Ubuntu Linux MT2S files are generally used with Sony formats and hardware, particularly Blu-ray Disc and AVCHD. Camcorders make use of M2TS in the form of AVCHD, … Read More
Uget-Best download Manger for Ubuntu Linux Uget (formerly urlgfe) is a Free and Open Source download manager written in GTK+ , it has many of features like easy-to-use , cross-platform (Wind… Read More
Howto Access / Install Device Manager in Ubuntu 9.10 Karmic koala There is not an application like Windows Device Manager Ubuntu. Gnome-Device-Manager is the Ubuntu equivalent for the Windows Device Manager applica… Read More
Howto Record Video Using VLC in Ubuntu / Debian VLC can also used for recording videos during Playback. But, By default the record button is hidden in VLC. First you have to enable the Record Butt… Read More
0 comments:
Post a Comment