viewnior – another image viewer on Linux (with support for GIF)

2010-09-25 1 min read Fedora Linux Photo

Here is another Linux viewer (Image) that is worth a mention. URL : <a href="http://xsisqox.github.com/Viewnior">http://xsisqox.github.com/Viewnior

Description :

Viewnior is an <a class="zem_slink" title="Image viewer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Image_viewer">image viewer program. Created to be simple, fast and elegant.  It&#8217;s minimalistic interface provides more screen space for your images. Among  its features are:

  • Fullscreen & Slideshow
  • Rotate, flip, save, delete images
  • Animation support
  • Browse only selected images
  • Navigation window
  • Simple interface
  • Configurable <a class="zem_slink" title="Mouse (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mouse_%28computing%29">mouse actions

The best part about the viewer is the ability to display gif inherently. Worth a look if you are using a lot of gif images.

Continue reading

Another interesting viewer for images on Linux – Geeqie.

2010-09-16 2 min read Photo

Here is the description:

Geeqie has been forked from the <a class="zem_slink" title="GQview" rel="homepage" href="http://gqview.sourceforge.net">GQview project with the goal of picking up development and integrating patches. It is an <a class="zem_slink" title="Image viewer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Image_viewer">image viewer for browsing through graphics files. Its many features include <a class="zem_slink" title="Point-and-click" rel="wikipedia" href="http://en.wikipedia.org/wiki/Point-and-click">single click file
viewing, support for external editors, previewing images using <a class="zem_slink" title="Thumbnail" rel="wikipedia" href="http://en.wikipedia.org/wiki/Thumbnail">thumbnails, and zoom.

First off, this is one image viewer with a lot more features than <a class="zem_slink" title="Eye of GNOME" rel="homepage" href="http://www.gnome.org/projects/eog/">EOG or any such light weight image viewer. So, my experience was that it was a little slower in loading images (bigger than 5MB) and opening folders with more than 150 images. Here is a brief of the image viewer with screenshots.

Continue reading

Speed up mkat with no md5sum for the files.

2010-09-02 1 min read Linux

mkat details:

mkat is a set of <a class="zem_slink" title="Command-line interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Command-line_interface">command line tools to burn, catalog <a class="zem_slink" title="Data" rel="wikipedia" href="http://en.wikipedia.org/wiki/Data">data CD/<a class="zem_slink" title="DVD" rel="wikipedia" href="http://en.wikipedia.org/wiki/DVD">DVD, <a class="zem_slink" title="Compact Disc" rel="wikipedia" href="http://en.wikipedia.org/wiki/Compact_Disc">audio CDs and then search the catalog <a class="zem_slink" title="Database" rel="wikipedia" href="http://en.wikipedia.org/wiki/Database">database, e.g. check whether you have a certain file or audio CD in your collection. Tags can be used to categorize CDs, e.g. <a class="zem_slink" title="Comedy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Comedy">comedy, <a class="zem_slink" title="Drama" rel="wikipedia" href="http://en.wikipedia.org/wiki/Drama">drama, etc. Audio CD support is very rudimentary though.

Continue reading

Auto Key press fill forms through simulating key presses | Linux.com

2010-07-31 2 min read Bash Linux

This script can be used to repeatedly press <a class="zem_slink" title="Electronic keyboard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Electronic_keyboard">keys on the <a class="zem_slink" title="Keyboard (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Keyboard_%28computing%29">keyboard, it was used to fill out 100 odd entries on a <a class="zem_slink" title="Web page" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_page">web page while testing without having to physically enter the data.

Save the code below some where like <a class="zem_slink" title="Filesystem Hierarchy Standard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard">/usr/bin/ with what ever file name you like, set the file to be <a class="zem_slink" title="Executable" rel="wikipedia" href="http://en.wikipedia.org/wiki/Executable">executable with <a class="zem_slink" title="Chmod" rel="wikipedia" href="http://en.wikipedia.org/wiki/Chmod">chmod +x /usr/bin/keyrepeat

Continue reading

gnomecc color scheme - my favourite.

2010-07-11 1 min read Fedora

my favourite <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/gtkrc-2.0-gnome-color-chooser">gtkrc-2 file.

Snapshot of how it looks.

<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/desktop.jpg"><img class="size-medium wp-image-796" title="desktop" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/desktop-300x187.jpg" alt="desktop" width="300" height="187" /><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/zemified_e1.png" alt="Enhanced by Zemanta" /><span class="zem-script more-related pretty-attribution">

Mirror or download a website with a tool much better than wget

2010-05-19 1 min read Bash Fedora Linux

If you want to mirror a <a class="zem_slink freebase/en/website" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website, the simplest tool I know if is <a class="zem_slink freebase/en/wget" title="Wget" rel="homepage" href="http://www.gnu.org/software/wget/">wget. Once you have used wget, you know the troubles associated with it. You also get added couple of files as search html files, which are useless and wastage of bandwidth for you as well as the <a class="zem_slink freebase/en/web_server" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server">webserver.

lftp -e &#8221;mirror -c&#8221; 

Continue reading

top - looks better and is more useful with a rc file...

2010-05-07 1 min read Fedora Learning Linux

top is a very useful command to find out who is eating up the <a class="zem_slink freebase/en/central_processing_unit" title="Central processing unit" rel="wikipedia" href="http://en.wikipedia.org/wiki/Central_processing_unit">CPU or the memory. But sometimes the plain and simple look simply would be boring so how about some fun. Copy the below code to file : ~/.toprc

RCfile for &#8221;top&#8221;
Id:a, Mode_altscr=1, Mode_irixps=0, Delay_time=5.000, Curwin=0
Def    fieldscur=mfcAbdEgHIursOpQTvyzWjKNLX
winflags=32184, sortindx=10, maxtasks=0
summclr=4, msgsclr=5, headclr=5, taskclr=4
Job    fieldscur=ABcefgjlrstuvyzMKNHIWOPQDX
winflags=62777, sortindx=0, maxtasks=0
summclr=6, msgsclr=6, headclr=7, taskclr=6
Mem    fieldscur=ANOPQRSTUVbcdefgjlmyzWHIKX
winflags=62777, sortindx=13, maxtasks=0
summclr=5, msgsclr=5, headclr=4, taskclr=5
Usr    fieldscur=ABDECGfhijlopqrstuvyzMKNWX
winflags=62777, sortindx=4, maxtasks=0
summclr=3, msgsclr=3, headclr=2, taskclr=3

Continue reading
Older posts Newer posts