*SIMPLE* How do I install this freakin LFDS [message #40206] |
Sun, 17 August 2003 17:19 |
fl00d3d
Messages: 1107 Registered: August 2003 Location: Iowa, USA
Karma: 0
|
General (1 Star) Viva la Resistance! |
|
|
I'm running RH 7.3 and I know where to download both the tar and non-tar versions of the gz file.
I'm somewhat knowledgable on *nix platforms (enough to move around and understand how the system works). And I know everything about the FDS.
Now ... what do I do?
(1) Do I extract it
(2) Where do I extract it to
(3) Is there something else to do to "install it"
(4) How do I run it
I need simple answers like those. Hell, send me an email at cryptowizard@speakeasy.net if you're willing to help.
I don't want to make this difficult, but apparently it is.
Someone pls help.
/r
Sean
"fl00d3d"
|
|
|
*SIMPLE* How do I install this freakin LFDS [message #40909] |
Wed, 20 August 2003 01:36 |
Sven
Messages: 29 Registered: February 2003
Karma: 0
|
Recruit |
|
|
The location you're extracting to doesn't matter, simply choose a directory like Ren_Server, or whatever you like.
So, for example, our server resides in /renegade.
You need to start the server then with './renegede_server' in this directory.
In addition we have a small shell script which loads the server with a specified, high, process priority:
#!bin/bash
cd /renegade
nice -n -15 ./renegade-server
cd
nice sets the priority, the highest is 19. You may set the priority also while the server is already running, the command for this is 'renice' and you have to omit the -n parameter then.
Hope this helps
['fp]
CnC Foren
CnC Community News
|
|
|