Tag Archives: Debian
Linux command line bandwidth monitor
You can find out how much bandwidth your linux machine is using with a simple tool called “bwm-ng”. In Debian, install it with
aptitude install bwm-ng
Then, just type ‘bwm-ng’ in the command line. It will give you something like this:
bwm-ng v0.6 (probing every 5.000s), press 'h' for help
input: /proc/net/dev type: rate
- [...]
Join Debian Lenny to Active Directory using Samba
If you install GNOME on Debian and intend to use it as a server, first thing you should do is remove the network-manager and network-manager-gnome packages. This tool can be helpful on a desktop, but since we are tweaking DNS, IP addresses, and perhaps even NIC bonding, the network-manager can screw up your settings.
aptitude purge [...]
Posted in Debian Lenny, Linux, Samba Also tagged Active Directory, lenny, Linux, Samba, winbind 10 Comments
Rip and convert to MP3 files in Debian Lenny
To create an MP3 audio file in Lenny, you need to install the proper package to encode them. I suggest you add the “debian-multimedia” repository while you are at it. Edit your /etc/apt/sources.list and add:
deb http://www.debian-multimedia.org lenny main
run
aptitude update
then install the gstreamer lame encoder:
aptitude install gstreamer0.10-lame
Then you are done. You can launch soundconverter and convert [...]
Debian eth0, eth1, eth2, in Virtualbox or VMware Virtual machines when copying