Tag Archives: helpful command
Useful Mac Apps
Two Great Mac / OSX Apps: Caffeine and TotalTerminal. Caffeine is an app that keeps your computer in an active state. When you have Caffeine activated your computer will not go to sleep, and you don’t have to deal with waking it up and logging back in just because you stepped away for a quick […]
Random *nix Command that Save the Day
I will try to keep this a running list with info on each command Tar logs/Files whatever and gzip tar -cvzf [archivename].tar.gz [File1] [File2] …. Mysqldump to backup a DB table Lots of times I want to make some tweaks and be able to roll back or at least compare the two versions. mysqldump -u […]