Jai Bharat on October 31st, 2004

Gyach Enhanced - YahooIM with webcam on Debian GnuLinux

Continue reading about Gyach Enhanced - YahooIM with webcam on Debian Gnu\Linux

Jai Bharat on October 29th, 2004

Stop prompt for username/password from windows machine when accessing a GnuLinux share

Continue reading about Samba settings

Jai Bharat on September 19th, 2004

Interested in using Java in Debian?

Continue reading about Interested in using Java in Debian?

Jai Bharat on September 19th, 2004

Java on Debian - Confluence

Continue reading about Java on Debian - Confluence

Jai Bharat on July 30th, 2004

Linux commands

Continue reading about Linux commands

Jai Bharat on December 1st, 2003

To set static IP to a machine

emacs /etc/network/interfaces

replace

auto eth0
iface eth0 inet dhcp

with

auto eth0
iface eth0 inet static
address 192.168.254.4
netmask 255.255.255.0
gateway 192.168.254.1
name Ethernet LAN card
broadcast 192.168.254.255
network 192.168.254.0

Continue reading about Set Static IP