Category Archives: Raspberry Pi/Arduino

Setting up VPN on a Raspberry Pi

By | December 1, 2016

There are basically 2 ways to set up VPN on a Raspberry Pi. There is an easy way and a hard way. Use the PiVPN installer (https://www.sitepoint.com/setting-up-a-home-vpn-using-your-raspberry-pi/) Download and install OpenVPN manually (http://readwrite.com/2014/04/10/raspberry-pi-vpn-tutorial-server-secure-web-browsing/) The PiVPN installer is very neat and very cool and saves a lot of time. The disadvantage is that you are running… Read More »

Creating a Raspberry Pi Image in OSX

By | November 30, 2016

I had always used Win32 Disk Imager to create my Raspberry Pi images because I was a windows person prior to my conversion to Mac. To be honest, Win32 Disk Imager was really simple v trying to understand command line such as: sudo dd bs=1m if=path_of_your_image.img of=/dev/rdiskn I finally took the leap and gave it… Read More »