Tag: Linux
-

Apache/PHP website in Docker with git integration
This tutorial will show you how to set up an Apache/PHP website in docker using docker-compose. It will show you a script to simplify the update process so Apache and PHP versions are easily updatable (if desired). Furthermore, it will add git integration. This will make it possible to push updates to your website from…
-

Portainer Community Edition
Prerequisites This tutorial works for Linux systems. For the next instructions to work, the following packages must be installed: Install Portainer CE First, let’s install Portainer! It will download the latest portainer-ce image and run it on port 9000. Portainer CE is the Community Edition. It is the free and open source variant. Visit https://github.com/portainer/portainer for the…
-

Oh My ZSH! with autosuggestions and syntax-highlighting
Prerequisites This tutorial works for Linux and macOS systems. For the next instructions to work the following packages must be installed: Oh My ZSH! First, let’s install Oh-My-ZSH. Alternatively you could use the method provided at https://ohmyz.sh/#install. Plugins Oh-My-ZSH allows us to install plugins. Two useful plugins are autosuggestions and syntax-highlighting. Both are available at…