Welcome to thatlinuxbox.com Tuesday, November 04 2025 @ 12:12 AM UTC

Trackbacks and Pingbacks are now disabled

View Printable Version
  • Wednesday, January 09 2013 @ 02:26 PM UTC
  • Contributed by:
  • Views: 5,202
News

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

Sorry Spammers, I am tired of useless trackback and pingback traffic.

I have decided to disable pingback and trackback here on my thatlinuxbox blog. Hopefully I can spend my time on better things than deleting spammer garbage.

Product Review - Altra Samson Minimalist Shoes

View Printable Version
  • Monday, December 31 2012 @ 08:00 PM UTC
  • Contributed by:
  • Views: 24,011
Running and Fitness

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

Earlier this year I received a pair of Samsons from Altra Zero Drop Footwear to review. I never managed to put together a formal review until now, although I did share my feedback in various places around the Net such as Barefoot Ted's Minimalist Runner Google Group, my twitter feed, and the social running site dailymile. Over the last year I have been too busy running to spend very much time blogging. A few weeks ago I had logged over 200 miles in my Samsons so I figured it was time to sit down and write the review.

Here is what my Samsons looked like fresh out of the box:



I had very high expectations for the Samsons. They were going to be the perfect minimalist shoe, similar to Vibram FiveFingers, but without the VFF toe pockets.

Here is what my Samsons look like after 200 miles of running:

Trail Running in the Hocking Hills, Ohio

View Printable Version
  • Wednesday, December 26 2012 @ 02:55 PM UTC
  • Contributed by:
  • Views: 13,761
Running and Fitness

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

On Christmas Day I ran from Old Man's Cave to Cedar Falls to Ash Cave along the Buckeye Trail in the Hocking Hills. It was a cold day (32 degrees), with lots of icicles hanging from the rock formations. The trail section between Old Man's Cave and Cedar Falls is technical with rocks, roots, and stone stairways to navigate. I was glad to have my Altra Superior trail running shoes. The section between Cedar Falls and Ash Cave is not technical but has some serious hills leading up to the fire tower. The fire tower is open for climbing, and after reaching the top there is a very nice 360 degree view of the surrounding Hocking Hills region.

I didn't carry a GPS so I'm not exactly sure how far I ran, but the round trip is somewhere between 10 and 12 miles. The Buckeye Trail is well-marked here, just "Follow the Blue Blazes...".

Pictures from the Old Man's Cave section:





Pictures from the Cedar Falls section:

Tom Walker Memorial Half Marathon 2012 - Race Report

View Printable Version
  • Wednesday, December 26 2012 @ 12:21 PM UTC
  • Contributed by:
  • Views: 5,808
Running and Fitness

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

I'm a little behind on posting my last few race reports. I ran the Tom Walker Memorial Half Marathon on December 1, 2012, just a few weeks before attempting my first marathon.

This race was a Florida Track Club event and this year the FTC provided pace groups. The two ladies leading the 1:30 pace group (Meredith DeFranco and Stephanie McGrail) are some of my training buddies, so my plan was to stick with the pace group for the first half of the race and then push it in to see how far under 1:30 I could get.

Here is the 1:30 pace group early in the race:


Photo by Florida Track Club

I followed my race plan and came through with a nice personal best!

Coming through the finish line:

Specify QUERY_STRING to PHP CLI

View Printable Version
  • Sunday, December 02 2012 @ 03:25 PM UTC
  • Contributed by:
  • Views: 14,119
Linux, Open Source, and Tech Stuff

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

Thanks to an ancient http://PHP.net comment (http://www.php.net/manual/en/features....php#26201) and a Joomla! forum post (http://forum.joomla.org/viewtopic.php...3#p1318363), I was able to figure out how to run a Joomla php script from the command line and
specify query parameters *without* having to modify any of the PHP code to parse the arguments / options. Most of the examples on the net suggest modifying the PHP script to parse the argv options. I also did not have luck using environment variables to specify QUERY_STRING.

For example, take a Joomla! article with a URL something like this:

mysite/index.php?option=com_content&id=10

Many people running Joomla have SEO-friendly URLs enabled, but the above is the simple (simplest?) query string to get to a particular article using the article id.

Now we can test a particular article at this site from the command line.

Change directory to the appropriate document root and run php as a command-line program:

$ php index.php '&option=com_content&id=10'

The magic sauce is that the first character of the query argument list is just another ampersand rather than the traditional question mark.

Why would I want to do this at all? As one of the Linux system administrators responsible for helping our University customers with their hosted web sites, I sometimes have to debug unusual issues. Having system administrators modify production customer code is not standard practice and unfortunately some of our web hosting customers are not saavy enough to debug unusual issues themselves. One of the tools in our sysadmin toolbox is strace. If I can get the script to repeat the behavior in the command line while strace is running I can often determine the cause of the issue. Running the script in the cli is frequently much easier than trying to catch the issue with strace on a live production site, in shared web infrastructure, etc. We can see file accesses failing, network requests to external servers that don't allow the php page to render until after the remote content is fetched, slow performance from a mysql database... all via the output of strace.

Gainesville Fisher House Veterans Day 5k 2012 - Race Report

View Printable Version
  • Thursday, November 22 2012 @ 12:30 AM UTC
  • Contributed by:
  • Views: 12,012
Running and Fitness

Share
  • Google Plus
  • Facebook
  • Twitter
  • Reddit
  • LinkedIn
  • Digg

I recently ran the Gainesville Fisher House Veterans Day 5k race. I was pleased to participate in this event that was well-organized and for a good cause.

Martin McCrory's Race Pace Photos took pictures of the event and as always they did an awesome job. I have purchased a number of digital images from him through SmugMug in the past and he has always been responsive and open to feedback. Here is a link to the Race Pace Photos gallery for this event:
http://www.racepacephotos.com/Events/...r-House-5k

The Florida Track Club also has a photo site at SmugMug with pictures of the event:
http://florida-track-club.smugmug.com...r-House-5K

It was a beautiful morning for a race, with blue skies and a huge American flag.


Photo copyright Race Pace Photos

I have a tendency to go out too fast so my race plan focused mainly on keeping the first mile under control. I executed the plan well, hitting my first mile split at 5:55. The second mile was 5:55.55 (all fives!). Even though the first two miles were spot-on, my third mile just didn't come together (third mile split was 6:14).

This is a photo of me approaching the last turn before the finish, probably less than 100 meters to go:


Photo copyright Race Pace Photos

Here I am making the last turn towards the finish line:

User Functions

Login

Connect

thatlinuxbox.com is the home of Dan Stoner's Personal Blog, Photos, and More (opinions, rants, techno-babble, and possibly a few useful tidbits of knowledge).

Questions or Comments about this site? Contact danstoner _ at _ gmail.com.

RSS Feed for this blog

Other places to find me on the web:

Twitter

LinkedIn

GitHub

Support This Site

If you like something that you find on this site, please consider making a purchase through one of the links below or sending me an item from my Amazon Wish List.


The Clymb


Awesome VPS hosting by Linode.com