There are 2 articles tagged as "console"

Notes on shell scripting

on December 29, 2011. in Development, Programming. A 2 minute read.

Yesterday I did some shell scripting and thought about writing down the few things learned along the way. Amazing how little needs to be done to learn a lot :)

Continue reading Notes on shell scripting...

Benchmarking pages behind a login with ab

on November 09, 2011. in Development, Free time, Programming. A 2 minute read.

Tonight I decided to relax a bit and what better way of relaxing is there for a geek then to do some bash scripting?! So for fun and no profit I decided to try and benchmark pages with ab, Apache HTTP server benchmarking tool, which are behind a login. Turns out, it’s pretty easy after reading some man pages ;)