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 →
I'm experimenting with service separation by having each service run in its own operating system, all of the sharing hardware though. Why ? Separation seems to be the only secure approach to running any software. Check Joanna's blog out. I went with ... read more →
Just a quick one, for me to remember and for you to enjoy. dpkg -l | grep :i386 | cut -s -d ' ' -f3 | xargs apt-get remove -y dpkg --remove-architecture i386 apt-get update read more →