Auto Adjust Photo color and contrast in Windows, Mac and Linux.

2010-05-19 1 min read Photo

<a href="http://log69.com/aaphoto_en.html" target="_blank">Auto Adjust Photo is a tool that is very helpful if you are looking at quickly adjusting the photo. This tool does a good job of automatically doing color correction. Here is example:

<img class="size-full wp-image-624" title="before" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/dscf5768_new.jpg" alt="Before" width="697" height="522" />

<img class="size-full wp-image-625" title="After" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/dscf5768_new_new.jpg" alt="After" width="697" height="522" />

There is definately a scope of improvement in the processed photo, but if you have a couple of hundred photo&#8217;s and you can get this effect in one liner then nothing like it. Here&#8217;s the one liner

Continue reading

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

How to write a Linux virus – well or a trojan.

2010-05-18 2 min read Fedora Linux

<a href="http://www.geekzone.co.nz/foobar/6229" target="_blank">How to write a Linux virus

and the folloup thereof

<a href="http://www.geekzone.co.nz/foobar/6236" target="_blank">Follow up: How to write a Linux virus

Thats quite a lot of discussion and an interesting one too. I too liked the point that the authour is trying to make, that is Linux too is not completely safe. I would rather like to put it as not &#8221;Fool Proof&#8221;.

But no one is fool. Its just the matter of time when you do something foolish. People do keep thinking about various things and keep working. That being the case, it is not too difficult that someone would actually run the program. But the caveat is that the program/virus/trojan would still show up at some places. So you need to do few more things for this to work. If you are keen on doing this, then you need to atleast add these:

Continue reading

List all the installed firefox addons from the bash script

2010-05-18 1 min read Bash Fedora Linux

Here is a one-line that would help you get the <a class="zem_slink freebase/en/mozilla_firefox" title="Firefox" rel="homepage" href="http://www.mozilla.com/en-US/firefox/">Firefox addons in the bash script:

grep -hIr \<em:name ~/.mozilla/firefox/*.default/extensions|sed &#8217;s#\s*##&#8217;|sed &#8217;s#.*\(>.*<\).*#\1#&#8217;|sed &#8217;s/[<\|>]//g&#8217;|sort -u<h6 class="zemanta-related-title">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2010/05/16/firefox-3-6-4-build-4-released/">Firefox 3.6.4 Build 4 Released (ghacks.net) <li class="zemanta-article-ul-li"><a href="http://www.webmonkey.com/2010/05/first-look-firefox-4-preview-delivers-speed-revamped-interface/">First Look: Firefox 4 Preview Delivers Speed, Revamped Interface (webmonkey.com) <li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2010/05/15/protect-firefox-bookmarks-with-link-password/">Protect Firefox Bookmarks With Link Password (ghacks.net) <li class="zemanta-article-ul-li"><a href="http://www.huffingtonpost.com/2010/05/12/mozilla-firefox-4-upgrade_n_573062.html">Firefox 4 Upgrade Offers Simpler Design, More Privacy Control (huffingtonpost.com) <li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/mozilla_talks_firefox_4_sleeker_interface_better_privacy_controls.php">Mozilla&#8217;s Plans for Firefox 4: Faster, Sleeker Interface, Better Privacy Controls (readwriteweb.com) <div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/6a3ffd4a-91cf-47e3-85ff-7dc3b27ffd7d/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b89.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Continue reading

command line cheat sheet for begineers.

2010-05-17 1 min read Linux

A list of commands with some examples posted by Ian <a href="http://ardchoille42.blogspot.com/2009/08/command-line-cheatsheet.html" target="_blank">here. Looks good for new comers to Linux OS 🙂

Contd:: Evaluation of Distro\’s

2010-05-17 4 min read Linux

<a href="www.foresightlinux.org/" target="_blank">Foresight

Foresight is a desktop operating system featuring an intuitive user interface and a showcase of the latest desktop software, giving users convenient and enjoyable access to their music, photos, videos, documents, and Internet resources.

<a href="http://amit-agarwal.co.in/wordpress/wp-content/uploads/2008/11/1.jpg"><img class="size-medium wp-image-270" title="Foresight" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/1-300x225.jpg" alt="Foresight" width="300" height="225" />

I liked their logo. Quite simple and intutive.

<a href="http://amit-agarwal.co.in/wordpress/wp-content/uploads/2008/11/2.jpg"><img class="size-medium wp-image-271" title="Foresight Foreground" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/2-300x225.jpg" alt="Foresight Foreground" width="300" height="225" />

Logo goes quite well with the Foreground image. Both are same in color and hence it gives you a feeling of theme and not just ramdomly selected foreground.

Continue reading
Older posts Newer posts