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

Backup your hidden files/folders with tar
I was looking for the right shell command to create a compressed archive only of my hidden files...

Locate your modified files/folders in the past with … find
Here’s few find command examples Find files/folders modified within the last nn minutes [crayon-5c67d9fe34cc5967010998/] Find files/folders modified within...

Screen brightness issue with Fedora 18 / KDE 4
Running KDE version 4 on Fedora 18 with my HP Pavillon DV6 laptop, I wasn’t able to modify...
GitList setup – Fixing permissions problem
Here’s a simple quick tip about GitList setup and conifguration Trying to install the latest version of GitList...

Logwatch: Keep an eye on your system activity
Install and configure logwatch on RHEL / Centos / Fedora server This article shortly explain how to install...

Downgrade Grub 2 default option after Xen kernel upgrade
Symptoms After I’ve upgraded the Linux kernel on my Fedora 18 server, I’ve faced a “kernel panic” on...