Technology

Domain Registrar Recommendation

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.

Drupal Installation on Windows

This post is to give a brief overview of the Drupal installation process on Windows. This setup works well as a test or development environment.

  1. 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.
  2. Download Drupal. You can use either Drupal core from Drupal.org or Acquia Drupal from acquia.com.

Update to VirtualBox in rc.d

I 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

Files: 

Configuring SSH with Key based Authentication

My first step after installing a new Linux server is usually to setup SSH. I have setup key based authentication a couple times, but am still getting the hang of it. If you run into any problems, see the additional explanation at the end of this post. Here are the steps for a client using Putty on Windows and a server running CentOS.
  1. Run ssh-keygen -t rsa. This will create the private and public key files. Be sure to use the default file location.
  2. Run cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys.

VirtualBox in rc.d

I 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.

Syndicate content