Friday, June 22, 2012

The Linux Nerd Way to Download a Digital Camera

Downloading a digital camera can be cumbersome and time consuming. But it doesn't have to be that's for sure! If you use a Linux system, I have a quick and easy way to download a memory card that I have been using for some time now.

Simply run the following command from a terminal window:

rsync -h --progress --stats -r -tgo -p -l -D --update --exclude=**/*tmp*/ --exclude=**/*Trash*/ --exclude=**/*trash*/ /media/CANON_DC/DCIM/101CANON/ /home/jesse/camera/Sort/

Obviously your source and destination will be different than mine listed here and the temp and trash exclusions are probably not necessary, but those were options I selected when I used Lucky Backup to create the rsync command.

It is also nice that the terminal keeps a history of commands and all I have to do is press the up key till I find my command and then hit the enter key. After downloading, I sort the pictures in dated folder and move them from the sort folder to the camera folder and I am all set.

Blessings,

Jesse

Wednesday, June 13, 2012

Gimp 2.8 Impressions

Gimp 2.8 has been available since May and I have it installed on my laptop and have had some time to actually use the updated version that was over three years in the making. While I hope the next release is much sooner, and I would loved to have had this available much sooner, I have to say that this one was definitely worth the wait.

The Gimp team has done a fantastic job, and like I mentioned in my last post on Gimp 2.8, I will not be going into full detail on all the new features. The single window mode works beautifully and is a simple joy to finally have. It was the first thing I did when loading up Gimp 2.8, switch to single window mode and get to work. They layer groups are well done, and the on image text editing is a dream.

If you have not upgraded to 2.8 yet, what are you waiting for?! You will not be disappointed and the update is worth every second it will take to get installed and configured. Coming up in 2.10 will be high bit depth support and further on in the development road map is script recording and payback. Exciting times for sure, and encouraging to see the improvements released and usable.

Blessings,

Jesse