bulk resize images or crop
imagemagick must be installed extensions are of course case sensitive these not the same mogrify -resize 50% *.jpg mogrify -resize 50% *.JPG add -monitor to see progression for cropping convert…
imagemagick must be installed extensions are of course case sensitive these not the same mogrify -resize 50% *.jpg mogrify -resize 50% *.JPG add -monitor to see progression for cropping convert…
cd to the dir, then for i in *; do mv “$i” “$i.mpg”; done for i in *; do mv “$i” “$i.jpg”; done for i in *; do mv “$i”…
Apple hates its own history. In newer versions of its os, pict format is poorly supported. (e.g. Preview cannot open pict files as it usually did ), solution here:
new high level 3d
Mac users used to use the thumb for command key We press a thousand command - combinations a day. On windows and unix world, the control key combination is a…
find . -name ._* -print0 | xargs -0 rm -f learn from http://stackoverflow.com/questions/8680793/recursive-erase-hidden-files
Unlike other linux system, osx terminal calls it like this ssh -p 42586 myusername@mysite.com
Perhaps you’ve run into the following problem: some inserted media (either a CD or DVD) refuses to eject itself when you hit the eject key. Often a reboot will fix…