Category Archives: Debian Lenny
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 [...]
Also posted in Linux, Samba Tagged Active Directory, Debian, 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 [...]
Install the proprietary Closed source version of Virtualbox on Debian Lenny
I like the closed source version of virtualbox. I just do. This is how to install it quickly and simply:
add this to sources.list
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
run this to get the public key and install it:
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
then just install it
aptitude install virtualbox-2.1
this will automatically create the group “vboxusers” and [...]
Install backupexec 12.5 agent on Debian Lenny