Archive for August, 2010

Linux Cheat Sheet

Linux Cheat Sheet Following on from some of my previous posts, I’m listing cheat sheets for subjects I’ve done as part of a Diploma in I.T that I’m currently studying. I’ve not had a chance to do anything else post wise due to study and work commitments of late. The following is only part of the Linux Cheat Sheet, the rest can be found in the attached Linux Cheat Sheet PDF. This was based on Red Hat. Basic Commands and files cd – Change Directory mk – Make Directory man – Manual rmdir – Remove directory pwd – Present working directory cat – view contents [...]

Read more...

Be the first to comment - What do you think?
Posted by Aaron - August 19, 2010 at 10:00 pm

Categories: Computing   Tags:

Analysing the Big Bloggers

Analysing the Big Bloggers I recently created a links page for most of the major Bloggers whilst doing this I thought to myself why are they so big and how do people actually come across them if they have not even heard of them before, so I decided to do a little research. John Chow http://www.johnchow.com/ Probably the biggest of them all or at least the best known, read through his archives as earlier posts were more helpful on how to make money online when he himself started to make money online. Everytime I go to his site these days [...]

Read more...

Be the first to comment - What do you think?
Posted by Aaron - August 15, 2010 at 3:10 pm

Categories: Blogging   Tags:

My Blog SEO Fail

My Blog SEO Fail I received an email from GoDaddy recently which had an ad relating to their Search Engine Visibility product in it, it intrigued me so I went and had a look, I thought it sounded ok and then signed up for the minimum period (3 Months) assigned the product to this site and gave it a go. The initial report I got is below. Proper Title Tags Well-constructed title tags contain the main keyword for the page, followed by a brief description of the page content. It will be less than 65 characters and avoid using stop words [...]

Read more...

Be the first to comment - What do you think?
Posted by Aaron - August 14, 2010 at 4:36 pm

Categories: Blogging   Tags:

Add A User to Linux Shell Script

The following code is a Linux Shell Script that is menu based to add or remove users. You could always use the GUI but real men don’t. This was created for Redhat. WordPress unfortunatley affects the formatting a bit, the script is available to download below. #!/bin/bash # User Add Menu #2 by Aaron Rockey – October 2009 clear # Clears the screen. echo “Adding or Removing Users Menu” echo “*****************************” echo “Choose from an option below:” echo echo “[1]add user simple method” echo “[2]add user with full name” echo “[3]add user with different shell” echo “[4]view last 5 users [...]

Read more...

Be the first to comment - What do you think?
Posted by Aaron - August 10, 2010 at 10:59 pm

Categories: Computing   Tags:

Next Page »