Tag Raspberry Pi

Raspberry Pi USB Boot Mode

e037b7082ff11c3e81584d04ee44408be273e4d31fb713449cf7 640 coding

About Boot Mode The Raspberry Pi 3 can now be booted from a compatible USB drive. It works pretty well, but there are no noticeable differences in speed between a good SD card and a good USB drive. Primarily, cost…

Raspbian Jessie – Dig not found

e037b7082ff11c3e81584d04ee44408be273e4d31fb713449cf7 640 coding

While updating my RPi for a Cloudflare auto-ip-updater script, I ran into an issue where the dig command couldn’t be found. Also, the dnsutils package containing dig was not in the Raspbian repository. So, you can easily replace the dnsutils…

OpenVPN AutoLogin Script

10272784296 8a7bbb66f1 b openvpn

The following is an OpenVPN autologin script for my portable Raspberry Pi Kodi media center. It starts an OpenVPN connection on boot.   Dependencies The Expect package A folder containing an OpenVPN configuration file A folder for the script (I…