Re: installing proggrams
To quote that link I posted:
Having installed it myself I can tell you that it hasn't been added to the menus but it is there (looked around and found a couple of files relating to it).
To quote that link I posted:
Firstly create a user with a home directory (no special privilidges required)
Once you have created the user account you MUST type the following command else you will run into permission problems on most of the distros mentioned above:
chown -R username:users /home/userdir
Next consider how many users you will have, if above 1000 we must set a system limit for this, type:
nano /etc/security/limits.conf (nano, pico, vim, whichever you prefer)
add the following lines where you see similar:
username soft nofile 10240 <<<< this number can be wotever you need
username hard nofile 10240 <<<same as above
Ok save the file and exit. Now we are ready to setup the hub for this user.
su - username
vh_install
run through this script entering the desired information and rememeber no ports below 1024 as only root can use these. (if you need ports below i suggest you use your firewall to map them to the default port 4111 or whatever you are using.
On completeion of this script you are done (providing it compelted without error which if you followed the guide above it should have.
type:
verlihub
providing there is no issues the loop will start... hold ctrl+c to kill it and type vh_runhub to start it again in the backround.
You are done, you may now delete the verlihub folder and all plugins folders and archives as you no longer need them, and go login to your hub and start messing with your settings to make it how you want.
I recommend the danomac documentation to help you understand verlihub this can be found here http://www.danomac.org/verlihub
To activate your plugins in the hub loginto it and type !onplug flood or forbid or chat or lua or msg and this will activate them. CVS users note: plugman is not installed by default with CVS versions as far as i rememeber so you will need to manually install and activte the plugman plugin if you wish to utilise its commands.
If you experience any problems or theres something you feel i have missed then please reply to this post.
To add multiple hubs just create a new user and run the vh_install script for that user rememebering to use a different port then the one you previously used You will not need to seperately install plugins for each user you never need to install them again unless updating which is doubtful lol
Now then... wasnt that easy?
Once you have created the user account you MUST type the following command else you will run into permission problems on most of the distros mentioned above:
chown -R username:users /home/userdir
Next consider how many users you will have, if above 1000 we must set a system limit for this, type:
nano /etc/security/limits.conf (nano, pico, vim, whichever you prefer)
add the following lines where you see similar:
username soft nofile 10240 <<<< this number can be wotever you need
username hard nofile 10240 <<<same as above
Ok save the file and exit. Now we are ready to setup the hub for this user.
su - username
vh_install
run through this script entering the desired information and rememeber no ports below 1024 as only root can use these. (if you need ports below i suggest you use your firewall to map them to the default port 4111 or whatever you are using.
On completeion of this script you are done (providing it compelted without error which if you followed the guide above it should have.
type:
verlihub
providing there is no issues the loop will start... hold ctrl+c to kill it and type vh_runhub to start it again in the backround.
You are done, you may now delete the verlihub folder and all plugins folders and archives as you no longer need them, and go login to your hub and start messing with your settings to make it how you want.
I recommend the danomac documentation to help you understand verlihub this can be found here http://www.danomac.org/verlihub
To activate your plugins in the hub loginto it and type !onplug flood or forbid or chat or lua or msg and this will activate them. CVS users note: plugman is not installed by default with CVS versions as far as i rememeber so you will need to manually install and activte the plugman plugin if you wish to utilise its commands.
If you experience any problems or theres something you feel i have missed then please reply to this post.
To add multiple hubs just create a new user and run the vh_install script for that user rememebering to use a different port then the one you previously used You will not need to seperately install plugins for each user you never need to install them again unless updating which is doubtful lol
Now then... wasnt that easy?
Comment