Tails

From Sudo Room
Revision as of 01:36, 9 December 2013 by Thex (talk | contribs) (Added install instructions that work)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Privacy for anyone anywhere

                                                    
  /###           /               ###                
 /  ############/            #    ###               
/     #########             ###    ##               
#     /  #                   #     ##               
 ##  /  ##                         ##               
    /  ###          /###   ###     ##       /###    
   ##   ##         / ###  / ###    ##      / #### / 
   ##   ##        /   ###/   ##    ##     ##  ###/  
   ##   ##       ##    ##    ##    ##    ####       
   ##   ##       ##    ##    ##    ##      ###      
    ##  ##       ##    ##    ##    ##        ###    
     ## #      / ##    ##    ##    ##          ###  
      ###     /  ##    /#    ##    ##     /###  ##  
       ######/    ####/ ##   ### / ### / / #### /   
         ###       ###   ##   ##/   ##/     ###/    
                                                    

It works, test post from Tails running on a 4GB Micro SD Card 185.17.93.142 00:25, 9 December 2013 (PST)

https://tails.boum.org

Screenshot of Tails About box, Ctrl + Alt + PrtSc


Download

Latest version as of 12/8/2013


Install

Install process from ubuntu terminal:

You need to determine the device name to install to, it is usually /dev/sdb or /dev/sdc, use mount to see available devices.

Install/update isohybrid by getting the syslinux package sudo apt-get install syslinux

The following actually sets up and copies the ISO:

isohybrid '~/Downloads/tails-i386-0.22~rc1.iso' --entry 4 --type 0x1c
sudo dd if='~/Downloads/tails-i386-0.22~rc1.iso' of=/dev/sdb bs=16M

This can take several minutes, and the console will not update until it's complete.

57+1 records in
57+1 records out
968681472 bytes (969 MB) copied, 137.456 s, 7.0 MB/s