I am sure this is a dumb question, but here goes: I just finished setting up Fedora 4 withthe "How To" and all seems fine, except....At the end of the "How To" it says "The configuration of the server is now finished, and if you wish you can now install ISPConfig on it." Great. I would love to install ISPConfig. But if you go to their site and look at the instructions, it tells you how to expand the archive and install it. However, it does not tell you how to download the archive onto the Linux server in the first place! I am very much a novice with Linux so if someone would be nice enough to give me some step instructions on how to download ISPConfig onto the Fedora server, I would greatly appreciate it!
You could download it to your Windows desktop, and from there upload it to your Linux box with WinSCP ( http://winscp.net/eng/index.php ). Or you go to http://prdownloads.sourceforge.net/ispconfig/ISPConfig-2.0.9.tar.gz?download. At the top it says Copy that URL, and on your Linux box run Code: wget [URL]
Thank you very much! Downloading onto the Windows machine was no problem, but I didn't know the wget command for the server. Once I used that (and corrected a frustrating typo) I got it just fine. Thanks again!