个人工具

“UbuntuHelp:PsyBNC”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/psyBNC}} {{Languages|UbuntuHelp:psyBNC}} Parent: UbuntuHelp:Software == psyBNC == === Information === psyBNC is an extremely easy to use I...)
 
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/psyBNC}}
 
{{From|https://help.ubuntu.com/community/psyBNC}}
 
{{Languages|UbuntuHelp:psyBNC}}
 
{{Languages|UbuntuHelp:psyBNC}}
Parent: [[UbuntuHelp:Software]]
 
 
 
 
== psyBNC ==
 
== psyBNC ==
 
 
=== Information ===
 
=== Information ===
 
 
psyBNC is an extremely easy to use IRC-bouncer which has many features. Some of these features include ciphering of talk and connections (Blowfish and IDEA), the possibility of linking multiple bouncers to an internal network including a shared partyline, vhost- and relay support to connected bouncers and an extensive online help system. Many other helpful functions are included.
 
psyBNC is an extremely easy to use IRC-bouncer which has many features. Some of these features include ciphering of talk and connections (Blowfish and IDEA), the possibility of linking multiple bouncers to an internal network including a shared partyline, vhost- and relay support to connected bouncers and an extensive online help system. Many other helpful functions are included.
 
 
=== Install & Setup ===
 
=== Install & Setup ===
 
 
==== Getting psyBNC ====
 
==== Getting psyBNC ====
 
 
psyBNC is not in the Ubuntu apt repo's yet so we have to grab the source tarball from the site.
 
psyBNC is not in the Ubuntu apt repo's yet so we have to grab the source tarball from the site.
 
<pre><nowiki>
 
<pre><nowiki>
第21行: 第13行:
 
cd psybnc
 
cd psybnc
 
</nowiki></pre>
 
</nowiki></pre>
 
 
You are now inside the psyBNC directory and ready to start configuring.
 
You are now inside the psyBNC directory and ready to start configuring.
 
 
==== Configuration ====
 
==== Configuration ====
 
 
Now you can launch an ncurses based menu to configure your bot.
 
Now you can launch an ncurses based menu to configure your bot.
 
<pre><nowiki>
 
<pre><nowiki>
第34行: 第23行:
 
Next select `User' Here you will be able to create a user for your bouncer. You must set Ident, Realname and Password, and vhost too.
 
Next select `User' Here you will be able to create a user for your bouncer. You must set Ident, Realname and Password, and vhost too.
 
So return to main menu, and choose exit. When prompted for saving select Yes.  
 
So return to main menu, and choose exit. When prompted for saving select Yes.  
 
 
==== Installation ====
 
==== Installation ====
 
 
Simply do;
 
Simply do;
 
<pre><nowiki>
 
<pre><nowiki>
 
make
 
make
 
</nowiki></pre>
 
</nowiki></pre>
 
 
==== Running psyBNC ====
 
==== Running psyBNC ====
 
 
<pre><nowiki>
 
<pre><nowiki>
 
./psybnc
 
./psybnc
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now open your preferred irc client and write:
 
Now open your preferred irc client and write:
 
<pre><nowiki>
 
<pre><nowiki>
第53行: 第37行:
 
</nowiki></pre>
 
</nowiki></pre>
 
For example, assuming these are your parameters:
 
For example, assuming these are your parameters:
 
+
* Ip  : 82.211.13.24
**** Ip  : 82.211.13.24
+
* Port  : 43568
**** Port  : 43568
+
* Pass  : Change_Me  
**** Pass  : Change_Me  
+
 
+
 
you must type:
 
you must type:
 
<pre><nowiki>
 
<pre><nowiki>
 
/server 82.211.13.24 43568 Change_Me
 
/server 82.211.13.24 43568 Change_Me
 
</nowiki></pre>
 
</nowiki></pre>
 
 
''Simple''.
 
''Simple''.
 
 
=== Links ===
 
=== Links ===
 
 
* [http://www.psybnc.at Home Page]
 
* [http://www.psybnc.at Home Page]
 
* [http://gentoo-wiki.com/HOWTO_psyBNC Gentoo HowTo]
 
* [http://gentoo-wiki.com/HOWTO_psyBNC Gentoo HowTo]
 
 
----
 
----
[[category:CategoryDocumentation]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:25的最新版本

psyBNC

Information

psyBNC is an extremely easy to use IRC-bouncer which has many features. Some of these features include ciphering of talk and connections (Blowfish and IDEA), the possibility of linking multiple bouncers to an internal network including a shared partyline, vhost- and relay support to connected bouncers and an extensive online help system. Many other helpful functions are included.

Install & Setup

Getting psyBNC

psyBNC is not in the Ubuntu apt repo's yet so we have to grab the source tarball from the site.

cd 
wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-7.tar.gz
tar -zxvf psyBNC-2.3.2-7.tar.gz
cd psybnc

You are now inside the psyBNC directory and ready to start configuring.

Configuration

Now you can launch an ncurses based menu to configure your bot.

make menuconfig

Take a look at the options and customize your bot till it is the way you like it. Now go in `Bouncer Config', next set Listening Port and Ip. Next select `User' Here you will be able to create a user for your bouncer. You must set Ident, Realname and Password, and vhost too. So return to main menu, and choose exit. When prompted for saving select Yes.

Installation

Simply do;

make

Running psyBNC

./psybnc

Now open your preferred irc client and write:

/server host port password

For example, assuming these are your parameters:

  • Ip  : 82.211.13.24
  • Port  : 43568
  • Pass  : Change_Me

you must type:

/server 82.211.13.24 43568 Change_Me

Simple.

Links