Skip to content

Instantly share code, notes, and snippets.

@vhajdari
Last active July 11, 2017 21:57
Show Gist options
  • Save vhajdari/379db3c0a9b79522316b958fc1dc28bb to your computer and use it in GitHub Desktop.
Save vhajdari/379db3c0a9b79522316b958fc1dc28bb to your computer and use it in GitHub Desktop.
How to restore forgotten password: http://www.raspberrypi-spy.co.uk/2014/08/how-to-reset-a-forgotten-raspberry-pi-password/
-- add init=/bin/sh to `cmdline.txt`
-- `mount -rw -o remount /`
-- `passwd pi`
-- `sync`
-- `exec /sbin/init`
OpenVPN on RPi with PiVPN (http://www.pivpn.io/)
-- Run `curl -L https://install.pivpn.io | bash` and follow along
-> http://kamilslab.com/2017/01/22/how-to-turn-your-raspberry-pi-into-a-home-vpn-server-using-pivpn/
-> https://pimylifeup.com/raspberry-pi-vpn-server/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment