Tag Archives: Media Temple

More SSH Security Tricks on Media Temple DV 4

The following tricks require root access to the DV 4 server. More specifically, each trick requires editing the /etc/ssh/sshd_config file. Change the SSH Port SSH is usually on port 22 and attackers know this so they will attack the server … Continue reading

Posted in Server Stuff | Tagged , | Leave a comment

SFTP-only Accounts With Media Temple DV 4

We all know FTP is borked. It’s insecure and we should all be using SFTP. The problem with SFTP on MT is that when it is set up the ftp user account can still access the server via FTP and … Continue reading

Posted in Server Stuff | Tagged , , | 2 Comments

Media Temple Fixes Usability Issue

Back in March I blogged about a poor experience I had with Media Temple’s sign up form for their DV service. The checkout was unclear about when my credit card was going to be charged and I felt this was … Continue reading

Posted in Server Stuff | Tagged | 2 Comments

Setting Up a Cron Job on Media Temple DV 4

I needed to set up a cron job for a client today on a Media Temple DV 4 server. I hadn’t set one up on a DV 4 server before but I figured it would be straightforward like setting one … Continue reading

Posted in Server Stuff | Tagged , , , | 1 Comment

Installing Sphinx on Media Temple DV 4

On a recent project a client asked for a search engine. Since their site was a mix of static and dynamic content I decided that using a MySQL full-text index wouldn’t cut it. Also, I wanted to experiment with the … Continue reading

Posted in Server Stuff | Tagged , | 1 Comment

Storing Files Above the Web Root on Media Temple DV Redux

My earlier post about storing files above the web root on Media Temple was written for their DV 3.X hosting package. MT have since upgraded their service offering to DV 4 and the process for enabling above web root storage … Continue reading

Posted in Server Stuff | Tagged , , , | 5 Comments

Sub-domain changes on Media Temple DV 4

Media Temple recently rolled out the fourth version of their DV hosting package and with the new version number comes a new version of Plesk and a change to the way subdomains are handled. In the old days, on DV … Continue reading

Posted in Server Stuff | Tagged , , , | 1 Comment

Media Temple’s Usability Faux Pas

Clearly, I’m a fan of Media Temple, but today I was shocked by a piece of bad usability on their site when I was looking into signing up a new client for some DV hosting. The client for this new … Continue reading

Posted in Usability | Tagged , | 3 Comments

An Upload Progress Bar with Media Temple DV and APC

I had a client that wanted to allow users to upload files up to 100 Megs in size but didn’t want to have any Flash on the page. A 100 Meg upload can take 10 minutes for some users and … Continue reading

Posted in Web Development | Tagged , , | 1 Comment

Exploring Data Encryption with MySQL

This post is about securely storing data in a MySQL table. And by secure I mean storing encrypted data. To keep it simple I’m going to use symmetric encryption (i.e. secret key encryption) rather than asymmetric encryption (i.e. public key … Continue reading

Posted in Web Development | Tagged , , | 3 Comments