Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
tails [2015/12/22 22:45]
admin created
tails [2015/12/22 22:55]
admin
Line 2: Line 2:
  
 We’ll go over verifying the ISO, installing to USB, setting up persistence,​ and setting up the environment. To do so, we'll follow [[https://​www.deepdotweb.com/​2015/​06/​05/​in-depth-guide-to-tails-persistence/​|this guide from deepdotweb.com]] We’ll go over verifying the ISO, installing to USB, setting up persistence,​ and setting up the environment. To do so, we'll follow [[https://​www.deepdotweb.com/​2015/​06/​05/​in-depth-guide-to-tails-persistence/​|this guide from deepdotweb.com]]
 +
 +===== Get and Verify the ISO =====
 +
 +Download the ISO and SIGNATURE files form [[https://​tails.boum.org/​download/​index.en.html|this page]]. Put both under the same directory.
 +
 +Using a terminal, cd to the download directory, to verify the downloaded iso use:
 +<​code>​
 +> gpg --keyid-format long --import tails-signing.key
 +> gpg --keyid-format long --verify tails-i386-1.8.1.iso.sig tails-i386-1.8.1.iso
 +</​code>​