[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
playground:irssi_on_tor [2013/05/22 19:19 (UTC)] chrisabelaplayground:irssi_on_tor [2013/05/22 19:28 (UTC)] chrisabela
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://software.jaos.org/#cpan2tgz|cpan2tgz]]. You will need Version 0.6.7 or later. Look also at the git repository for the most recent release: http://software.jaos.org/git/cpan2tgz A SlackBuild for cpan2tgz is available from [[http://slackbuilds.org/result/?search=cpan2tgz|slackbuilds.org]]+Install [[http://software.jaos.org/#cpan2tgz|cpan2tgz]]. You will need Version 0.6.7 or later. Look also at the [[http://software.jaos.org/git/cpan2tgz|git]] repository for the most recent release. A SlackBuild for cpan2tgz is available from [[http://slackbuilds.org/result/?search=cpan2tgz|slackbuilds.org]]
  
 Then proceed to install some required CPAN perl modules: Then proceed to install some required CPAN perl modules:
Line 54: Line 54:
 # cpan2tgz --build-tag=me Math::BigInt::FastCalc # cpan2tgz --build-tag=me Math::BigInt::FastCalc
 </code> </code>
-Note that the argument "--build-tag=me" will cause a "build tag" to be added to the resulting package (like "''perl-crypt-blowfish-2.12-i486-1me.tgz''") which makes it easier to exclude from [[slackware:slackpkg|slackpkg]] package management.+Note that the argument "--build-tag=me" will cause a "build tag" to be added to the resulting package (like "''perl-crypt-blowfish-2.12-i486-1me.txz''") which makes it easier to exclude from [[slackware:slackpkg|slackpkg]] package management.
  
 Now as your usual non-privileged user, rename your irssi configurations files, to ensure consistency: <code> Now as your usual non-privileged user, rename your irssi configurations files, to ensure consistency: <code>
 playground:irssi_on_tor ()