the best administrators are lazy...
quote comes from this highly recommended read for novice - intermediate linux / UNIX users
Lazy Linux: 10 essential tricks for admins
How to be a more productive Linux systems administrator
http://www.ibm.com/developerworks/linux/library/l-10sysadtips/
# Trick 1: Unmounting the unresponsive DVD drive
# Trick 2: Getting your screen back when it's hosed
# Trick 3: Collaboration with screen
# Trick 4: Getting back the root password
# Trick 5: SSH back door
# Trick 6: Remote VNC session through an SSH tunnel
# Trick 7: Checking your bandwidth
# Trick 8: Command-line scripting and utilities
# Trick 9: Spying on the console
# Trick 10: Random system information collection
This one goes on for more intermediate - advanced usersUNIX tips: Learn 10 good UNIX usage habits
Break bad UNIX usage patterns
http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html
1. Make directory trees in a single swipe.
2. Change the path; do not move the archive.
3. Combine your commands with control operators.
4. Quote variables with caution.
5. Use escape sequences to manage long input.
6. Group your commands together in a list.
7. Use xargs outside of find .
8. Know when grep should do the counting -- and when it should step aside.
9. Match certain fields in output, not just lines.
10. Stop piping cats.
Of course, the truly advanced user would read the bash man pages and the advanced bash scripting guide
The tips should apply to almost any linux or UNIX distribution, from AIX to Ubuntu! (or BeOS, or BSD, Debian, Gentoo, IRIX, OpenSolaris / Solaris etc for that matter .I sense some experimenting coming over the holiday period, yay) Now, just because I was too lazy to write my own content tonight, doesn't mean this post isn't useful ;-)
In fact, it's an example of being highly efficient, because I now know exactly where I can find these super tips when I need them, instead of wasting time finding the exact google search terms to use - and so can you, the reader, if you press CTRL+D to bookmark, or add my feed! (hint)
So now, instead, I can get on with my other hardware projects, bash shell scripting, UNIX admin, php/mysql web developments or just studying programming algorithms in general, and post about them as I stay indoors over the coming winter months, full of long dark nights (yay!)
Until then, try practising one of my other mantras - "you should never have to solve the same problem twice". Learn it; then adapt it.
=)



