Tic le Polard
samedi 18 avril 2015
[qemu] Spice your qemu up
›
Spice is a free and open-source alternative to the VNC protocol. It is actually faster and safer. It enables you to use a remote viewer on y...
mardi 14 avril 2015
[System] Patching an initramfs
›
Extract the cpio filesystem in a directory, create or modify files, recreate a new cpio archive. CPIO_FILE="rootfs.cpio" CPIO_...
lundi 13 avril 2015
[System] Use buildroot to create an embedded distribution
›
Get the buildroot git repository: git clone git://git.buildroot.net/buildroot Follow blindly the README sacred words. make list-defconfig...
[Trivia] Visualize your git history with gource
›
Find the source here: https://github.com/acaudwell/Gource The compilation is pretty straight forward: ./autogen ./configure # fix the d...
dimanche 12 avril 2015
[qemu] Create a complete system image without booting in the emulator
›
Create an empty disk image: qemu-img create -f qcow2 debian_bootstrap.qcow2 10G Use the nbd kernel module (Network Block Device) to create...
[qemu] Create a complete subnet of virtual machines
›
Let's create a virtual network with qemu/kvm and vde :) First, create a virtual switch where you will plug your virtual machines. vd...
vendredi 10 avril 2015
[Python] colored ascii art with pyfiglet
›
Your scripts are boring? Keep them interesting with some big ascii art characters! The following code is an example of what can be created...
‹
›
Accueil
Afficher la version Web