Barack Obama - Change Can Happen!
 
Obama '08
Black Friday: deals cause total carnage
headline »
Sun, 30/11/08 – 23:09 | Comments

When I was younger I worked retail, and I remember dreading the holiday season; we’d be completely busy, and customers were never ruder.  I’ve seen ads poking fun at rabid crowds trying to break down doors before stores open to get the latest deals around the holidays, and it’s always some comment about how the [...]

Read the full story »
art

geek

howto

music

politics

Home » Archive by Tags

Articles tagged with: bash

HOWTO: send commandline email with attachments
Wednesday, 17 Sep, 2008 – 7:36 | Comments
HOWTO: send commandline email with attachments

Are you like me, do you have scripts running on servers and you need to know what they know? If there’s output in a file you can sed/grep/awk info out of them and have them emailed to you, but if you don’t know specifically what you’re looking for you may need the entire file/log/whatever. [...]

HOWTO: webserver in 100 lines of Bash
Thursday, 4 Sep, 2008 – 18:48 | Comments
HOWTO: webserver in 100 lines of Bash

I’m a big Bash fan, I know Perl is the more popular scripting language, and I’m slowly using it more, but hey, if I need something done, I can do it quicker in Bash (keeping in mind that I’m a systems guy, not a dev guy). While at work looking up Bash related syntax [...]