This is a generic guide to get up and running with a home server running on Ubuntu. If you are…
Latest Posts
Raspberry PI File Sharing with a Mac
From the Raspberry Pi terminal or SSH into the Pi: sudo apt-get update sudo apt-get install netatalk sudo /etc/init.d/netatalk stop…
Setting Raspberry Pi for a Static IP
sudo -s cd /etc/network cp interfaces interfaces.bak nano interfaces auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug…
Mounting Raspberry Pi SD Card on a Mac (with Write Access)
Download and install: Fuse for OS X (Make sure to check: MacFUSE Compatibility Layer) Download and install: fuse-ext2 Open Terminal Type: sudo…
Upgrading MySQL 3.23.58 to 5 [WIP]
Had to upgrade mass amounts of data from outdated MySQL 3.23 to 5. Couldn’t find any good guides so I…
Dual Network Booting (Mythbuntu, MediaMVP, and random crappy laptops)
Background I built a Mythbuntu machine out of a Dell PowerEdge 1600SC dual Xeon box with a Hauppauge PVR-500 dual…