Tag Archives: unix

ibm aix

Maybe this still has a place in today’s tech world, but I think IBM should just give up and move over to working with true *NIX clipped from en.wikipedia.org IBM AIX AIX (Advanced Interactive eXecutive) is the name given to … Continue reading

Posted in Tech Opinion | Tagged | 0 Comments

Useful Unix Commands

To backup everything in the current directory, exclude anything ending with jpg: tar cvf mybackup.tar –exclude “*.jpg” . To exclude more than one type, just add another –exclude statement: tar cvf mybackup.tar –exclude “*.jpg” –exclude “*.gif” . Search current directory … Continue reading

Posted in Tech Opinion, Tech Tips, Web Development | Tagged | 0 Comments