<?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; Ubuntu</title>
	<atom:link href="http://blogs.nagwani.in/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nagwani.in</link>
	<description>My travels, clicks, views and everything else...</description>
	<lastBuildDate>Fri, 17 Jun 2011 10:40:26 +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>
	</channel>
</rss>

