Tag Archives: ubuntu

VirtualBox doesn’t work on Ubuntu after kernel upgrade

One would think that they would automate the process… but no, need to run dpkg-reconfigure to rebuild it for the current kernel.

So run these 2 commands:

sudo dpkg-reconfigure virtualbox-dkms
sudo dpkg-reconfigure virtualbox

and your VB should be running again without problems.

Tagged , , , ,

How to setup LDAP Server on Ubuntu

LDAP (Lightweight Directory Access Protocol), in short, is an application protocol used to lookup for information on a server. As far as I figured, it is used mostly for user authorization or (e-mail) address books. The Wikipedia article on LDAP is quite good, so you can get basic info/ideas there.

Continue reading

Tagged , , , , ,