Robin Glauser


My Blog about Development, Design and my random thoughts.

List of really handy and/or useless command line tools

Introduction This is a list of useful command line tools which I often use during my day. For every tool I have listed a example with the parameters and the output of the tool. Example: $ toolname –option=value –other-option Output of toolname when run on my machine. This might not be identical on your installation. apropos With apropos you can … Read More


Supercharge your LAMP Stack Part 1: Install Multiple PHP Version in Ubuntu

In this tutorial I’d like to show you how to install and switch between multiple PHP version on Ubuntu. You should also be able to use this on other distribution, but you may have to adjust some of the commands and paths (apt-get, apache2). So let’s do this. To get set-up we first need to update our packet list if … Read More