The vboxdrv kernel module is not loaded

I recently got the problem with Virtualbox on Debian Jessie that vbox’s kernel modules were not loaded after updating my system. Every vbox-related command gave the following error output: WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (3.16.0-4-amd64) or it failed to load. Please recompile… Continue reading The vboxdrv kernel module is not loaded

Compile squid 3.5.x under Debian Jessie

Inspired by this article I tried to compile the most recent stable version of squid under Debian Jessie. With some small changes it works as expected. If you haven’t already, install the “build-essential” package. Additionally, if you want to compile squid with SSL-support, you also need “openssl” and “libssl-dev”: apt-get install -y openssl build-essential libssl-dev… Continue reading Compile squid 3.5.x under Debian Jessie