Hi Newbie, so sorry if my question is really stupid, but how do do I get ISPConfig-2.2.23.tar.gz onto my server? I have been following the instructions on http://howtoforge.org/perfect-server-ubuntu8.04-lts-p7 and am now about to install ISP config, but how do I actually download the needed file (ISPConfig-2.2.23.tar.gz) onto this server? What commands do I have to use in PuTTY? The installation page http://www.ispconfig.org/manual_installation.htm requires the files to be somewhere on the server, so how do I get them there? Any help would be greatful.
Hey, You'll need to use the wget command. It'll look something like this when you're finished: Do the following: cd /usr/src wget http://superb-east.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.23.tar.gz The above will download the latest version into your /usr/src folder. From there, you just need to follow the ISPConfig installation instructions. Good Luck!