GNU/Linux : effacer ses données de manière sécurisée
- Effacer un disque (ex : /dev/sda) : dd if=/dev/urandom of=/dev/sda – Effacer un fichier ou un répertoire (http://wipe.sourceforge.net) : wipe -r -i -Q 30 my_file_or_my_directory remarque : 30...
Mobile : l’offre forfait Free Mobile enfin dévoilée
Free a dévoilé ce matin son offre Free Mobile lors d’un grand show à la Steve Jobs qui valait le détour : 19,99 € : le Forfait tout illimité...
GNU/Linux : TCP over DNS tunnel
You want to use TCP over a DNS tunnel ? Have a look to this good article on http://analogbit.com/tcp-over-dns_howto Tweet This Post...
GNU/Linux : string replace with ‘sed’ command
$ sed -i ‘s/old_str/new_str/g’ file* => change all strings « old_str » by « new_str » in all files whose name begins by « file » Tweet This Post...
GNU/Linux : faire un tunnel VPN ethernet via SSH entre 2 machines
But : établir une connexion VPN en utilisant SSH en Ethernet entre 2 machines : serveur1 et client1 Pré-requis : un serveur OpenSSH installé sur une machine nommée serveur1 et bien configuré...
GNU/Linux : backup with fsarchiver
‘fsarchiver’ is a good way to make a full backup of a partition. For example to backup /dev/sda1 to /media/backup, first install ‘fsarchiver’ then use the following command in a...
Création de notre nouveau blog
Et oui, désormais notre blog sera hébergé sur notre propre site, à l’adresse blog.labavure.com. Venez partager avec nous nos voyages, nos émotions, nos conseils… Tweet This Post...