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

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

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

Multiple search in vim

2009-11-19 1 min read Learning Linux

I was looking at a log file and needed to highlight multiple search items to make the logs more readable. I got into multiple threads suggesting various cryptic vim commands but I was in no mood to remember them. So, I finally hit <a href="http://www.vim.org/scripts/script.php?script_id=479" target="_blank">this.

This is a cool vim script which you can use to highlight multiple search patter. You can simply add a search term by doing

Continue reading

Linux xdg-open — replacement for start in windows

2009-11-05 1 min read Fedora Linux

if you want to open any document with the default document handler from the bash prompt or command prompt in linux then the simplest way to do that is use &#8221;xdg-open&#8221;.

This can also be used in bash scripts to allow users to select which document to open without worrying about if a particular application is installed or not. Example could be where you have list of documents in the current directory (same kind or of different format.) and you want the user to select the document. In such a scenario you can take the user input for the filename and user &#8221;xdg-open filename&#8221; to open the file irrespective of the file type or worrying about if xpdf is installed or abiword is installed or not.

Continue reading
Older posts Newer posts