Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created August 10, 2011 04:44
Show Gist options
  • Select an option

  • Save basicxman/1136141 to your computer and use it in GitHub Desktop.

Select an option

Save basicxman/1136141 to your computer and use it in GitHub Desktop.
Poor-man's script for GeekTool -
df -h
echo
ps auxc | head -n 6
echo
echo "Network information:"
netstat -s -p tcp | sed -n '2p;11p;28p;29p;30p;44p' | tr -d "\t"
echo
cat ~/weather.txt
# Screenshot
# http://f.cl.ly/items/0M2y3g01364306042K2z/Screen%20Shot%202011-08-10%20at%2012.42.11%20AM.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment