Entries Tagged as 'tips'

Tuesday, June 2nd, 2009

GEEK: tips collection

This post is for small snippets of code that don’t warrant a post of their own. Use imagemagick’s convert command to reduce an image to 640×427 convert -geometry 640×427 -quality 75 _MG_9954.thumb.jpg _MG_9954.reduced.thumb.jpg — Copy a file located on a remote machine (target) to the local directory (.) via an ssh tunnel through a firewall [...]