fetchmail to get the mails from your imap account

2014-03-11 1 min read Raspberry Pi
Now, that you have set the RPi to send emails, lets do the next best thing. Setup fetchmail so that we can setup a cron job to run and get us the emails on Raspberry Pi. What can we do with these emails, lots 🙂 (I hope you already have a Raspberry Pi, if not then head over to element14.) For now, first install fetchmail: sudo apt-get install fetchmail and if you are one of the guys who wants easy configuration then : Continue reading

nautilis fork ( File manager ) with tree view in sidebar.

2014-02-09 1 min read Fedora Gnome
Was searching for this for sometime now, finally found it. sudo yum install nemo sudo yum list nemo* First just install nemo. Configure nemo not to interfere with default desktop and also make it default handler. So, here are the settings that would do it. gconftool-2 --set /desktop/gnome/applications/component_viewer/exec --type 'string' 'nemo "%s"' gconftool-2 --set /desktop/gnome/url-handlers/trash/command --type 'string' 'nemo "%s"' gsettings set org.nemo.desktop show-desktop-icons false Now, if you need more functionality in file manager then check the list of nemo packages from the output of second command of yum. Continue reading

Ubuntu setup – post installation script

2012-07-03 4 min read bash
My iPhone apps as of February 2010 (Photo credit: dougbelshaw) If you have done a new installation of Ubuntu or Fedora, then yuou know you have to search all kind of blogs to find out what all to install. So, here is a easier way to do that. Just run this script, it will install some applications which are mostly a “MUST” for all the installations. And the list of applications that are installed are : Continue reading

Installing Full Blin g theme on N900

2011-08-03 1 min read Maemo N900
I was going through the post : http://talk.maemo.org/showthread.php?t=46739 and found the theme quite intruging but not complete to the point where I can download the deb file and install it in /usr/share/theme/ dir with simple commands “apt-get” or at max just use mkdir command to create the dir and dump everything in that dir. So, I wrote this couple of bash one liners to copy the required files to my N900. Continue reading

GPG error on N900 when doing update on command line

2011-06-22 1 min read Maemo N900
Image via Wikipedia If you have added some extra repositories to your Nokia N900 and are trying to do something ( like update, install or any other apt-get operation) you might see some errors or warnings related to the GPG keys. The errors would come because the Public keys for the reporisitories are not present in the gpg database 🙂 Cool, now you know the reason, but what to do… Add them as below: Continue reading