Linux screen

In my day to day activities, I use the terminal pretty actively. I hate the idea of having many seperate terminal windows open, so I’m very happy with screen. According to the manpage, Screen is a full-screen window manager that multiplexes a physical terminal between several processes. In order to keep track of active screens or display which screen is currently active, I use the following screen config: ...

Magento2 truncate tables

This small script shows how to truncate different kinds of entity tables within Magento2 ...

Python virtualenv

When working with Python, it is generally so that work is done using virtual environments. Install virtualenvwrapper via pip install virtualenvwrapper --user ...

Test markdown

You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. ...