No "Google Its" either please...
I cannot figure out how to use this SSH stuff... I found on wordpress you can actually get the files for wordpress right onto your server or whatever by using SSH, but it says this:
If you have shell access to your web server, and are comfortable using console-based tools, you may wish to download WordPress directly to your web server using wget (or lynx or another console-based web browser) if you want to avoid FTPing:
wget http://wordpress.org/latest.tar.gz
Then unzip the package using:
tar -xzvf latest.tar.gz
The WordPress package will extract into a folder called wordpress in the same directory that you downloaded latest.tar.gz.
I've got shell access ( I think, I can connect using all the keys and stuff I had to get) but where do I go from here?
I cannot figure out how to use this SSH stuff... I found on wordpress you can actually get the files for wordpress right onto your server or whatever by using SSH, but it says this:
If you have shell access to your web server, and are comfortable using console-based tools, you may wish to download WordPress directly to your web server using wget (or lynx or another console-based web browser) if you want to avoid FTPing:
wget http://wordpress.org/latest.tar.gz
Then unzip the package using:
tar -xzvf latest.tar.gz
The WordPress package will extract into a folder called wordpress in the same directory that you downloaded latest.tar.gz.
I've got shell access ( I think, I can connect using all the keys and stuff I had to get) but where do I go from here?




Comment