1
Linux Specific Issues / Re: Mirror not working
« on: July 11, 2007, 06:02:56 pm »
Check this thread for the download links:
http://hydlaa.com/smf/index.php?topic=19389.0
http://hydlaa.com/smf/index.php?topic=19389.0
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
chmod +x PlaneShift_CBV0.3.018.bin
./PlaneShift_CBV0.3.018.bin
You might need to append "sudo" in front of the commands if it mentions something about permission denied.chmod +x thefilename.bin
./thefilename.bin
If you get permission denied errors, then append "sudo" to the front of the commands i.e. "sudo ./thefilename.bin" or "sudo chmod +x thefilename.bin"