flie name jamming and bash variable expansion
| June 26th, 2008Really quick here, how to jam arround with file names for handy output file name creation. more »
Really quick here, how to jam arround with file names for handy output file name creation. more »
If you are trying to run a classic bash for i in $( …. ) loop and things are getting messy, maybe you need to adjust the IFS variable. more »
Traffic shaping might sound fancy. And it can be, but here is a trick I use to improve performance on my LAN at home. more »
diff is a fabulous tool. Most of the time it is used to compare files. in this case we are going to use it to compare the output of two commands. more »
When I look at these files that I copied from my camera, I see they end with .JPG. I’d much rather have them end in .jpg. Call me picky, but I usually use lower case lettering for file extensions. more »
You may already be familiar with many of the programs that can run in a *nix terminal. These programs are run by entering commands switches/options/parameters in a shell and ZOOM away they go. One of the popular shells is gnu bash. With this post I’d like to outline conceptually how I look at, and approach bash. more »
Yesterday I had the opportunity to present at the local lug, http://olug.org
the presentation was titled “GNUBIE: GNU BASH INFORMATION EXPOSÉ”. It was quite an experience! more »
Using the webcam with mjpg_streamer works like magic. I have been streaming to port 8080. more »
i hacked together some scripts to automate over vim’s ability to dump its buffers to html, and to run that html through tidy. more »
thinking of doing some cool things with the built in web cam. more »