Welcome to thatlinuxbox.com Sunday, March 01 2026 @ 11:28 AM UTC
Do Not Collect Army Ants
- Tuesday, May 15 2012 @ 12:11 AM UTC
- Contributed by: Dan Stoner
- Views: 4,525

"Note: DO NOT attempt to collect Army Ants in your ANTWORKS container. Should you see several hundred thousand very focused ants moving in your direction, we advise quickly leaving the area."
- Comments (0)
As-Is Ham
- Sunday, March 11 2012 @ 08:42 PM UTC
- Contributed by: Dan Stoner
- Views: 5,660
- Comments (0)
Soft Star Moc3 is still the best minimalist shoe yet
- Tuesday, February 28 2012 @ 12:37 PM UTC
- Contributed by: Dan Stoner
- Views: 7,935
The Moc3 provides only minimal protection, no cushion. I have a tendency to increase my leg pounding as the level of cushion in a shoe increases (and my ability to feel the ground decreases). The Moc3 keeps me true to barefoot form but at the same time provides a fiction barrier to allow me to run more miles. The sole is made by Vibram and is the "street sole" used by Soft Star in their RunAmocs. The Moc3 sole has interesting cutouts that increase the flexibility of the shoe and reduce weight. The gaps in the outsole material are still protected with a thin flexible sole material that Soft Star uses in some of their other shoes. I have not yet been poked by anthing that snuck past the vibram.
The soles looked fine after the first 200 miles of mostly road/sidewalk miles and it is even still possible to make out the word "Vibram" at the ball of the foot:

I have owned the shoes for about 7 months and I am glad to see they will be usable for many more miles.
- read more (415 words)
- Comments (0)
Fiction Read During 2011
- Saturday, February 25 2012 @ 01:30 PM UTC
- Contributed by: Dan Stoner
- Views: 6,472
Well, here it is, the list of Fiction that I read during 2011:
- read more (215 words)
- Comments (0)
Standing Workstation v2.0
- Wednesday, January 25 2012 @ 03:03 AM UTC
- Contributed by: Dan Stoner
- Views: 6,389
I've been tweaking my desk area and this is where I am today, version 2.0 of my standing workstation:

The upper LCD shelf is made from a cheap melamine shelf with CAPITA legs from IKEA. So far it is working well, and the third LCD monitor is a nice addition.
- Comments (0)
Cluster SSH
- Wednesday, January 25 2012 @ 12:05 AM UTC
- Contributed by: Dan Stoner
- Views: 11,426
ClusterSSH is a nice tool for manipulating multiple *nix machines simultaneously. For example, if I want to run some commands on two Linux machines named server1 and server2, I could:
# cssh server1 server2
And I will get two xterm windows that I can control simultaneously by typing into the cssh command window. Since cssh will send keystrokes to both servers, any series of commands can be run, including editing files, etc. I have found that my daily patterns of behavior make cssh preferable to similar tools such as pdsh. Also, cssh uses very similar options syntax to the ssh command, so I don't have to remember different options (I frequently use -l and -p).
I might want to tail the logs on all of the machines in the cluster, but then focus in on one particular machine after I have identified a particular cluster node of interest. Similarly, I might work out a long command line on a single node before running it on the rest of the machines via the cssh command window.
In Debian and Ubuntu, cssh can be installed with:
# sudo apt-get install clusterssh
Cluster SSH is also available for Mac OS X (http://code.google.com/p/csshx/).
A clusterssh package seems to be working its way into Red Hat flavors via Extras or 3rd party repos such as rpmforge.
After running cssh for the first time, you will have a .csshrc file in your home directory. This file can be tweaked in various ways to make connecting to groups of machines easier. To save a group of machines into a list that you can re-use, cssh can use a plain text cluster file.
To use a cluster file:
- read more (172 words)
- Comments (0)








Twitter
LinkedIn
GitHub
