ZedTuX 0n R00t

Je travaille pour la plus grand entreprise du monde: L'open source.

Corebird is a Twitter client for GNOME

Corebird is an excellent Twitter client which has a lot of nice features. Here is how to compile it on Debian (Jessie): Version Francaise: http://blog.zedroot.org/corebird-un-client-twitter-pou...

Linux On Mac: SSD unleached

Recently I was running my Cucumber features in parallel and it was really slow (same speed as running normally the tests). Using the atop command I’ve identified that the DSK (Disk) line was red a...

Linux On Mac: Disable magic mouse 3 or middle bouton

Sometimes you will encounter the issue that right clicking with the Apple Magic Mouse will past the content of your clipboard. This is due to the fact that you’ve middle clicked, meaning you’ve mo...

Linux On Mac: Magic mouse scrolling

The magic mouse is working out-of-the-box but is very sensible ! First thing to do is to change the speed of the pointer in the User & System settings and then in the Mouse & Touchpad pane...

Linux On Mac: Replacement for Spotlight

Since OS X Yosemite, you can start any application, look for anything from Spotlight just by pressing CMD + Space. This is really handy and guess what !? GNOME 3 can do the same ! GNOME 3 has impl...

Linux On Mac: Use CMD as of on OSX

On OS X, you’re always using the CMD (or command) key in order to copy/paste, launch spotlight or switch applications. On Linux, the CMD key is considered as the Super key (coming from Windows) and...

Linux On Mac: Adapt the terminal

A feature I was using a lot with the OS X terminal (Well iterm2 actually) is the cleaning of the terminal with CMD + k. The Debian terminal can do the same but needs to be configured. Open the ter...

Linux On Mac: open command equivalent

When I was developing with OS X, I was often using the open command which opens the given file with the right application. For instance, giving a PDF path to the command opens Preview. On Linux th...

Git changed files

You need to see the list of modified files in your branch compared to master ? This is for you ! In your ~/.gitconfig file add the following in the [alias] section: 1 changedfiles = "!git diff -...

JHBuild : Construction automatisé de modules

JHBuild est un outil pour automatiser la compilation de modules. Vous pouvez l’utiliser pour compiler un peu tout et n’importe quoi mais ici il est surtout utilisé pour compiler GNOME et ses appli...