Posts tagged “Dreamhost”
The Ultimate Guide to Local WordPress Development on a Mac
In which I explain how I roll my code
Mirror or Redirect?
SEO thoughts
A Short History of DavidGagne.net
A coda prior to building an About Page
So I took a stab at creating a header image. I used that crazy haettenschweiler font. I wanted to use the American Idiot font, but I could only find cheesy imitations and not “the real thing” in my five-minute Google hunt for it. This is actually the first time there’s ever been a header image on davidgagne.net — amazing when you consider this site’s been chugging along for over five years now. I just got an email and a gift certificate from dreamhost to congratulate me on my four-year anniversary with them.
Had a slight meltdown here at the ol’ weblog this afternoon. It seems that Dreamhost decided to rename a computer — specifically the one that hosts all my websites — without telling anyone. That caused a bit of a problem since the MovableType CMS (That’s the engine that drives this page!) needs to know the correct file paths in order to publish. Comments weren’t appearing, posts were lost… it was blog hell.
Everything’s fixed now. You can go about your business.
Passwords
I recently changed my SHELL / FTP passwords at DreamHost because of the little Blogger security breach. (I don’t use Blogger any longer, but I thought I’d be on the safe side.) Customer Support sent me the following message: After looking further into your account it was discovered that you only changed one character between
Count
Web counters
Winter
I found a script at Dreamhost to make it snow on the page. Let’s see if it works.
I have MovableType running now and this blog, Works in Progress is a MovableType blog! I’m using DreamHost as my web host, and thought – on the off-chance that anyone reads anything here ever – that I’d note some things specific to DreamHost. The most important thing to note is that under DreamHost a user has an account root. This is where you should place your MovableType db directory.
I have several domains hosted at DreamHost, so when I connect using WS_FTP I start in my root account. That means I’m presented with a directory for each of the domains I have hosted there. Aside from some shell-specific variable files, this root directory only contains one directory for each domain hosted, and, now, my MovableType db directory.
The path to your root account at DreamHost is simply: /home/username/
So, assuming you name your db directory db, the DataSource variable in your mt.cfg file should read: DataSource /home/username/db
Obviously replace username with your DreamHost username.
Port Problems
In which I discover a mysterious problem