Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
playground:irssi_on_tor [2013/05/22 19:19 (UTC)] chrisabela |
playground:irssi_on_tor [2015/11/10 09:33 (UTC)] chrisabela |
||
---|---|---|---|
Line 23: | Line 23: | ||
tor (The Onion Router) provides anonymity for dissidents and whistle blowers on the Internet. It also channels traffic through port 443, thus it can be used to penetrate through some dumb firewalls that block some services to the users relying only on the destination port information. | tor (The Onion Router) provides anonymity for dissidents and whistle blowers on the Internet. It also channels traffic through port 443, thus it can be used to penetrate through some dumb firewalls that block some services to the users relying only on the destination port information. | ||
- | A SlackBuild for tor is maintained on the [[http:// | + | A SlackBuild for tor is maintained on the [[http:// |
If you are using a desktop, I recommend to install also vidalia. A SlackBuild for vidalia is also found on the [[http:// | If you are using a desktop, I recommend to install also vidalia. A SlackBuild for vidalia is also found on the [[http:// | ||
Line 44: | Line 44: | ||
Then you will need to logon Freenode via SASL authentication. | Then you will need to logon Freenode via SASL authentication. | ||
- | Install [[http:// | + | Install [[http:// |
Then proceed to install some required CPAN perl modules: | Then proceed to install some required CPAN perl modules: | ||
Line 50: | Line 50: | ||
As root, execute the following commands. Note that you will need an Internet connection < | As root, execute the following commands. Note that you will need an Internet connection < | ||
# cpan2tgz --build-tag=me Crypt:: | # cpan2tgz --build-tag=me Crypt:: | ||
+ | # cpan2tgz --build-tag=me Math:: | ||
# cpan2tgz --build-tag=me Crypt::DH Crypt:: | # cpan2tgz --build-tag=me Crypt::DH Crypt:: | ||
# cpan2tgz --build-tag=me Math:: | # cpan2tgz --build-tag=me Math:: | ||
# cpan2tgz --build-tag=me Math:: | # cpan2tgz --build-tag=me Math:: | ||
</ | </ | ||
- | Note that the argument " | + | Note that the argument " |
- | Now as your usual non-privileged user, rename your irssi configurations files, to ensure consistency: | + | Now as your chosen |
$ mv -i $HOME/ | $ mv -i $HOME/ | ||
$ irssi | $ irssi | ||
Line 82: | Line 83: | ||
$ mkdir -p $HOME/ | $ mkdir -p $HOME/ | ||
$ cd $HOME/ | $ cd $HOME/ | ||
- | $ wget http://freenode.net/sasl/ | + | $ wget http://scripts.irssi.org/scripts/ |
$ ln -s ../ | $ ln -s ../ | ||
$ cd | $ cd | ||
Line 95: | Line 96: | ||
/save | /save | ||
/script load cap_sasl.pl | /script load cap_sasl.pl | ||
- | /sasl set Freenode < | + | /sasl set Freenode < |
</ | </ | ||
Line 111: | Line 112: | ||
=====4.0 Torifying irssi===== | =====4.0 Torifying irssi===== | ||
+ | |||
+ | <note warning> | ||
+ | </ | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | < | ||
+ | # cd /usr/lib | ||
+ | # ln -s ../ | ||
+ | </ | ||
To connect to freenode with tor, start it as follows: | To connect to freenode with tor, start it as follows: | ||
Line 127: | Line 138: | ||
</ | </ | ||
- | You will need to connect to the Freenode' | + | You will need to connect to the Freenode' |
< | < | ||
- | / | + | / |
</ | </ | ||
Line 142: | Line 153: | ||
I obtained the following result: | I obtained the following result: | ||
< | < | ||
- | 20:55 -!- ChrisAbela [~chris@gateway/ | + | 20:18 -!- ChrisAbela [~Chris@gateway/ |
- | 20:55 -!- ircname | + | 20:18 -!- ircname |
- | 20:55 -!- server | + | 20:18 -!- server |
- | 20:55 -!- hostname : gateway/ | + | 20:18 -!- hostname : gateway/ |
- | 20:55 -!- idle : 0 days 0 hours 0 mins 25 secs [signon: | + | 20:18 -!- idle : 0 days 0 hours 0 mins 9 secs [signon: |
- | 20:55 -!- account | + | 20:18 -!- account |
- | 20:55 -!- End of WHOIS | + | 20:18 -!- End of WHOIS |
</ | </ | ||
Line 157: | Line 168: | ||
< | < | ||
/j ##slackware | /j ##slackware | ||
+ | </ | ||
+ | |||
+ | If you need assistance, you may join the freenode channel to seek guidance: | ||
+ | |||
+ | < | ||
+ | /j #freenode | ||
</ | </ | ||
Line 174: | Line 191: | ||
<!-- Please do not modify anything below, except adding new tags.--> | <!-- Please do not modify anything below, except adding new tags.--> | ||
{{tag> | {{tag> | ||
+ |