All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— March 4, 2014 - Tuesday 04, March 2014 ———————————
network - mirror - mirroring - duplication -
thumbnail

Gor is a simple http traffic replication tool written in Go. Its main goal is to replay traffic from production servers to staging and dev environments.
Now you can test your code on real user sessions in an automated and repeatable fashion. No more falling down in production!

lv - lvm - virtualisation -

dd if=/dev/datastore/lv_name bs=10K | gzip -c > /backup/lv_name.img.gz

scp

lvcreate --size [taille du disque virtuel source] --name nom_labo_nom_exploitant vg_distributiondemandée

Recopier le snapshot dans ce nouvel espace lv :
zcat /backup/kvm/vg_distributiondemandée/nom_labo_nom_exploitant.img.gz > /dev/vg_distributiondemandée/nom_labo_nom_exploitant

-