Perfacilis Blog
Linux WebDav Server using Apache and MySql
To the point instructions on how to self-host a WebDav server on Debian based Linux, using Apache's WebDav module and MySQL as a back-end to store user credentials.
Windows Incremental Backup with Rsync and Powershell
Powershell implementation of our proven Rsync incremental back-up script
Setup Supervisor and Superlance for Email notifications on erros
Using the Superlance plugin we'll explain how to setup Email (or SMS) notifications if a process fails (or changes state). We'll also explain how to set up the latest Supervisor.
Install ASUS PCE-AC88 on Linux
Since ASUS doesn't want to make a proper driver for the PCE-AC88, we have to manually extract the drivers to get this PCI Wifi card working.
Rsync Incremental Backup Script (v2)
Our special in-house developed Rsync incremental backup script, you can use it for free to instantly get a working incremental back-up.
Incremental Back-up Script using Rsync (v1)
Create full and incremental back-ups using Rsync, with full explanation and examples of different Rsync commands.
Generate random passwords with bash
A shorthand command to easily generate a usable passwords using a bash shortcut, like randomkeygen.com does.
How to not brick Apache2 when using Let's Encrypt
Properly setting up a Let's Encrypt certificate so that it doesn't brick Apache2 every time the certificate needs to get updated. unnecessary