Personal blog of Josh Lyon

  • E-mail to SMS

    I set a lot of reminders for myself on my company e-mail and I don’t have a blackberry yet. I kind of want one for all the great features, but on the other hand I’m concerned with how connected that would make me and thus make me feel obligated to respond. Here’s a list of…

  • Frontpage Tech Posts

    I’ve decided to quit posting technical posts to my frontpage. I figure that most people who land on my blog for a tech post are probably getting here from google or another search engine and will land directly on the article they are interested in. People who are more likely to visit my site on…

  • Upgrade from Joomla 1.5RC4 to Stable

    Upgrading from Joomla 1.5RC4 to Stable (Production) was a breeze. There was no need to make changes to database structure or anything. Simply download the full stable release, upload to my server, and overwrite the files. Here’s how I did it from the shell. Navigate to the proper directory: $ cd /mysite/ Download (wget) the…

  • Backup site (files) from Shell

    Here’s a quick code snippet on how to backup files and restore them from the shell. To back them up, run the following code: $ tar -zcvf filename.tar.gz folder/ To backup all files in the directory you are currently in, run: $ tar -zcvf filename.tar.gz . Here’s a breakout of the parameters: z – gzip…

  • MySQL backup from Shell

    The following is a short code snippet on how to view which MySQL databases are available for a user, then a command to back them up. This should work on Unix and Linux variants. To view what databases are available to be backed up, run the following command: $ mysql -u root -h localhost -p…

  • How to Make DS-Syndicate W3C compliant

    There was a very small issue with the DS-Syndicate module that broke the W3C Validation compliance. The img tag did not end with a forward slash. To fix this, simply open /modules/mod_ds-syndicate.php and on line 51, column 64 add a / to the end of the <img> tag so the line looks like: $mod_content .=…

  • Josh Lyon Search

    My last goal was to make my website the top search result when you searched for ‘Shiner Lyon’ (at least on Google – that’s all that counts right?). I have successfully overtaken the Kansas and Kentucky Wildlife Commissions and a discussion forum about fishing bait to achieve the top position. At least for now. My…

  • DS Syndicate Write Permissions

    I was getting an error with my RSS Syndication component after I moved my site over to the new server. The error message I was getting was: Error creating feed file, please check write permissions.

  • Troy’s Website Ideas

    I had about a 45 minute conversation with one of my Coworkers, Troy, about my webiste yesterday. I asked him to tell me three things he liked about the site and 3 he didn’t. The three things he liked about the site were harder for him to come up with than I expected it to…

  • Shiner Lyon Google

    I just wanted to let everyone know that my next goal is to make some pictures or information about my dog the top link on Google when you search for "Shiner Lyon".  Laura seemed to think it was ridiculous that I was doing some search engine optimization on my photo gallery tonight primarily for that…

Looking for SharpTools help?