Posted on April 23rd, 2012 by
John R Live in
Uncategorized
Today I celebrate my birthday I have been on earth for 30 years now. My twenties were awesome I got married and had two kids during this decade of my life however it also been very challenging to balance life work, personal and family time. Also in my twenties to support my fam...
Read More
Posted on March 19th, 2012 by
John R Live in
Development
Creating a New User in CentOS ssh to your server as root Create a user: /usr/sbin/useradd john Expire ther user immediately: /usr/bin/chage -d 0 john Set blank password: /usr/sbin/usermod -p “” john If you want to set the user’s password: su john passwd
...
Read More
Tagged As: CentOS, create user, how to, linux
Posted on February 4th, 2012 by
John R Live in
Social Media
One of the very first forms of content marketing is publishing a good old-fashioned “book” (yes… a book made of paper). It’s not the book sales that make most business authors successful, but what they can accomplish for the simple fact that they have written...
Read More
Posted on February 3rd, 2012 by
John R Live in
Wordpress
To enable this feature, simply open your wp-config.php file located in your WordPress root folder using a ftp client. If you need help with ftp contant your web hosting company. I currently use HostGator and their support absolutely rocks. Then add the following line at the very ...
Read More
Posted on January 16th, 2012 by
John R Live in
Events
Yup I think Affiliate summit west 2012 made it down in history. Reason historical events are documented and passed down, are because they remind someone of a milestone. According to James Martell affiliate summit west 2012 had the most attendees in it’s history. Jeremy “S...
Read More
Posted on December 14th, 2011 by
John R Live in
Events
First off I’d like to say “I haven’t won anything in 29 years” (I’m 29)… ok ok maybe, I did win $20 on a lotto scratch off ticket once (but I don’t think that counts). I guess what I am trying to say is I have never on a contest or sweeps...
Read More
Posted on December 13th, 2011 by
John R Live in
Wordpress
WordPress.org has released its latest version and is available for download. The latest version 3.3 of WordPress is named “Sonny”. The name Sonny comes after the jazz saxophonist Sonny Stitt. I’ve upgraded all my blogs to the latest version of WordPress and here are some ma...
Read More
Posted on December 12th, 2011 by
John R Live in
Development
How to select the version of rails when you want to create a new rails application: $ rails _3.0.0_ new appname
...
Read More
Tagged As: rails, ror