GNU/Linux : how to backup full disk with Clonezilla / Drbl server
Here are following two ways to make a fulll disk backup with Clonezilla / Drbl server. - First one, the easiest, is to download a Clonezilla Live ISO, to put…
GNU/Linux : how to check opened ports in linux ?
The simplest way to check opened ports in linux is to use the following 'netstat' command in a terminal : netstat -nlapute
GNU/Linux : Midori & Flash Player ?
Pour déclarer Flash Player dans le navigateur web Midori il suffit simplement de saisir la commande suivante dans un terminal : export MOZ_PLUGIN_PATH="/etc/alternatives/mozilla-flashplugin/"
GNU/Linux : how to upload a file with webdav and curl
You use webdav protocol, protected by a login/password, for your website "" and want to upload a file "" to one of your web sub-directory "subdir2" with a command line…
Windows : how to add a network printer using command line
If you want to add a network printer named "my_printer" to the network printers server named "my_printers_server", here's the magical command line :-) rundll32 ,PrintUIEntry /in /q /n\\my_printers_server\my_printer
Android : mes applications système préférées sous Android
Geek oblige, voici mes applications système préférées sous Android :-) Pré-requis pour bon nombre de ces applications : disposer d'un Android "rooté" 3G Widget : optimisez l'ouverture/fermeture de la 3G…
Web : AES text encryptor for Google Mail or anything else
If your want to encrypt text in your webmail, have a look to this easy online tool using AES cipher :
GNU/Linux : apt-get à travers un proxy http avec authentification
Si vous avez besoin d'utiliser la commande "apt-get" et que votre pc est situé dans un réseau forçant l'utilisation d'un proxy avec authentification, saisisser dans un terminal la commande suivante…
GNU/Linux : crypter/décrypter un fichier avec openssl
La librairie OpenSSL permet en autres choses de crypter/décrypter des fichiers - pour crypter un fichier () saisissez la commande suivante : openssl aes-256-cbc -a -salt -in -out puis saisissez un mot…
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 () : wipe -r -i -Q 30 my_file_or_my_directory remarque : 30 indique…