Friday, 1 August 2014

How To Install i2p On Debian Wheezy

Steps should be performed with root access: i.e. sudo su

Add the following lines to /etc/apt/sources.list.d/i2p.list

  1. nano /etc/apt/sources.list.d/i2p.list  
  2.   
  3. deb http://deb.i2p2.no/ stable main  
  4. deb-src http://deb.i2p2.no/ stable main 
Download the key used to sign the repository and add it to apt
  1. apt-key add debian-repo.pub  
Update repositories and install i2p
  1. apt-get update  
  2. apt-get install i2p i2p-keyring  
Run i2p (NEVER AS ROOT!)
  1. i2prouter start  
How To Install I2P On Debian Wheezy

1 comment:

  1. 1.i2prouter start .....as Administrator?

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...