Install Psybnc In Ubuntu Server
In this tutorial i will try to install psybnc in ubuntu server.
First we need to download psybnc from this url :
http://www.psybnc.info/download/psyBNC-2.3.2-7-auto.tar.gz
login into your server as user
Make sure your server have patch, make, gcc and build-essential packages.
Install those package if your server is newly build.
[code]
$sudo apt-get -y install patch make gcc build-essential
[/code]
Download psybnc
[code]
$wget http://www.psybnc.info/download/psyBNC-2.3.2-7-auto.tar.gz
[/code]
Extract psybnc
[code]
$tar -zxvf psyBNC-2.3.2-7-auto.tar.gz
[/code]
Change directory to psybnc
[code]
$cd psybnc
[/code]
Setup / Install psybnc
[code]
$./install or ./setup
[/code]
Follow the steps and choose psybnc running port
example : 8383
After that execute psybnc.
[code]
$./psybnc
[/code]
We can leave psybnc.conf untouch.
Open IRC client example MIRC
connect into your server with psybnc port
example : /server sentono.wowtutorial.org 8383
Input your new password
type : /quote pass
Add irc server into your psybnc config
/raw addserver irc.dal.net:6667
You can also see other complete function from this command
/raw bhelp
Recent blog posts |
Recent comments
|
Comments
Post new comment