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

How to temporary mount Clonezilla images to restore single files or folders

Like the headline says: This little how-to may help if one wants to mount an partition-image made with Clonezilla to recover single files or folders. While there is no tool like Norton’s “Ghost Explorer” for Clonezilla, so we have to unpack the whole image, process it with partclone and mount it via the loop device.… Continue reading How to temporary mount Clonezilla images to restore single files or folders

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