<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shutter Bug on Wheels &#187; Linux</title>
	<atom:link href="http://blogs.nagwani.in/category/technical/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nagwani.in</link>
	<description>My travels, clicks, views and everything else...</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to create your own QR Codes in Ubuntu, offline</title>
		<link>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/</link>
		<comments>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 05:42:12 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[qr codes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=418</guid>
		<description><![CDATA[<p>QR Codes have made entering text, especially on mobile devices very easy. This comes in very handy when you have to either search for something, or the text you want to enter is quite lengthy and random, e.g., WiFi keys for one.</p> <p>A quick Google search on qr code generator results in a lot hits, <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/">How to create your own QR Codes in Ubuntu, offline</a></span>]]></description>
			<content:encoded><![CDATA[<p><a title="QR Codes" href="http://en.wikipedia.org/wiki/QR_code" target="_blank">QR Codes</a> have made entering text, especially on mobile devices very easy. This comes in very handy when you have to either search for something, or the text you want to enter is quite lengthy and random, e.g., WiFi keys for one.</p>
<p>A quick Google search on <a title="qr code generator" href="http://www.google.co.in/search?hl=en&amp;q=qr+code+generator&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=" target="_blank">qr code generator</a> results in a lot hits, but mainly for online generators. Like me, there will be people who will be skeptical about sharing sensitive data online just to generate a QR Code. I was looking for an offline generator and found one by the name of <code><a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a></code>.<br />
<span id="more-418"></span></p>
<p><span style="text-decoration: underline;"><strong>Installation</strong></span></p>
<p><a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> if small and nifty and does the job perfectly. As is common with most of FOSS, there are multiple ways to install <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a>.</p>
<p>1. Automated Install &#8211; Desktop</p>
<p>Fire up Ubuntu Software Center and search for qrencode. Once found, install and start using (Usage instructions below).</p>
<p>2. Automated Install &#8211; Command Line</p>
<p><code>sudo apt-get install qrencode</code></p>
<p>and thats it. Follow the on screen instructions to install and start using it right away.</p>
<p>3. Manual Install</p>
<p>There is also an option to install <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> from source. Click <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> anywhere on this page to go their website and download the source. Instructions to compile and install are available there on the website.</p>
<p><span style="text-decoration: underline;"><strong>Usage Instructions</strong></span></p>
<p>Usage of <a href="http://megaui.net/fukuchi/works/qrencode/index.en.html" target="_blank">qrencode</a> is quite simple. Here is an example:</p>
<p><code>qrencode -o path/to/file.png '[text/url/whatever_you_want_to_encode]'</code></p>
<p>This will generate an output file named <code>file.png</code> at the location you provided and will contain the scanable QR Code with the information you provided. Thats it!</p>
<p>For those of you who want more information, here is the help output from qrencode:</p>
<p><code>qrencode version 3.1.1<br />
Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi<br />
Usage: qrencode [OPTION]... [STRING]<br />
Encode input data in a QR Code and save as a PNG image.</code></p>
<p><code> </code></p>
<p><code> -h           display this message.<br />
--help       display the usage of long options.<br />
-o FILENAME  write PNG image to FILENAME. If '-' is specified, the result<br />
will be output to standard output. If -S is given, structured<br />
symbols are written to FILENAME-01.png, FILENAME-02.png, ...;<br />
if specified, remove a trailing '.png' from FILENAME.<br />
-s NUMBER    specify the size of dot (pixel). (default=3)<br />
-l {LMQH}    specify error collectin level from L (lowest) to H (highest).<br />
(default=L)<br />
-v NUMBER    specify the version of the symbol. (default=auto)<br />
-m NUMBER    specify the width of margin. (default=4)<br />
-S           make structured symbols. Version must be specified.<br />
-k           assume that the input text contains kanji (shift-jis).<br />
-c           encode lower-case alphabet characters in 8-bit mode. (default)<br />
-i           ignore case distinctions and use only upper-case characters.<br />
-8           encode entire data in 8-bit mode. -k, -c and -i will be ignored.<br />
-V           display the version number and copyrights of the qrencode.<br />
[STRING]     input data. If it is not specified, data will be taken from<br />
standard input.</code></p>
<p>There are plenty of mobile applications available to scan the QR Codes using phone&#8217;s camera. E.g., Android users can use <a href="https://market.android.com/details?id=com.google.zxing.client.android" target="_blank">Barcode Scanner</a> (my favorite).</p>
<p><strong><span style="text-decoration: underline;">Update:</span></strong></p>
<p>iPhone: <a href="http://itunes.apple.com/us/app/qrafter-qr-code-reader/id416098700?mt=8" target="_blank">QRafter</a> (Thanks to my brother for pointing this out)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2011/06/06/how-to-create-your-own-qr-codes-in-ubuntu-offline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ISO Burning on XP</title>
		<link>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/</link>
		<comments>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:22:11 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Burning]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=103</guid>
		<description><![CDATA[<p>I just downloaded Ubuntu Lucid Lynx (10.04) in the ISO format and realized that I have no CD burning software on the machine! Darn it! Happens to be all the time&#8230; still I do not learn and installing the CD burning software is never on my checklist. A quick google search lead me to ISO <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/">ISO Burning on XP</a></span>]]></description>
			<content:encoded><![CDATA[<p>I just downloaded Ubuntu Lucid Lynx (10.04) in the ISO format and realized that I have no CD burning software on the machine! Darn it! Happens to be all the time&#8230; still I do not learn and installing the CD burning software is never on my checklist.<br />
<span id="more-103"></span><br />
A quick google search lead me to <a href="http://isorecorder.alexfeinman.com/isorecorder.htm">ISO Recorder v 2</a>. ISO Recorder v 2 is a Power Toy for XP and adds a new context menu item &#8211; &#8220;Copy Image to CD&#8221; as shown below.<br />
<img src="http://blogs.nagwani.in/wp-content/uploads/2010/05/ISRecV2-300x81.png" alt="" title="ISRecV2" class="alignnone size-medium wp-image-104" /></p>
<p>It does the job pretty good. I have just burn&#8217;t the Lucid Lynx CD and will test it out. Hopefully an update to this post will be posted from Lucid Lynx.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2010/05/02/iso-burning-on-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WiFi on Ubuntu Breezy Badger</title>
		<link>http://blogs.nagwani.in/2006/06/17/wifi-on-ubuntu-breezy-badger/</link>
		<comments>http://blogs.nagwani.in/2006/06/17/wifi-on-ubuntu-breezy-badger/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 20:30:08 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=20</guid>
		<description><![CDATA[<p>Phew!!! That was good. I almost lost hope of connecting wirelessly in Ubuntu 5.10 and was begining to curse my choice of NetGear WG311v3 PCI Wireless adapter. Now before I forget, here are the steps.</p> <p>1. Download and build the ndiswrapper (http://ndiswrapper.sourceforge.net). 2. Copy the WG311v3.INF &#038; WG311v3XP.sys from the NetGear install CD 3. execute <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2006/06/17/wifi-on-ubuntu-breezy-badger/">WiFi on Ubuntu Breezy Badger</a></span>]]></description>
			<content:encoded><![CDATA[<p>Phew!!! That was good. I almost lost hope of connecting wirelessly in Ubuntu 5.10 and was begining to curse my choice of NetGear WG311v3 PCI Wireless adapter. Now before I forget, here are the steps.</p>
<p>1. Download and build the ndiswrapper (http://ndiswrapper.sourceforge.net).<br />
2. Copy the WG311v3.INF &#038; WG311v3XP.sys from the NetGear install CD<br />
3. execute ndiswrapper -i WG311v3.INF.<br />
4. execute ndiswrapper -l. This should tell you that driver is installed and the hardware is present. If not, go and search for the drivers that are known to work for you card in linux (http://ndiswrapper.sourceforge.net/mediawiki/index.php/List).<br />
5. execute modprobe ndiswrapper to install the driver.<br />
6. iwconfig: set your essid<br />
7. dhclient: send a dhcp request to the wireless router.</p>
<p>That&#8217;s it for now. More to come later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2006/06/17/wifi-on-ubuntu-breezy-badger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s for GRUB ?</title>
		<link>http://blogs.nagwani.in/2006/04/03/whats-for-grub/</link>
		<comments>http://blogs.nagwani.in/2006/04/03/whats-for-grub/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 18:24:13 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=16</guid>
		<description><![CDATA[Imagine you spend an entire week painfully setting up your computer to dual boot with XP and Ubuntu (Breezy) using GRUB and have configured Ubuntu to the max and you have to reinstall XP. No more GRUB, XP has overwritten the MBR!!! <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2006/04/03/whats-for-grub/">What&#8217;s for GRUB ?</a></span>]]></description>
			<content:encoded><![CDATA[<p>Imagine you spend an entire week painfully setting up your computer to dual boot with XP and Ubuntu (Breezy) using GRUB and have configured Ubuntu to the max and you have to reinstall XP. No more GRUB, XP has overwritten the MBR!!!<br />
<span id="more-16"></span><br />
This happend to me and I was frustrated, but I was able to google it and got GRUB installed back on the MBR and was able to boot into Ubuntu again.</p>
<p>Here is how you can do it.</p>
<p>1. Insert the install cd/dvd in the drive and boot from it.<br />
2. Proceed without changing any setting until the point where you are asked to partition the disk(s).<br />
3. Select the option to partition the disks manually.<br />
4. Load the partitions (/, /boot, /root, et. all). The partitions have to be loaded in the same manner as you had when the system was up and running properly. Save changes to the disk.<br />
5. Now you will get an error message saying that you are about install on an unclean partition. Ignore this warning and proceed untill the GRUB installation page.<br />
6. You can also cancel this operation and go to the installation&#8217;s Main menu and directly jump to Install GRUB section.<br />
7. Install the GRUB on MBR if all your operating systems are listed.<br />
8. Remove the install media from the drive and reboot.<br />
9. You&#8217;ll find the GRUB menu when you reboot.</p>
<p>Cheers n Enjoy!!!<br />
DeeJay</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2006/04/03/whats-for-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

