Sometimes you just need to see how bad you're screwing up to figure out how to stop ;)
Read more »6 cool BASH tricks
In this article, I'm going to show you a number of simple, yet highly useful tricks that will make your scripting life easier. True, this article may appeal to the more geeky segment of my readers, but there's no reason to stop reading.
Read more »Category: End User Tags:
- Login to post comments
Simple Unix And Linux Shell Tricks To Save You A Few Gray Hairs
You're going to get frustrated with your OS eventually, anyway. You don't have to do it all now ;)
Read more »Category: Beginner Tags:
- Login to post comments
10 Tips for Writing Efficient Bash Scripts
Bash is the default command line interface for many Linux distributions and a powerful scripting language. Here are some suggestions that will keep your Bash scripts efficient and lean. Feel free to comment with your own suggestions.
Read more »Category: High End Tags:
- Login to post comments
The watch command
The "watch" command is a handy little program in Linux, what are some of the ones you use that may not be so common to everyone?
Read more »Category: Beginner Tags:
- Login to post comments
Happy Thanksgiving - Unix/Linux ASCII Art
Happy Thanksgiving. Enjoy the turkey :) Description not long enough? Really "Really" enjoy the turkey ;)
Read more »Category: Beginner Tags:
- Login to post comments
Cabletv.sh For Linux or Unix - Final Blog Update
The public has decided that this should be moved to a SourceForge project, and it shall be so... after today :)
Read more »Category: Beginner Tags:
- Login to post comments
Bash Path Security Gotcha!
The devil they say is in details, even the simple Bash path variable can open some security problems on your box. Every Bash documentation out there warns us not leave '.' in the path (it matches current directory). They however don't seems to mention that leaving a dangling ':' (colon) at the beginning or the end of Bash $PATH does create the same security vulnerability.
Read more »- Login to post comments
Linux/Unix Shell Script To Find Your Google Page Rank
A simple Bash script to parse Google's PR checksum and return any pages rank from the command line!
Read more »Category: Beginner Tags:
- Login to post comments
Get Your Local TV Listings From The Bash Command Line
Simple script to let you know what's on local TV right now.
Read more »Category: Beginner Tags:
- Login to post comments
Bash Script To Access Wikipedia
Wikipedia - When that other online encyclopedia just won't do ;)
Read more »Category: Beginner Tags:
- Login to post comments
Shell Script To Access The International Thesaurus!
Impress your friends with fancy alternative foreign words for the banal English ones you use everyday ;)
Read more »- Login to post comments
Script To Get Weather Forecasts For Your Zip Code
Not only will you not have to open the window, now you don't even have to open the browser window to find out the weather ;)
Read more »- Login to post comments
Famous Quotations Script For Linux And Unix
A quick script to pull up famous quotations based on keywords or phrased you provide on the Unix or Linux CLI.
Read more »Category: Beginner Tags:
- Login to post comments
Online Encyclopedia Shell Script For Linux And Unix
The world at your command line loving fingertips :)
Read more »Category: Beginner Tags:
- Login to post comments