Category Archives: Samba
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 Debian Lenny, Linux Tagged Active Directory, Debian, lenny, Linux, Samba, winbind 10 Comments
Uninstall MySQL 5 from Debian
I completely. completely messed up MySQL. Badly. I wiped out the data directory (/var/lib/mysql in Debian) and the went to remove mysql …
apt-get remove --purge mysql-server
That only deleted something like 86K. dissapointing. It looks like “mysql-server” is a shortcut pointing to the latest version of the software. The real software is found under the name [...]
Group share for a Active Directory domain group with Samba