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-5adda8b4e8538256367063/] So I’ve...

Nagios – Installing check_as400 plugin
This post describe all the steps required to monitor your Systemi server(s) with the plugin check_as400 for Nagios.

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...