Differences

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

Link to this comparison view

Next revision
Previous revision
documentation:irssi_plus_tor [2013/07/14 22:55] – created anonymousconnect:contact:irc:irssi_plus_tor [2022/05/08 11:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
- 
 ===== irssi + tor ===== ===== irssi + tor =====
  
 ==== Step 1: Install polipo, tor and irssi==== ==== Step 1: Install polipo, tor and irssi====
-    $ apt-get install polipo tor torsocks irssi+    $ apt-get install tor torsocks irssi
  
 In order to make sure you are running the most up-to-date version of tor please refer to [[https://www.torproject.org/docs/debian | torproject.org/docs/debian]] In order to make sure you are running the most up-to-date version of tor please refer to [[https://www.torproject.org/docs/debian | torproject.org/docs/debian]]
  
-Now you should have installed: polipo, tor, torify, screen and irssi. Default settings work fine for now.+Now you should have installed: tor, torify, screen and irssi. Default settings work fine for now.
  
-====Step 2. Start Polipo and Tor==== +==== Step 2: run irssi over Tor ====
-    $ /etc/init.d/polipo start +
-    $ /etc/init.d/tor start+
  
 +    $ usewithtor irssi
  
-==== Step 3: run irssi over Tor ==== +==== Step 3: Connect to irc.oftc.net ====
- +
-    $ usewithtor irssi+
  
-==== Step 4: Connect to irc.oftc.net ==== 
 connect to the server, change your nickname and join the channel: connect to the server, change your nickname and join the channel:
-    $ /connect irc.oftc.net -p 6697+    $ /connect -ssl irc.oftc.net -p 6697
     $ /nick your_new_nickname     $ /nick your_new_nickname
     $ /join #cryptoparty     $ /join #cryptoparty
Line 26: Line 21:
 ==== Further information ==== ==== Further information ====
  
-For further information see [[https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/irssi| the Torprojects Torify HowTo (irssi)]].+For further information see [[https://trac.torproject.org/projects/tor/wiki/doc/TorifyHOWTO/irssi| the Torprojects Torify HowTo (irssi)]] or [[http://askubuntu.com/questions/61549/how-do-i-configure-irssi|How do I configure irssi]].