How to make the perfect TOR VM in VirtualBox
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 5 gadiem
pirms 5 gadiem
123456789101112131415
  1. PTS aka the Perfect Tor Setup
  2. # redirects all TCP traffic to Tor
  3. # runs its own DNS resolver
  4. - create a VirtualBox VM
  5. - install debian 9
  6. - setup LVM and crypto partition, set a long passowrd, possibly a sentence
  7. - unselect everything at tasksel
  8. - finish install and reboot
  9. - login and sudo apt-get install git
  10. - git clone https://git.home.spale.com/home/torvm.git
  11. - in the Virtaulbox VM Devices menu, select "Install Guest Additions CD Image..." (needed by the next step)
  12. - run install.sh script as root
  13. - reboot, done