Convert an unsparse vm image to sparse vm image

Convert an unsparse vm image to sparse vm image¶ Few weeks ago, I needed to convert qcow2 image to raw image. So, I executed this command: qemu-img convert -f qcow2 -O raw vm-foo.qcow2 vm-foo.raw After that, I had an unsparse image because...

How to self published your code with Git over http

Introduction¶ Today i want to publish my scripts. Few days ago, I decided to use Git to release them. But it's only visible by me on my servers.So i decided to use Viewgit, a web interface in php. It's cool! Now, i can see my scripts with my browser …