tools

How-To: using Python Virtual Environments

1 minute read

A nice thing about Python is that there is tons of modules available out there. Not all those modules are readily available for your distro and even if there...

How-To: tail multiple files with multitail

1 minute read

Many times you will end up tailing multiple files simultaneously. There is a sweet linux utility called multitail that will let you tail multiple files at th...

Mastering Top

3 minute read

top is most likely one of the most known Linux command and also one of the most used one, however most people do not take full advantage of its capabilities.

How-To: Tmux a Terminal Multiplexer

4 minute read

As a sysadmin, most of my time is spent working on remote machines and different task. tmux is a terminal multiplexer, meaning it allows you to run multiple ...