• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

rc5 for linux

kw3i

Golden Member
hey i have rc5 running on my 2 win2k boxes and i want to install it on my linux box, anyone know of where i can find some documentation on how to install it in linux? or if its simple enuff can you discribe it in this thread. thx: )
 
It's easy...

Just download the tarball, explode it in the directory, change to that directory, bring up a terminal and type "./dnetc -config". You will then see the familiar configuration menu and you can configure your dnet.ini settings and save them.

Once you're done, you can just start it up with:

./dnetc

If you don't want the output to show up and you want to fork it into the background, you can type:

nohup ./dnetc &

🙂
 
Back
Top