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
Category: Linux
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