Media Temple Dedicated Server Setup: Media Temple, Linux

Media Temple Dedicated Server Setup

Tags: Media Temple, Linux | Written before Dec, 2007

Media Temple Dedicated-Virtual dv hosting

I wanted a web hosting server that I can hyper-tweak to my needs. So I opted for a dedicated server with Media Temple. I have little knowledge in linux, but I am going to embark on this road to server greatness. I want to get these things on my server to start: subversion, PHP5 and MySQL5 (PHP5 comes pre-installed now). Here I'll walk through my experience setting up my dedicated virtual (dv) server.

You have to request admin access and dev tools to be installed. So I sent a support ticket and it took a day. Here is a list of the dev tools that are installed.

Opened VI (text editor) as part of the tutorial and couldn't figure out how to get out of it once you start editing a file. So I found this article which told me to exit by hitting ESC than typing :x http://www.cs.colostate.edu/helpdocs/vi.html

Than I had to learn Putty/Linux so I looked up my commands here: http://www.ss64.com/bash/

Some good, general commands...

Bash:
  1. ls ...list directories
  2. mkdir <name> ...create a directory
  3. rm <filename> ...remove file
  4. wget <url> ...get a package
  5. cp <file> <directory> ...copy file to directoy

 

That's it for day one of my dedicated server setup.

Leave a Comment