Linux

These posts are all related to Linux.

April 5, 2023

Run a livewire laravel app behind a nginx reverse proxy

For my web projects I'm using a Docker setup. Every single application is run as a docker container. To reach each of this containers, there is a nginx reverse proxy in place to route the traffic to...

Read

August 9, 2022

Git under WSL shows all files as modified

Caused by different line endings, there is a chance that git under WSL falsely flags files as modified. Under Linux there is typically LF als line ending where under Windows CR+LF is beeing used. To...

Read

October 10, 2021

GitHub Desktop for Linux

Git itself is a terminal based application but not everyone likes to commit changes via terminal commands. Then you can reach out to a gui client for git. One of this clients is GitHub Desktop. But...

Read

October 9, 2021

How to install MariaDB on Ubuntu

When you want to install MariaDB on Ubuntu you should first update your system. To do this, open your terminal and enter the following command. When your system is updated you can start by...

Read