This tutorial will show you how to compile in a module for UnrealIRCd. You can find the official list of modules here. First step is to login to the server via SSH and go to the folder where UnrealIRCd is. Then you must go to the "src/modules" directory. cd src/modules Then, of course, you must download the file into [...]
Continue reading...Sunday, June 28, 2009
Disable unneeded window effects Right click on my computer and select properties Click on the advanced tab and click on settings under Performance Check Adjust for best performanceIf you would like to keep themes enabled just scroll down and check Use visual styles on windows and buttons Disabling Startup Items You can disable auto starting programs using msconfig to [...]
Continue reading...Tuesday, June 16, 2009
Preparing the server To compile unrealircd you need to install some software. First off resynchronize the package index files sudo apt-get update Then we need to install compiling tools sudo apt-get install build-essential If you want SSL your going to need to install openssl sudo apt-get install openssl libssl-dev It is not recommended to run a IRCd as root for this reason [...]
Continue reading...
Saturday, July 4, 2009
0 Comments