Advertisement
izajahmad

Install Onion Website In Linux

Feb 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. sudo apt-get install tor
  2. whereis tor
  3. cd /etc/tor
  4. nano torrc
  5.  
  6. #then remove comment
  7. #HiddenServiceDir /var/lib/tor/hidden_service/
  8. #HiddenServicePort 80 127.0.0.1:80
  9.  
  10. sudo tor
  11. cd /var/lib/tor/hidden_service
  12. cat hostname
  13. ## Video Link (How to install Ubuntu OS in VPS (VPSServer) by PuTTY SSH)
  14. ## https://youtu.be/HeJ0JtuEQK4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement