Tag Archives: bash

Lame Scripting Awards

Lame Scripting Awards How many people have been using cat to open files in their shell only to pipe the output to another command, or how many have piped things to wc -l from grep? Don’t understand what I am … Continue reading

Posted in Bash Scripting, Server Development | Tagged , , , , | Leave a comment

Bash Sqlite Ssh Connection Manager

Bash Sqlite Ssh Connection Manager Looking for a quick and dirty way to manage a bunch of connections to ssh hosts using a simple bash script. I figured that it would be simple enough to create a single table sqlite … Continue reading

Posted in Tech and How To | Tagged , , , | Leave a comment

Bash Wrapper Script

Bash Wrapper Script If you have evern wanted to customize the way that bash handles each command Recently I was tasked to write a couple of bash scripts that I could not capture the output from in a normal fashion. … Continue reading

Posted in Tech and How To | Tagged , , | Leave a comment

Using Mysql From Shell Scripts

Using Mysql From Shell Scripts Running mysql from a shell is not really a bash specific concern, but what we will be getting into for starters is running mysql from a shell script using the bash scripting syntax. For starters … Continue reading

Posted in Web Development | Tagged , , , | 1 Comment

Batch Image Resizing

[Download Photo Resizer] I would like to introduce our readers to installment [Download Photo Resizer]

Posted in Bash Scripting, Server Development | Tagged , , , | Leave a comment