Most people I talk to use GoDaddy for their domain registrations, but are dissatisfied or repulsed by the marketing, service, site design or other aspects of working with GoDaddy. I have recently worked with doteasy.com and they weren't much better. I have been using MyDomain.com for over a year and have been happy with the experience. The website is clean and easy to navigate. The prices are very reasonable. Based on my experience, I recommend MyDomain.com to anyone looking a domain registrar.
Technology
Drupal Installation on Windows
Submitted by Kevin on Wed, 2009-05-13 19:11This post is to give a brief overview of the Drupal installation process on Windows. This setup works well as a test or development environment.
- Install wamp server (from wampserver.com) Edit: The latest version of wampserver doesn't work with Drupal. See the note at the end of this post.
- Download Drupal. You can use either Drupal core from Drupal.org or Acquia Drupal from acquia.com.
Update to VirtualBox in rc.d
Submitted by Kevin on Sat, 2009-03-28 22:41I have reinstalled my server running CentOS 5.2 and VirtualBox. In the process I have found some items that weren't documented well in the previous post VirtualBox in rc.d
I have modified the vboxcontrol script. The new script is available here.
vboxcontrol.
After setting up the script, you need to run chkconfig --add vboxcontrol
Configuring SSH with Key based Authentication
Submitted by Kevin on Fri, 2009-03-27 18:57- Run
ssh-keygen -t rsa. This will create the private and public key files. Be sure to use the default file location. - Run
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys.
VirtualBox in rc.d
Submitted by Kevin on Sun, 2009-03-01 23:52I have been experimenting with Linux servers for a while now. My latest experiment was at using VirtualBox to run virtual servers. I used a helpful tutorial from howtoforge.com to guide me through the setup. After setting up VirtualBox on CentOS and installing Fedora in a VM, I wanted the Fedora VM to automatically start up and shut down when the CentOS host started up and shut down.