Category Archives: Open-Source

Dealing with ssh “hidden” stuff: config file

If you use ssh a lot, you may sometimes feel tired giving same options all the time for the same server.
For example if you have an account ‘alpha’ on a server called ‘tarentula’ you may use the following command:
ssh alpha@tarentula
You may simplify your life: insert the following lines into your .ssh/config:
Host tarentula
[...]

Choosing the right File System Layout under Linux

As you may probably know, Linux supports various filesystems such as ext2, ext3, ext4, xfs, reiserfs, jfs among others. Few users really consider this part of a system, selecting default options of their distribution’s installer. In this article, I will give some reasons for a better consideration of the file-system and of its layout. I [...]

Le problème du dvorak-fr

La disposition clavier du dvorak-fr distribuée par Xorg dans les distributions Linux a changé il y a peu. En voilà les raisons, et un moyen de revenir à la disposition précédente.