SD cards are not really a reliable storage, especially when used constantly e.g. while sitting in always powered-on Raspberry Pi. Because of that I've recently needed to perform lots of backup/restore operations ;) I wrote this script for backing up: ... read more →
Easiest way I've found to configure wifi on RaspberryPi, not really being mentioned when you search for such. Not using separate wpa_supplicant configuration at all. root@frontend:~# cat /etc/network/interfaces auto lo iface lo inet loopback iface e ... read more →
Just a quickie for tarsnap 1.0.35. Featuring my new favourite, download software called aria2. aptitude install aria2 libssl-dev zlib1g-dev e2fslibs-dev aria2c https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz aria2c https://www.tarsnap.co ... read more →