Skip to content

Instantly share code, notes, and snippets.

View JavanXD's full-sized avatar
:octocat:
Coding all night long.

Javan Rasokat JavanXD

:octocat:
Coding all night long.
View GitHub Profile
@turcane
turcane / Raspberry Pi Tor Access Point.sh
Created July 21, 2019 19:44
Raspberry Pi Tor Access Point
# Tested on Rasperry 3B+ with Raspbian Buster (2019-07-10)
# Sources:
# 1. https://3os.org/raspberryPi/TOR-Pi/
# 2. https://jankarres.de/2013/12/raspberry-pi-tor-wlan-hotspotaccess-point/
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git vim monit htop vnstat -y
git clone https://github.com/unixabg/RPI-Wireless-Hotspot.git
cd RPI-Wireless-Hotspot
sudo ./install