Web : faire un backup de votre boite mail IMAP
Vous désirez faire un backup de vos emails stockés dans une de votre boite mail IMAP (par exemple celle de Gmail de Google) ? Rien de plus simple, le script…
Sécurité : comment faire du « port-knocking » ?
Un article intéressant pour mettre en place une solution de "port-knocking" avec "fwknop" est disponible sur
GNU/Linux : comment utiliser le même port TCP pour votre serveur ssh, https ou openvpn ?
Un outil très simple à installer et à configurer vous permet d'utiliser un même port TCP pour appeller votre serveur ssh, votre serveur web et/ou votre serveur openvpn. Quel intérêt…
GNU/Linux : how to distribute a secret amongst a group of participants ?
How to distribute a secret amongst a group of participants ? Have a look to Shamir's Secret Sharing Scheme on
GNU/Linux : how a create a system user with no shell and no login
Here's the command to create a system user with no shell and no login (this can be useful to use it for running a specific application named "acme") : adduser…
GNU/Linux : comment migrer sa partition Linux root de ext3/ext4 vers btrfs
Hypothèse de départ : vous disposez d'une distrib Linux récente avec une partition linux root au format ext4 que vous souhaitez migrer vers le système de fichiers btrfs pour bénéficier…
GNU/Linux : how to secure your Ubuntu distrib : first tips
Have a look to to have firsttips to secure your Ubuntu distrib.
GNU/Linux : how to run a recursive grep
How to make a recursive grep to find the string 'acmee' in all files of current and sub-directories ? For this you can use linux cmd line : find .…
GNU/Linux : how to use pattern for rsync backup tool
A good site to understand how to use pattern with rsync backup tool is available on
GNU/Linux : 2 different ways to make a full website ftp backup using Linux command line
How to make full backup of your website via ftp using a Linux command line ? First let's suppose that : your ftp login is "my_ftp_login" your ftp password is…