La mairie de Paris se livre à la contrefaçon !
Il y a en ce moment un chantier dans Paris : la remise en double sens des grands boulevards. La mairie a publié récemment un article indiquant l'avancement de ce projet.
GNOME, vous faites ch*er
Comme vous le savez peut-être, je maintiens un document d'auto-formation intitulé Formation Debian. Le chantier du moment, c'est donc de la mettre à jour pour la prochaine sortie de Debian Wheezy. Je voudrais donc profiter de ce travail pour énoncer le message suivant : GNOME, vous faites ch*er.
rlwrap: give readline super powers to any command line tool
Classified in : Homepage, Debian, Command line
Did you ever use a tool such as netcat, which has no history and does not allow you to edit the line you are typing?
% nc localhost smtp 220 cocorico.example.com ESMTP Postfix HELO localhost 250 cocorico.example.com MAIL FROM: <tanguy@localhost> 250 2.1.0 Ok RCTP TO: <tanguy@localhost> 502 5.5.2 Error: command not recognized ^[[A Sh*t, line recall does not work! 502 5.5.2 Error: command not recognized
Read more rlwrap: give readline super powers to any command line tool
Re: Recherche d'une chaîne dans une arborescence
En réponse à un article de Thierry Bazzanella…
Pour rechercher une chaîne de caractère dans une arborescence entière de fichiers, avec GNU grep :
$ grep -R "chaîne" répertoire
A desktop file managers failure: writing an USB stick image
Classified in : Homepage, Debian, Command line, Grumble
Installing an operating system
When you want to install a new operating system, the first thing to do is to get an installer medium, which usually involves two steps: downloading an image, and writing it to a medium. There are two major types of media usable for that purpose: optical discs and USB sticks. There used to be a third one, floppy disks, but it is no longer used, and it was conceptually very similar to USB sticks.
Read more A desktop file managers failure: writing an USB stick image