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">

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

Verify all the paths in the PATH directory

2010-06-08 1 min read Bash Learning Linux

Here is the command to test that all the directories in your path actually exist.

(<a class="zem_slink freebase/en/internal_field_separator" title="Internal field separator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internal_field_separator">IFS=:;for p in $PATH; do test -d $p || echo $p; done)

And the explanation :

Set the IFS to &#8221;:&#8221;

now we loop through the PATH variable

and test all the directories with &#8221;test -d&#8221;

Here is another version without IFS:

for i in ${PATH//:/ };do test  -d $i || echo $i;done

Continue reading

PuTTY alternatives - AlternativeTo.net

2010-06-04 1 min read Learning Uncategorized

Sometimes after hours of searching you find a link so good that it needs no introductions and neither any writeup. I found one such page today :

<a href="http://alternativeto.net/desktop/putty/">http://alternativeto.net/desktop/putty/<h6 class="zemanta-related-title">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://www.downloadsquad.com/2010/05/18/kitty-is-win32-native-putty/">KiTTY is Win32-native PuTTY (downloadsquad.com) <li class="zemanta-article-ul-li"><a href="http://blog.amit-agarwal.co.in/2010/04/11/putty-export-client-display-on-login-for-opening-x-application-and-terminal/">PuTTY export client display on login for opening X application and terminal. (amit-agarwal.co.in) <li class="zemanta-article-ul-li"><a href="http://colonelqubit.wordpress.com/2010/05/05/time-to-empty-my-pockets-for-foss-projects/">Time to empty my pockets for FOSS projects (colonelqubit.wordpress.com) <div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a0e0301f-eb88-41fd-afbb-ab5bea19c81b/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b96.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Continue reading

Google staff dropping Windows for Macs, Linux PCs

2010-06-02 1 min read Linux Uncategorized
For those who keep saying this is not the year of linux and probably it will never be 🙂

Google staff dropping <a class="zem_slink freebase/en/microsoft_windows" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows for Macs, <a class="zem_slink freebase/en/linux" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux <a class="zem_slink freebase/en/personal_computer" title="Personal computer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personal_computer">PCs

Google is abandoning the use of Windows by its staff as it\’s too much of a security threat, multiple staffers said Monday night. Recent concerns about Chinese hacks have the search firm requiring either a Mac or Linux for all new recruits to provide better security. Those who want Windows now often require explicit approval from executives and may not have any choice on desktops where it\’s only an option for notebooks.
[link to original | source: LXer Linux News
\"Reblog

vim understanding the various modes and using the yanking more efficiently.

2010-04-06 0 min read Linux Vim Tips
\"MacVim
Image via Wikipedia

We will look at the vim modes today. Sometime back , I was looking at copying a function body. So I was basically looking to copy the lines till matching &#8221;}&#8221;. I found a plugin called <a href="http://www.vim.org/scripts/script.php?script_id=1234" target="_blank">yankring which would allow me to yank the text in various combinations. So I can copy a function by going to the begining of the function and then &#8221;y}&#8221;. That is very simple to understand right? Wrong!!!

Continue reading

There is only one reason left why Windows exists

2010-04-01 0 min read Linux
\"Image
Image via CrunchBase

<span style="background-color: #ffffff;"><span style="font-size: small;">156 minutes of pain compared with 26 minutes of success. That&#8217;s the difference between a Windows installation and a Linux installation. After two and a half hours fiddling with a Windows install on my Toshiba laptop, it became pretty obvious what is one major reason why Windows remains a viable operating system.

Continue reading
Older posts Newer posts