I'm Fred. This is my blog.
Good list. I use these (BASH) commands almost everyday:
Along the lines of my last post, here are three of my favorite unix/linux utilities that I often take for granted, but that a lot of people aren’t familiar with.
- screen - screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).
- iostat -The iostat command is used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates.
- watch -Execute a program periodically, showing output full screen.
Nothing too crazy here, but if you do what I do, and you don’t know these commands, you should learn them.
permalink (posted 2 years ago | 1 note)
use these (BASH) commands almost everyday: Ctrl+R: Reverse search through your history of commands