1. Git replication: Part 2 - Now you can scale

    In my Part 1 - which I know is already more than a year old now - we saw that we could make it very …


  2. Systemd: Run it last ...

    You remember the good ol' days when running a command last was as easy as

    echo "last_command" >> /etc/rc.local
    

    Sure you do, and I bet you also know that now that systemd has become …


  3. Git replication: Part 1 - The poor man's way

    There's a lot of ressources about that on the web, it's a well covered topic already.
    Still I wanted to give out my own way of keeping Git repositories synchronized.

    Main features:
    • It's cheap :)
    • It …

  4. Update: Nginx + Uwsgi + Cgit

    Update:

    Steeve Chailloux notified me that this howto wasn't updated to the latest release of the uwsgi package that now have all modules as plugins.
    You should read the following:

    Install the packages

    Now that …


  5. Securing Consul


  6. Nginx + Uwsgi + Cgit

    As you've seen in my previous post, there's been some package updates in the EL6 Extras repository, so let's have some fun with them!

    First you indeed need my EL6 Extras repository if it's not …