After I’ve installed Shinken (from rpm packages) on Centos 6, I’ve found useful to write a small script...

Nagios tips – Troubleshooting check_ping failure
This morning, I received (again) several notification by mail about check_ping from my Nagios server [crayon-5c67e517a84dc769486877/] So I’ve...

Git – patching your code with git-diff command
If like me sometime you don’t want to commit some modification to your code andĀ you’re using Git...
SysAdmin – Install MS TrueType fonts on Centos 6
Here’s below all steps you need to perform in order to install MS TrueType fonts on Linux Centos...
SysAdmin – display fsck progression
For those who want to run an filesystem check on large partition and/or LVM logical volume, you might...
Yum – package changelog
Here’s a simple but useful tip to view rpm package changelog
FreeNas – Renaming ZFS Pool
Here’s a quick post which explain how to safely rename a ZFS Pool (Volume) with FreeNAS This quick...

Git – rewriting author/email of your last git commits
How to modify your last n commits author/email While writing some code and pushing someĀ git commits, I’ve just...

Fix “authentication failed” using postgreSQL with PHP PDO
While writing some PHP code, I was facing authentication issue trying to connect to postgreSQL db with PHP...

Fix mysqldump issue after MySQL/MariaDB upgrade
After I’ve upgraded my MariaDB (MySQL should behave the same) server from version 5.1 to 5.5, my next...