Subscribe to Blog via Email
Recent Comments
- Bill Roberge on Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Brian Gallimore on Wiring Schematic for Bad Boy ZTE Mower
- Brian Gallimore on DIY Automatic Transfer Switch
- Robert O. Heslop on Wiring Schematic for Bad Boy ZTE Mower
- Brian Gallimore on Philmont Scout Ranch Backpacking Trek
Top Posts
- Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Private RoIP (Radio over IP) System
- Relay Terminal Standard Numbers
- Quadrasteer / Dana 60 Axle Differences and Similarities
- Wiring Schematic for Bad Boy ZTE Mower
- Debounce Code for Logix 5000
- Red-Neck Trike
- Convert Allen Bradley Logix 5000 Time to Unix Time (Epoch)
- W123 / 300D EGR, ARV, and ALDA systems
- Troy Bilt Chipper Shredder Review
Resume
Bookmarks
Archives
Categories
-
Recent Posts
Meta
Author Archives: Brian Gallimore
The Basis for Law is Religion
DID YOU KNOW? As you walk up the steps to the building which houses the U.S. Supreme Court you can see near the top of the building a row of the world’s law givers and each one is facing one … Continue reading
Posted in Politics, Thoughts
Leave a comment
Using WonderWare Script to Check for Correct Number Format
Here is how I used a WonderWare window script to check to make sure the batch number entered by the operator meets the following requirements: must be 9 digits first digit is a 8 2nd and 3rd digit are the … Continue reading
Wood Repair Using Plastic Filler (bondo)
The house we just bought had damage to several of the stair trim pieces of wood from a dog. Here are some pictures I took of my fix. I started with a dowel glued in a hole I drilled, then … Continue reading
Use cron, grep, ps to monitor and restart a program (x11vnc)
As a band-aid to check if a program stopped running, and then restart it if it did stop, here is what I came up with. x11vnc is the program that gave me trouble, seems like every once in a while, … Continue reading
Posted in Uncategorized
Leave a comment
Redirect, Pipe, and Tee
Redirect – ls command creates file called file_list.txt instead of sending to stdout: $ ls > file_list.txt Redirect Append – ls command appends file_list.txt instead of sending to stdout: $ ls >> file_list.txt Pipe – sends output of ls command … Continue reading
Fire Hose Pants
Amber bought me a pair of fire hose pants for Christmas. I wore them today to do some clean-up work outside. Right off the bat, there are two things that are awesome about these pants: 1) There is a diamond-cut … Continue reading
Government Can Not Grant Freedom
from Adrian Murry’s facebook post One thing I have learned over the last five years of politically righteous indignation is that if we protest from a position of victimhood we too easily enable ourselves to be victims. My outrage since … Continue reading
blinksticks showing opposite colors
A few hours of tinkering with the new blinksticks, here is what I came up with: The light on the right is set to a random color every 1/2 second. The stick on the left morphs to the opposite color. … Continue reading
Blinkstick – a single pixel controlled by USB
I ordered 2 blinkstick kits a while back — they came in today! I dug out the soldering iron and assembled them. Within a few minutes I had the blinkstick python libraries installed on my computer. Now I’m wondering what … Continue reading
Subversion (svn) on shared web host (bluehost) and Linux client setup
This explains how to configure and use a Subversion client from a GNU/Linux box* to connect to a Subversion server on a shared web host account. (bluehost.com) If you have already set up a shared key for password-less ssh access … Continue reading
Posted in How-To
Tagged command line, computer, Linux, server, ssh, Subversion, svn, version control, web host
Leave a comment