tool

Terminator is a terminal emulator supporting tabs and multiple resizable terminal panels in one window native based on GNOME Terminal. Installation sudo apt-get install terminator Shortcuts : Ctrl-Shift-E: will split the […]

PostgreSQL Monitoring Tools

One day, you will need to monitor your database to analyse the performences, the number of queries, … Some tools exist ! pg_top This is the cousin of the simple […]

Here, you will find some useful (and a little advanced) use cases with git. The Cherry-pick TODO ….. Get the SHA1 of the last commit : git rev-parse HEAD Stash […]

Configuration Parameters git config –global color.diff auto git config –global color.status auto git config –global color.branch auto Informations about you git config –global user.name “your_pseudo” git config –global user.email my_email@domain.com […]