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…
WordPress : how to remove white spaces and fix problems of RSS feeds
To solve white space of Wordpress RSS feeds problem ("The URL does not appear to reference a valid XML "), you must : - edit "wp-" Wordpress file : - find…
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.
Labavure apprend le Chinois
Ca y est, je me suis enfin décidé à franchir le pas : essayer d'apprendre le Chinois.
Web : a good newsreader
A good newsreader tool available on all platforms is :
Network : dnsdomain online tool
A good dnsdomain online tool is :
Web : how to remove your account or public profile on most popular websites ?
How to remove your account or public profile on most popular websites ? Have a look to this website :
Web/Graphism : how to generate a fake image online ?
You need to generate a fake image of a given size ? A simple way for this is to use the online website For example : ;font=lobster
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 .…