Tag Archive | "ssh"

Install Wordpress via Command Line

Tuesday, September 2, 2008

3 Comments

Install Wordpress via Command Line

I wrote a useful article/tutorial over at BloggingRocket which guides you through the process of installing Wordpress with Shell Access. Please feel free to check it out and comment.

Continue reading...

Linux : Change file/folder owner

Wednesday, February 20, 2008

0 Comments

On a Unix based system, all files and folders belong to a group and a owner. Or rather, an owner and a group has specific permissions to read, write and execute files. So you might need to change the owner of certain files and folders so that you’ll be able to open them, edit them [...]

Continue reading...

Server to server file transfers

Saturday, February 16, 2008

1 Comment

Server to server file transfers

Server to server file transfers are relatively easy on a dedicated or virtual private server running Unix. I’ll quickly show you how to use the scp command which acts just about exactly the same as the cp command. It copies all files from a specified source path to a destination path on the remote server [...]

Continue reading...