Adding date to Photographs.

2010-04-07 2 min read Fedora Linux Photo

This is one of the common things that I want to do when I want to print the photos and its truely boring job to do given the fact that the Date Photo taken is already in the image taken by the Digital Photos. So finally I wrote a simple script to do this. Here it is for anyone who might be interested:

(Note you will need the program called anotate, written by me, posted earlier and exiftool)<pre style="padding-left: 30px;">

Continue reading

Create your own splash screen for gimp

2010-04-05 0 min read Fedora Photo
\"Category:Created
Image via Wikipedia

Gimp allows you to set the <a class="zem_slink freebase/en/splash_screen" title="Splash screen" rel="wikipedia" href="http://en.wikipedia.org/wiki/Splash_screen">splash screen very easily. All you need to do is copy the image to ~/.gimp-/splashes/. There is <a class="zem_slink freebase/en/betting" title="Betting (poker)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Betting_%28poker%29">no limit on the size or color. You just copy all the images you like to have as splash and one of them would be randomly picked up from the said direcotory for the splash image.

Continue reading

using gigolo for all your network mounting needs

2010-04-01 0 min read Fedora GNOME Linux
\"A
Image via Wikipedia

Have you ever thought that there should be one central location or application to connect to all you required servers with whichever <a class="zem_slink freebase/en/protocol" title="Protocol (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocol. If you did, the you wishes are granted.

Continue reading

Change cursor and couple of other settings in window managers like fluxbox and fvwm (except gnome and KDE)

2010-03-28 2 min read Fedora Linux

First off, get cursor theme from <a href="http://gnome-look.org/index.php?xsortmode=high&page=0&xcontentmode=36" target="_blank">here. You can download the one of your choice. Now create a directory &#8221;~/.icons&#8221; if it does not exist. Extract the file you just downloaded in this directory. [If you are using GNome then you could have dropped the tar file itself in the Desktop properties window and selected the theme from there. I have since the days of RH9 not used KDE and so am not sure how to do this in KDE, sorry guys.]

Continue reading

Break Free and let firefox remember all the passwords even the ones that are not saved by default

2010-03-28 2 min read Fedora Linux

Here we go against one more security policy of most of the sites like Bank and paypal and so on. These sites do not allow Firefox or any other browser to save the password. This is using some tags in the html/code of the page that would mark the field as not completeable or savable. So, what do you do?

I am on a home computer to which no one has access so why not save the password!! Let do it. There are couple of hacks that have been found to make firefox remember all the passwords. Here are a few of them (but Linux is not covered in any of them).<h1 id="article-title"><a title="Permanent Link to Tweak Firefox’s Password Saver Without An Extension" rel="bookmark" href="http://cybernetnews.com/2006/06/07/tweak-firefoxs-password-saver-without-an-extension/">Tweak Firefox’s Password Saver Without An Extension <h1 id="article-title"><a title="Permanent Link to Make Firefox Remember Passwords without a Bookmarklet" rel="bookmark" href="http://cybernetnews.com/2009/02/13/firefox-remember-passwords/">Make Firefox Remember Passwords without a Bookmarklet

Continue reading

Fedora 11 ready for deployment.

2010-03-26 1 min read Fedora

Couple of days back, Fedora removed the directory for the release 11. But if you were on Fedora 11 Preview then the update automatically moved the version up to Fedora 11. So, update and install of any application using the repo was not working.

Now it looks like this time the date should be met, as today I saw that at-least the directories for staging are created and so hopes of having a update tomorrow looks positive and also I would be able to install the other applications that I have been trying to install since Friday.

Continue reading

Recursive Regular Expressions

2010-03-24 2 min read Bash Fedora Linux

<img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/yo-dawg-regex.jpg" alt="Yo dawg, I heard you liked regular expressions, so I put a regex in your regex so you can match while you match!" align="bottom" /> The <a class="zem_slink freebase/en/regular_expression" title="Regular expression" rel="wikipedia" href="http://en.wikipedia.org/wiki/Regular_expression">regular expressions we use in our daily lives are actually not that “regular.” Most of the languages support some kind of extended regular expressions that are computationally more powerful than the “<a href="http://en.wikipedia.org/wiki/Regular_expression">regular” regular expressions as defined by the <a href="http://en.wikipedia.org/wiki/Formal_language">formal language theory.

Continue reading
Older posts Newer posts