Tag Archives: command

ack: grep but better!

I came across ack today, and now grep is sleeping outside. It’s very much like grep, except it assumes all the little things that you always wanted grep to remember, but that it never did. It actually left the light … Continue reading

Posted in CLI | Tagged , , | 12 Comments

Needs more cow…say!

I stumbled across a wonderful program today: cowsay! It is just as cool as you would imagine: 1cowsay "Text" gives you an ASCII art cow saying your Text. I think I will use it as the welcome banner on all … Continue reading

Posted in CLI | Tagged , , , | Leave a comment

Handy Network Utilities: nast, fping

I discovered a wonderful utility last night: nast. I wanted to scan my local network, just to see what devices were on it, what their addresses were, etc. I could ping my entire subnet, but what if I had a … Continue reading

Posted in CLI | Tagged , , , | Leave a comment

Reference script for CLI color codes

I have been experimenting with adding more color to my bash prompts of late. I find it easier to read when the fields are in distinct colors. The problem I always have is remembering what those wonderfully obscure ANSI escape … Continue reading

Posted in CLI | Tagged , , | 1 Comment

View compressed log files easily

Any linux distribution around these days will have compression and rotation in place for files in 1/var/log (or wherever else they happen to go). So if you look in there, you will see one or two log files (current and … Continue reading

Posted in CLI | Tagged , , , | 2 Comments