tdiff – compare directories
tdiff looks very handy – more details & copr repository here
tdiff looks very handy – more details & copr repository here
ps aux | awk ‘$8 ~ /D/ { print $0 }’ They may be waiting on I/O.
If you use gnome-terminal, xfce4-terminal or others, install Gogh for beautiful terminal colour schemes.
A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
Even though I’ve mostly converted to GNOME (on a fairly juicy machine at least), this article covers some interesting tools.
Cronic is a shell script to help control the most annoying feature of cron: unwanted emailed output, or “cram” (cron spam).
Make a directory & cd into it function mkcd () { mkdir -p “$@” && eval cd “\”\$$#\””; } from twitter
A new nagios check I’ve written for checking a lot of URLs quickly: check_multi_url.
Do pgrep -a process instead Update: seems like older pgrep (such as that which comes with RHEL6) doesn’t support this, you can do pgrep -l instead though.
I’ve only just discovered you can have wildcards in your hosts in ssh_config, ie Host db* User dbman Host www* User wwwadmin