Select Page
Raspberry Pi NAS for Travelers

Raspberry Pi NAS for Travelers

You might be wondering – how has the Raspberry Pi NAS held up after 1 year, 9 months, and 29 days of traveling & heavy usage daily? Surprisingly well actually. Roll up the sleeves and read on. *** UPDATED 4/9/2016 *** rewrote lsyncd config for version...

Bullet-proof Apache: Nikto Security Scanner

If you’ve ever been responsible for maintaining an Apache web server, you know how important security is. Nikto provides an easy way to scan for known (and unknown) vulnerabilities within your Apache server.  Actually, it does a fairly comprehensive scan on...

Find Linux CPU Temperature

The easiest way to get a CPU temperature readout from Linux is by looking at an ACPI function called temperature: [code] cat /proc/acpi/thermal_zone/THRM/temperature [/code] You could also try sensors-detect and then sensors, but I had some trouble detecting the...

Install Microsoft TrueType Fonts in Fedora and Ubuntu

When it comes to typography, Microsoft TrueType fonts are both visually appealing and aesthetically pleasing. They’re found all over the web, usually specified in stylesheets. Unfortunately for Linux users, the most common TTFs aren’t installed (by...