LinuxMoz

Linux Stuff && Coffee

Wordpress to Octopress Migration

| Comments

Migrating Wordpress to Octopress is no easy task, it took a lot of thought, time & planning but the end result has been well worth it. I now have a fast (static), secure blog without the performance issues experienced with a CMS running on a LAMP stack.

MySQL Commands With Examples

| Comments

The following MySQL Commands were originally split into several smaller blog posts that I had built up over the years, I have now consolidated the articles into a single post (feel free to link to this resource from your site).

How to Find CentOS Version

| Comments

There are a couple of ways to find the CentOS version from the command line. The most accurate way is to check the installed centos-release rpm another option would be to cat the contents of /etc/redhat-release (not recommended as any application could potentially change the contents of this file).