Posts

Featured Posts

The Homeserver saga - Part 1

3 minute read Modified:

Turning a laptop into a homeserver with Nextcloud & collabora in docker
It is a hot summer and my brain is to overcooked to program anything… Suddenly a bright light appears of nowhere and screams at me: “You are a privacy slut! All your files are stored on Google Photos and OneDrive. You are using Gmail and Instagram. DO SOMETHING!”. So I did. I quickly deleted instagram and went from gmail to mailbox.org. But before I could delete all my files from those cloud services I needed an alternative.

Nginx performance upgrades for your website

3 minute read Modified:

Speed up your website with Nginx gzip and browser caching
Why host your own webserver? Why would you even care about the hassle of setting up your own webserver? Two reasons: It is most likely cheaper than any webhosting package Customizability I have a 2GB Ram VPS on netcup.de and recently was lucky enough to get it on blackfirday for 1,69€ a month. Currently I am hosting a couple of NodeJS applications controlled with PM2, a CouchDB installation and a couple of static sites.

Raspberry Pi Kiosk Screen

4 minute read Modified:

Using a Raspberry Pi to display dynamic information on a TV and controlling when the TV is powered on.
Recently i was asked to configure a TV to automatically turn off and on on certain times and then display content in form of a website. A so called “kiosk screen”. I utilized a Raspberry 3b for this, set up Raspbian and wrote a short bash script that runs as a service on boot up. Part 1: Setup Raspberry Pi In order to have not only terminal output on our screen we need to install the full version of Raspbian, which comes with a GUI.