Category: Linux

  • Install Nginx+PHP+Mariadb on Debian 11

    1. Introduction I’m installing Debian 11 on a Hetzner server, a very reliable hosting (and they also have really good prices!). This server can be a good base for a laravel installation for example. Previously I’ve been using OVH for many years, but last year when I needed to cancel one of my servers that…

  • Our own git remote repository with Gitosis and Debian

    Our own git remote repository with Gitosis and Debian

    There are many options for having a private remote git repository on the internet like for example Github, that is free for public repositories but not for private ones. We can pay for one of this services or if we already have a server for our web, why not using it also for our repositories?…