loading...

Month: <span>January 2015</span>

Latest Posts
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…