Skip to content

Instantly share code, notes, and snippets.

@Pablohn26
Created March 15, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pablohn26/791990c0f4e4623df414e3f7bbb16527 to your computer and use it in GitHub Desktop.
Save Pablohn26/791990c0f4e4623df414e3f7bbb16527 to your computer and use it in GitHub Desktop.
Install tor on Ubuntu 14.04

Import public gpg key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 74A941BA219EC810

edit /etc/apt/sources.list and add:

deb http://deb.torproject.org/torproject.org trusty main

Install tor

apt-get install tor

Start (it ususally autostarts after installation)

service tor start

Enable on boot

update-rc.d tor enable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment