Quick Linux Guide

Junior Spellweaver
Joined
Feb 5, 2007
Messages
136
Reaction score
46
Location
Left of London
I don't reinvent the wheel I just link it.


First get a Linux VM here are some good choices:


<< This is where I got mine.


I prefer a basic server with minimal junk but here is what you will need.


sshd :
mysql :
unrar :


Useful tools:
screen:
locate:


Library setup:


Use your handy locate tool to find this libcrypto.so.10 make a softlink in the same directory like so
Code:
ln -s libcrypto.so.10 libcrypto.so.6
Use your handy locate tool to find this libssl.so.10 make a softlink in the same directory like so
Code:
ln -s libssl.so.10 libssl.so.6

unrar @Bola's files into / via
Code:
unrar x server.rar

Now you have a base system and Bola's files only a few more things to configure. Most of it you can find in this forum already.
 
Last edited:
Back