Did you notice that your timezone was not correct? This is how to configure the right timezone : timedatectl set-timezone Europe/Amsterdam You can check your date/time settings : timedatectl The timedatectl is installed by default, but when you did a minimal install you can fix this with the following command :Read More →

When you install a package using dpkg and somehow you kill the proces, you may encouter the above error. There is an easy solution for that : Remove the lock files using the following command : sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock cd /var/lib/dpkg/updates sudo rm * sudo apt-get updateRead More →

Use the following command to install PAR2 support on your Linux host : sudo apt-get install par If your device has more than 1 core available, you can significantly speed up verification and repair by using all cores in your system. Installing these multicore versions of Par2 is easy forRead More →