Apache Setup

Apache is remarkably easy to get running.  It is all governed by the service daemon “httpd” and can be installed easily with a yum or apt-get install command if it didn’t come packaged with your distribution.  Any repository that was preinstalled should have it easily available.  The yum command in CentOS would be: yum install […]

Owncloud Part 2

After some research it became pretty clear that getting SSL to work with a private key would be simple.  You must make sure that openssl is installed, and yum installing it should do everything required to get that working. # Generate private key openssl genrsa -out ca.key 1024 # Generate CSR openssl req -new -key […]

Owncloud Part 1

OwnCloud is a DropBox-type file-sync system that is open source and free for use. Implementing OwnCloud was troublesome for me at first, as it had moments where it was easy as pie, and moments where I lost the will to continue living in a world where I couldn’t control my own Linux machine. The initial […]

Rolling Out WordPress

Rolling out WordPress was actually the last of the administrative acts I have accomplished on this server, and it was by far the easiest of the implementations.  I feel sheepish even calling it an implementation.  It was almost embarrassingly easy to get it up and running. I downloaded the latest version of WordPress from the […]

Mission Statement

I’ve seldom blogged about anything on a regular basis with any kind of regularity or otherwise.  This is in large measure just an exercise in web administration.  My writing skills and ability to ENTICE and EXCITE are both rancidly rotten and ignored to the point of being rusted to complete impotent dullness. However, I enjoy […]

Second Time Around

This is another go around for doing site administration. I’m doing this via a virtual server, so we’ll see how well it translates. It’s definitely exciting, and I feel like it should work out well, VirtualBox allows for snapshots and backing up as easy as setting a Belvedere timed copy command.