Posted on December 20th, 2007 by linux
Terminal bell setting for debian and ubuntu are located in /etc/inputrc . Use your favorite editor to open /etc/inputrc file and search for line:
# set bell-style none
change it to:
set bell-style none
Note: you need to exit current terminal to allow changes to take place!
Filed under: Administration, Debian, Linux, Ubuntu | No Comments »
Posted on December 20th, 2007 by linux
Creating virtual IP address is very easy task. All we need is root access to the ifconfig command. This commands will create virtual ip addresses on eth0-> eth0:0 and eth0:1 network interface:
ifconfig eth0:1 192.168.148.143
ifconfig eth0:2 192.168.148.144
Filed under: Administration, Debian, Fedora, Linux, Networks, Ubuntu | No Comments »
Posted on December 20th, 2007 by linux
There are to packages which enable mp3 support on fedora linux. First package which needs to by installed can be found here: livna
Second package can be installed by fedora’s package management tool yum:
#yum install k3b-extras-nonfree
all done.
Filed under: Fedora | No Comments »