Google wave invite available with me..

2009-11-25 0 min read Uncategorized
\"Google
Image via Wikipedia

I have couple of invitations available with me for <a class="zem_slink freebase/guid/9202a8c04000641f800000000042acea" title="Google" rel="homepage" href="http://google.com">Google <a class="zem_slink" title="Google Wave" rel="homepage" href="http://wave.google.com/">wave, if you want one, please leave a comment and I will send you one.<div id="aptureLink_gG6E7IBDeY" style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;">

<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/16f9bdfb-3575-4f46-bd7c-9a6bf57e1ef4/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b24.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Continue reading

Linux Installation Guide

2009-11-25 1 min read Linux

Paradise for Linux Installation Guides on laptops is <a href="http://tuxmobil.org/mylaptops.html" target="_blank">here. Can you imagine that this tuxmobile page hosts around 8,000 guides on Linux Installation on Laptops. I assume that this will be probably the biggest list on single page for Linux installation. The page lists various hardwares of laptop where you can install linux and how to install it.

So what are you waiting for … got a laptop, see if yours is listed here.

Continue reading

Google wave invites available with mjmwired

2009-11-25 0 min read Uncategorized
\"Disruptive
Image by curiouslee via Flickr

<a href="http://www.mjmwired.net/linux/">http://www.mjmwired.net/linux/ has some google wave invites available. If you want one, you can check out his site.<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3fd36028-1e39-4c9e-9bda-390dc0659561/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b23.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Some good and nice open source books worth downloading.

2009-11-22 1 min read Learning Linux

There is a nice article <a href="http://www.tectonic.co.za/?p=4491" target="_blank">here b<span class="byline">by Alastair Otter. He has given links to different Books that are worth reading.  These include:

<span class="byline">1)<a href="http://oreilly.com/catalog/9780596517984/" target="_blank"> http://oreilly.com/catalog/9780596517984/

<span class="byline">2) <a href="http://en.flossmanuals.net/DigitalFoundations" target="_blank">http://en.flossmanuals.net/DigitalFoundations

<span class="byline">3) <a href="http://wiki.blender.org/index.php/Doc:Tutorials/Animation/BSoD/Character_Animation" target="_blank">http://wiki.blender.org/index.php/Doc:Tutorials/Animation/BSoD/Character_Animation

<span class="byline">4) <a href="ftp://ftp.heanet.ie/pub/debian/pool/non-free/r/rutebook/" target="_blank">ftp://ftp.heanet.ie/pub/debian/pool/non-free/r/rutebook/

<span class="byline">to name a few, along with others. Its worth reading the article. While you are at it don&#8217;t forget the gems known as comments.

Continue reading

feh – versatile image viewer works from command line too.

2009-11-21 2 min read Fedora Linux

To install :

sudo yum install feh

From the info for the feh package:

feh – versatile image viewer works from command line too
premier image file handling library. feh has many features,
from simple single file viewing, to multiple file modes using
a slideshow or multiple windows. feh supports the creation of
montages as index prints with many user-configurable options.

One of the reasons, I install feh as one of the first packages on any installation is the reason that it can open multiple images like in stack. To make things even more simpler I create a alias like this:

Continue reading

5 Sites To Find Free Alternatives To Popular Software

2009-11-21 1 min read Linux Uncategorized

And sometimes there are software you find irksome and think things could have been better. In any case, I always like to try out a few alternative software choices before I settle with any particular application mainly for two reasons: One, you would never know how good or bad the one you are using is until you try some alternatives and two: a bit of choice and competition can only be for the good of us users! Your motivation might be different: perhaps you want to find a free software that does the same task as the paid software you are using or maybe your favorite Windows application is not available on Mac or Linux.

Continue reading

Add current date and time in vim

2009-11-20 1 min read Linux Vim Tips

Last few days I was quite busy. So this time very quick tip 🙂

Add the following to the ~/.vimrc file

imap dt :r! dateA

And now whenever you type dt in the insert mode in vi, date will be inserted.

Older posts Newer posts