I don't reinvent the wheel I just link it.
First get a Linux VM here are some good choices:
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
Use your handy locate tool to find this libssl.so.10 make a softlink in the same directory like so
unrar @Bola's files into / via
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.
First get a Linux VM here are some good choices:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
<< This is where I got mine.I prefer a basic server with minimal junk but here is what you will need.
sshd :
To view the content, you need to sign in or register
mysql :
To view the content, you need to sign in or register
unrar :
To view the content, you need to sign in or register
Useful tools:
screen:
To view the content, you need to sign in or register
locate:
To view the content, you need to sign in or register
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
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: