solang – Photo collection viewer.

2010-06-25 0 min read Fedora Photo
\"GNOME\"
Image via Wikipedia
Name       : solang
Arch       : i686
Size       : 1.8 M
Summary    : A Photo Manager for <a class="zem_slink freebase/en/gnome" title="GNOME" rel="homepage" href="http://www.gnome.org/">GNOME
URL        : https://savannah.nongnu.org/projects/solang/
License    : <a class="zem_slink freebase/en/gnu_general_public_license" title="GNU General Public License" rel="wikipedia" href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPLv3+
Description: Solang is a <a class="zem_slink freebase/en/free_content" title="Free content" rel="wikipedia" href="http://en.wikipedia.org/wiki/Free_content">free photo manager that will act as a front-end for
directory based local storage as well as remote photo-storage
systems, as can be said, on the &#8221;Cloud&#8221;. Basic editing support is
also planned as well as a small pipelaine for RAW processing.
The aim of this project is to break the performance charecteristics
of current popular photo management <a class="zem_slink freebase/en/computer_software" title="Computer software" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_software">softwares and provide a fast
and reliable alternative that does not place humongous demands on
user&#8217;s <a class="zem_slink freebase/en/hardware" title="Hardware" rel="wikipedia" href="http://en.wikipedia.org/wiki/Hardware">hardware resources even to meet basic functionality.<h6 class="zemanta-related-title">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://arstechnica.com/open-source/news/2010/04/ubuntu-1010-to-be-codenamed-maverick-meerkat.ars">Ubuntu 10.10 to be codenamed Maverick Meerkat (arstechnica.com) <li class="zemanta-article-ul-li"><a href="http://www.howtoforge.com/the-perfect-desktop-fedora-12-i686-gnome">The Perfect Desktop – Fedora 12 i686 (GNOME) (howtoforge.com) <li class="zemanta-article-ul-li"><a href="http://boycottnovell.com/2009/12/19/euphemism-for-lobbying/">Why GNOME Funding is Equivalent to Lobbying and Why Novell is Likely Against GPL Enforcement (boycottnovell.com) <div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bb959a48-b5f0-4e5f-8997-6c86961e6eff/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b11.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Nice Link on Linux.

2010-06-25 1 min read Linux

Lot of good humour and nice articles of linux.

Find  <a href="http://www.geocities.com/CapeCanaveral/Lab/5735/1/">here

Linux Advertisement – So linux finally decides to do some marketing.

2010-06-25 1 min read Linux

Its been quite some time that people started saying that this is the year of linux, and Linux (like in the Turtle and Hare story) has been growing steadily. There are advocates and critics for the Linux. I sometime think what are the advocates or critics thinking when they are commenting. But let me not get into that. There are circumstances where you would have to stick with windows wheather you like it or not and similar is the case with Linux in this corporate world. Anyway, here is the link to the advertisements:

Continue reading

Magic space on the current command line

2010-06-25 1 min read Bash Fedora Linux

# For how to set up magic space for Bash see:
# – http://www.ukuug.org/events/linux2003/papers/bash_tips/#slide15
# – http://codesnippets.joyent.com/posts/show/1690

man bash 2>/dev/null | less -p &#8217;magic-space&#8217;

man bash 2>/dev/null | less -p &#8217;Event Designators&#8217;

man bash 2>/dev/null | less -p &#8217;\!#&#8217; # &#8221;The entire <a class="zem_slink" title="Command-line interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Command-line_interface">command line typed so far.&#8221;

<a href="http://snippets.dzone.com/posts/show/10265">Read more :<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://www.makeuseof.com/tag/trigger-wake-lan-mac-address/">How To Trigger Wake On LAN Using The MAC Address (makeuseof.com) <li class="zemanta-article-ul-li"><a href="http://smarterware.org/4271/projectview-lists-your-todo-txt-by-project">Projectview Lists Your Todo.txt by Project (smarterware.org) <li class="zemanta-article-ul-li"><a href="http://helpdeskgeek.com/linux-tips/shell-script-backup-directory-linux/">Back Up a Directory in Linux using a Shell Script (helpdeskgeek.com) <div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/038d79c3-59e6-41ad-a8ad-31d1af669509/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_e39.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related pretty-attribution">

Continue reading

ack on solaris – grep recursively.

2010-06-25 2 min read Solaris

<span style="background-color: #ffffff;">Some days back I posted an article on ack <a href="http://blog.amit-agarwal.co.in/2009/08/24/more-powerful-grep-ack/" target="_blank">here. Today I was working on Solaris 9 and the default grep installed on the system does not have the &#8221;-r&#8221; option to search recursively. So, you know for all the time I had to keep using find with grep to work with directories recursively. This was something similar to the one below:

<span style="background-color: #ffffff;">find . -type f -exec grep amit {} \;

Continue reading

GIMP 2.6 released

2010-06-25 1 min read Photo

GIMP released version 2.6 with some major improvements. I have not yet downloaded it and plan to do it in few days time.

<a href="http://gimp.org/release-notes/gimp-2.6.html">Release notes of 2.6 version.

This version has made some changes in the GUI too and looks quite impressive in the screenshots.

Heres one of them from the GIMP site.

<a href="http://blog.amit-agarwal.com/wp-content/uploads/gimp.org/screenshots/gnome-1280x800-fresh-start.jpg"><img title="GIMP UI" src="http://blog.amit-agarwal.com/wp-content/uploads/gimp.org/screenshots/gnome-1280x800-fresh-start.jpg" alt="GIMP UI" width="1280" height="800" />

Check it out 🙂

rpmsave and rpmnew files.

2010-06-25 1 min read Linux

When upgrading an rpm based Linux System, all of us would have seen &#8221;*.rpmsave&#8221; or &#8221;*rpmnew&#8221; files being created. These are the config files in the rpm that rpm utility thinks should be overwritten (creates a *.rpmsave for the earlier file) or should not be overwritten (create *.rpmnew with the new file).

If you ever wondered what to do with these files then you can use this small script that would show the diff between the two files and you can decided which to keep or which to delete.

Continue reading
Older posts Newer posts