Sorry, I don't know whom to ask about this, but
@muttdoggy ,
@Pepé Le Pew , someone else from the staff - could you please add a link to this tutorial to the OP, so that Linux users can find it there.
This way I will still be able to make corrections or changes to it here.
@seden - here it is:
________________________________________
How to run DFD4 and DFD5 that Sam cracked on
Linux
You need root (admin) access only to install mini-httpd, not for later.
This is a complete rewrite of the first Apache2-based guide to provide a simpler solution, similar to the temporary miniweb server that Sam included with his cracked version for Windows.
We will use
mini-httpd server to create a temporary local web server that is accessible
only from the local computer,
not from the network. We're adding this limitation because the server is running inside our home directory with
our user rights and is totally insecure for the
public internet, the same goes for the Windows version. In a local machine and on a temporary server there are no dangers involved.
_________________
Added some changes to the bash script: specified utf-8 charset for the server. Game files are utf-8 encoded, so just in case. Added some warnings and colors.