I really need to setup a blog schedule..

Posted on October 27, 2010

Seriously. No update since April? Oh my god… What am I doing will all my free time?
Oh yeah, that’s right. No free time with a baby at home!

I just spent way too much time on this…

Posted on April 23, 2010

… most useful website to any command line geek: Command Line Fu

Some of my favorites:

  • alias dush="du -smh *|sort -n|tail"
  • alias hashline="printf "%`tput cols`s"|tr ' ' '#'"
  • alias dateh='date --help|sed -n "/^ *%%/,/^ *%Z/p"|while read l; do date +\ %${l/% */}:\|" |${l/% */}|${l#* }";done|column -s"|" -t'
  • alias randomfact='wget randomfunfacts.com -O - 2>/dev/null | grep \<strong\> | sed "s;^.*<i>\(.*\)</i>.*$;\1;"'
  • alias webserver='python -m SimpleHTTPServer'
  • alias memdump='sudo dd if=/dev/mem | cat | strings'
  • However, take a peek! There are literarily tons of very useful one-liners in there!

    Welcome back!

    Posted on April 23, 2010

    It had been a while, but I figured it was about time that I re-opened this blog and start updating my new findings again…

    So, in the spirit of this blog, you will find here the following:

    • Funny things I come across on this huge series of tubes
    • Security related information
    • Sys-admin tips and tricks
    • Rants and Raves around Technologies (companies, products, …)
    Check again regularly and I promise I will try my best to keep this blog interesting!