-
Back up with time stamp
My wife is constantly reminding me that “technology will always fail you” and she’s right. Muphy’s law states that if anything can go bad, it will! As far as I can remember I’ve had hard drives die on me, and that is why I always backup everything. On top of backing up everything I always…
-
Happy Days
Happy Days echo {‘1,2,3’,4}” o’clock” ROCK This never gets old
-
No Gui Required
I am a linux advocate, I also believe in freedom in all it’s aspects. Call me old fashion but I still believe “small code” and minimal resources is the way to go. That’s why most of the apps I run have a CLI. Here are some of my favorite CLI apps. Pandora – Command Line…
-
12 Best Tee Commands
In computing, tee is a command in various command-line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which displays or pipes the output of a command and copies it into a file or a variable. It is primarily used in conjunction with pipes and filters. Source Urfix uses tee for a myriad of…