Monthly Archives: August 2009

How To Watermark Images With ImageMagick in Linux

I recently discovered that one of my most popular posts had been poached by another blog with out providing credit – images and all. I decided that it would be best to watermark my images to make it more difficult to rip off my content.

This procedure could also be done easily in GIMP, but it takes time to open up each image and then import or create the watermark text. Instead I created my desired watermark text in GIMP and saved it as a separate file called Watermark.png. This file has a transparent background, so only the text will show up when it’s overlaid on another image. Continue reading

Nautilus Script to Launch a Terminal

I often find myself browsing my filesystem with Nautilus (the GNOME file manager) and wanting a terminal window to manipulate files in the current directory.  I decided to take a shot at writing my own Nautilus script to solve the problem. So here’s my first Nautilus script. Save it in $HOME/.gnome2/nautilus-scripts. I named it terminal-here on my system. Continue reading

Edit Your GNOME Configuration

There are hundreds of settings you can configure in the GNOME Desktop Environment. For example, Nautilus is the default file manager in GNOME. Beside it’s obvious use as a file manager, Nautilus also controls user interaction with desktop icons. Many of Nautilus’ settings can be controlled through the Preferences menu. You can access this by opening a file manager and selecting Edit→Preferences. Continue reading