<?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>Avinash Joshi</title>
	<atom:link href="http://avinashjoshi.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://avinashjoshi.co.in</link>
	<description>Tech Blog</description>
	<lastBuildDate>Sun, 19 Jun 2011 07:03:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tata Photon+ on Ubuntu</title>
		<link>http://avinashjoshi.co.in/blog/2011/06/19/tata-photon-on-ubuntu/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/06/19/tata-photon-on-ubuntu/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 07:03:19 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[evdo]]></category>
		<category><![CDATA[indicom]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[photon+]]></category>
		<category><![CDATA[tata]]></category>
		<category><![CDATA[ubunt]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=2087</guid>
		<description><![CDATA[Synopsis: The culprit is the username and password. Just use &#8220;internet&#8221; as both the username and password for connecting A few days ago, I was looking around for a wireless internet connection. I searched for various options and ended up choosing Tata Indicom as my service provider. I already had my hands on Reliance and BSNL. So I chose Tata. When I went to the Tata Indicom Centre near my place, they had a modem kept for demo. So, to [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="font-family: courier new,courier;">Synopsis: The culprit is the username and password. Just use &#8220;internet&#8221; as both the username and password for connecting</span></p></blockquote>
<p><span style="font-family: verdana,geneva;">A few days ago, I was looking around for a wireless internet connection. I searched for various options and ended up choosing Tata Indicom as my service provider. I already had my hands on Reliance and BSNL. So I chose Tata.</span></p>
<p><span style="font-family: verdana,geneva;">When I went to the Tata Indicom Centre near my place, they had a modem kept for demo. So, to test if this works with Ubuntu, I plugged in the demo modem and the connection was smooth. No glitches whatsoever. I just had to click on the network icon on the top and click on Tata Indicon (Photon+) new connection.</span></p>
<p><span style="font-family: verdana,geneva;">So, I went ahead and purchased the modem. But when the person came out, he said that the newer modems are not compatible with Linux. I was shocked. I asked him to open the pack and told I will try it out. And like he said it did not work. I was in a fix!</span></p>
<p><span style="font-family: verdana,geneva;">Now, i just did a dmesg to find out what&#8217;s happening &#8211; found that the device also mounts a &#8220;Mass Storage&#8221; device and a &#8220;SD Storage&#8221; device. I was happy. Below is the output of dmesg</span></p>
<blockquote><pre class="qoate-code">scsi16 : usb-storage 2-1.1:1.3
scsi 16:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 0
scsi 16:0:0:1: Direct-Access     HUAWEI   SD Storage       2.31 PQ: 0 ANSI: 2
sr1: scsi-1 drive
sr 16:0:0:0: Attached scsi CD-ROM sr1
sr 16:0:0:0: Attached scsi generic sg2 type 5
sd 16:0:0:1: Attached scsi generic sg3 type 0
sd 16:0:0:1: [sdb] Attached SCSI removable disk</pre>
</blockquote>
<p><span style="font-family: verdana,geneva;">So, now we know that there is a CD-ROM like device on sr1 and I just have to mount the same.</span></p>
<blockquote><pre class="qoate-code">avinash@joshi:~$ sudo mount /dev/sr1 /mnt
avinash@joshi:~$ sudo su
root@joshi:/home/avinash# cd /mnt/
root@joshi:/mnt# ./install_linux</pre>
</blockquote>
<p><span style="font-family: verdana,geneva;">Once the above commands are executed, you will get a new dialogue/terminal. Just follow the instructions. If the installation says &#8220;Unable to install NDIS&#8221; do not worry. Still it will work. Once its done, exit out and re-attach the modem.</span></p>
<p><span style="font-family: verdana,geneva;">I thought this would be it, and yes&#8230; I did get &#8220;Tata Indicom (Photon+) connection&#8221; in my network manager! </span></p>
<blockquote><p><span style="font-family: verdana,geneva;">Note: Close the Tata Photon Plus application after it starts up. This application might not always work!<br />
</span></p></blockquote>
<p><span style="font-family: verdana,geneva;">Hurray&#8230; But when I tried clicking, the connection would not get established&#8230; I tried a few time. Still no luck. Tried in windows and it works. Finally I got to know from the Tata Indicom people that there is a username and password for this connection. The username and password both are &#8220;internet&#8221;.</span></p>
<p><span style="font-family: verdana,geneva;">All you got to do is &#8211; Click on the network icon &gt; Edit connections &gt; Mobile broadband tab &gt; click on Tata Indicom and click on edit. There you supply the username and password and wala! you are done. Connection finally works!</span></p>
<p><span style="font-family: verdana,geneva;">So, finally I am able to connect to the internet&#8230; Hope this helped you guys! <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/06/19/tata-photon-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Listen to FM on laptop &#8211; Echo microphone sound to speaker</title>
		<link>http://avinashjoshi.co.in/blog/2011/06/09/listen-to-fm-on-laptop-echo-microphone-sound-to-speaker/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/06/09/listen-to-fm-on-laptop-echo-microphone-sound-to-speaker/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:17:36 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3.5mm]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[aux]]></category>
		<category><![CDATA[aux-in]]></category>
		<category><![CDATA[fm]]></category>
		<category><![CDATA[line-in]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[speaker]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=2069</guid>
		<description><![CDATA[I have always wanted this option on my Ubuntu machine for a very long time&#8230; Looks like finally I got it working! For e.g., I have a FM mobile and would like to hear to the fm on my laptop. How do we go about it? So, basically we have to transfer the microphone input to the speaker! For this, you will need an aux-in (3.5mm) stereo cable i.e., 3.5mm audio jack on both side. This may also vary depending [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: verdana,geneva;">I have always wanted this option on my Ubuntu machine for a very long time&#8230; Looks like finally I got it working! For e.g., I have a FM mobile and would like to hear to the fm on my laptop. How do we go about it? So, basically we have to transfer the microphone input to the speaker!</span></p>
<p><span style="font-family: verdana,geneva;">For this, you will need an aux-in (3.5mm) stereo cable i.e., 3.5mm audio jack on both side. This may also vary depending on your mobile or fm player. Here is a <a href="http://www.wikihow.com/Make-Your-Own-Aux-Cable" target="_blank">WikiHow</a> you may find interesting! Here is the image of the same:</span></p>
<p><img class="size-thumbnail wp-image-2070 aligncenter" title="3.5mmstereocable_5839" src="http://avinashjoshi.co.in/wp-content/uploads/3.5mmstereocable_5839-150x150.jpg" alt="" width="150" height="150" /></p>
<p><span style="font-family: verdana,geneva;">So, All you got to do is have an ubuntu machine. Open terminal and run:</span></p>
<blockquote><p><span style="font-family: courier new,courier;"> </span>
<pre class="qoate-code">pactl load-module module-loopback</pre>
</blockquote>
<p><span style="font-family: verdana,geneva;">The above command will have only temporary effect. The module will only be loaded for that session that means that you will have to load the module after the next reboot again. The command below adds loading the module on every boot:</span></p>
<blockquote><p><span style="font-family: courier new,courier;"> </span>
<pre class="qoate-code">sudo sh -c ' echo "load-module module-loopback" &gt;&gt; /etc/pulse/default.pa '</pre>
</blockquote>
<p><span style="font-family: verdana,geneva;">If you have root permissions, you can leave out the <span style="font-family: courier new,courier;">sudo</span> of the second command. After this, you will see the change in your Volume Control / Sound preferences.</span></p>
<p><span style="font-family: verdana,geneva;">Below is an image of how my config looks!</span></p>
<p><span style="font-family: verdana,geneva;"><img class="size-thumbnail wp-image-2072 aligncenter" title="20110609_001" src="http://avinashjoshi.co.in/wp-content/uploads/20110609_001-150x150.jpg" alt="" width="150" height="150" /><br />
</span></p>
<p><span style="font-family: verdana,geneva;">Here is the the <a href="https://answers.launchpad.net/ubuntu/+source/pulseaudio/+question/83742" target="_blank">link</a> I followed to get the information.<br />
</span></p>
<p><span style="font-family: verdana,geneva;">Happy listening! <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/06/09/listen-to-fm-on-laptop-echo-microphone-sound-to-speaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VIM with configuration</title>
		<link>http://avinashjoshi.co.in/blog/2011/06/05/using-vim-with-configuration/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/06/05/using-vim-with-configuration/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 08:01:16 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[enhance]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=2049</guid>
		<description><![CDATA[Long back, I had written a post on vim editor tips titled &#8220;Some VIM editor tips&#8220;. Today, I would like to some more insight into the vim&#8217;s configuration file and what you can do with the same. VIM in itself is a very powerful text editing software. It has a range of features that can aid you in writing! By default, vim does not come with any configurations. That is, it looks plain. VIM can be configured using the .vimrc [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: verdana,geneva;">Long back, I had written a post on vim editor tips titled &#8220;<a href="http://avinashjoshi.co.in/blog/2009/09/05/some-vim-editor-tips/">Some VIM editor tips</a>&#8220;. Today, I would like to some more insight into the vim&#8217;s configuration file and what you can do with the same.</span></p>
<p><span style="font-family: verdana,geneva;">VIM in itself is a very powerful text editing software. It has a range of features that can aid you in writing! By default, vim does not come with any configurations. That is, it looks plain. VIM can be configured using the <span style="font-family: courier new,courier;">.vimrc</span> file which contains the optional runtime configuration settings to initialize Vim when it starts. In this post, I will give you a brief introduction to what more you can do with these vim configuration file!</span></p>
<p><span style="font-family: verdana,geneva;">Below are some of the configuration commands (most basic ones) that i suggest one must use! All you have to do is copy the code below into a new file namely .vimrc (<span style="font-family: courier new,courier;">vim ~/.vimrc</span>) and store this in your home folder. (Note that the text followed by <span style="font-family: courier new,courier;">&#8220;</span> is comment and you may delete them)<br />
</span></p>
<blockquote><p><span style="font-family: courier new,courier;"><strong> set number</strong> &#8220;Sets line number</span><br />
<span style="font-family: courier new,courier;"><strong>syntax enable</strong> &#8220;Enables syntax highlighting</span><br />
<span style="font-family: courier new,courier;"><strong> filetype indent on</strong> &#8220;Enables automatic file type indentation</span><br />
<span style="font-family: courier new,courier;"><strong> set et</strong> &#8220;Inserts space characters whenever the tab key is pressed</span><br />
<span style="font-family: courier new,courier;"><strong> set sw=4</strong> &#8220;Sets the number of space characters inserted for indentation</span><br />
<span style="font-family: courier new,courier;"><strong> set smarttab</strong> &#8220;Automatically sets tab spaces when you press enter</span><br />
<span style="font-family: courier new,courier;"><strong> set incsearch</strong> &#8220;Sets incremental search</span><br />
<span style="font-family: courier new,courier;"><strong> set tabstop=4</strong> &#8220;No tabs in the source file</span><br />
<span style="font-family: courier new,courier;"><strong> set showmatch</strong> &#8220;Shows matching braces</span><br />
<span style="font-family: courier new,courier;"><strong> colorscheme evening</strong> &#8220;Sets a nice theme (there are many other schemes)</span></p></blockquote>
<p><span style="font-family: verdana,geneva;">Please note that this configuration will work only if you have vim installed. By default, most *nix systems come with just vi. Install VIM:</span></p>
<ul>
<li><span style="font-family: verdana,geneva;">For Ubuntu: <span style="font-family: courier new,courier;">sudo apt-get install vim</span></span></li>
<li><span style="font-family: verdana,geneva;">For Others, visit <a href="http://www.vim.org/download.php" target="_blank">http://www.vim.org/download.php</a></span></li>
</ul>
<p><span style="font-family: verdana,geneva;">Here are some more resources where you may find other interesting configuration commands!:<br />
</span></p>
<ol>
<li><span style="font-family: verdana,geneva;"> All about Vimrc: <a href="http://vim.wikia.com/wiki/Vimrc" target="_blank">http://vim.wikia.com/wiki/Vimrc</a></span></li>
<li><span style="font-family: verdana,geneva;">The ultimate Vim configuration &#8211; vimrc: <a href="http://amix.dk/vim/vimrc.html" target="_blank">http://amix.dk/vim/vimrc.html</a></span></li>
<li><span style="font-family: verdana,geneva;">Vi-IMproved: <a href="http://www.vi-improved.org/vimrc.php" target="_blank">http://www.vi-improved.org/vimrc.php</a></span></li>
</ol>
<p><span style="font-family: verdana,geneva;">Hope you enjoyed this post. Will keep you updated if i have anything new! Until then,</span></p>
<p><span style="font-family: verdana,geneva;">Cheers!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/06/05/using-vim-with-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>blob &#8211; php micro blogging software</title>
		<link>http://avinashjoshi.co.in/blog/2011/05/01/blob/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/05/01/blob/#comments</comments>
		<pubDate>Sun, 01 May 2011 09:23:12 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=2040</guid>
		<description><![CDATA[Few weeks ago, I wrote a basic application for a micro blogging website like twitter. This was written as a part of the service for InCTF contest. I have uploaded the software in bitbucket for everyone to download and try. The name of the software is blob. You can see a demo at http://avinashjoshi.co.in/blob You can download the source in two ways: 1. HTTP Download: https://bitbucket.org/avinashjoshi/blob/downloads 2. Mercurial Repo: hg clone https://bitbucket.org/avinashjoshi/blob You can also report issues and request for [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Few weeks ago, I wrote a basic application for a micro blogging website like twitter. This was written as a part of the service for InCTF contest. I have uploaded the software in bitbucket for everyone to download and try.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><a href="http://avinashjoshi.co.in/blob"><img src="http://localhost/blob/blob/images/logo.png" alt="" width="150" height="40" /></a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">The name of the software is blob. You can see a demo at <a href="http://avinashjoshi.co.in/blob">http://avinashjoshi.co.in/blob</a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">You can download the source in two ways:</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; padding-left: 30px;"><strong>1. HTTP Download:</strong> <a href="https://bitbucket.org/avinashjoshi/blob/downloads">https://bitbucket.org/avinashjoshi/blob/downloads</a><br />
<strong>2. Mercurial Repo:</strong> <span style="font-family: courier new,courier; font-size: medium;">hg clone https://bitbucket.org/avinashjoshi/blob</span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">You can also report issues and request for enhancements here: <a href="http://bitbucket.org/avinashjoshi/blob/issues">http://bitbucket.org/avinashjoshi/blob/issues</a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">I will try my best to add the enhancement or resolve an issue.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">More installation details given in the README file.</p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;"><span style="text-decoration: underline;"><strong>LICENSE:</strong></span></p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">blob is a micro-blogging service where you can share notices about yourself with friends, family, and colleagues!</p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">blob is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">blob is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.</p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">You should have received a copy of the GNU General Public License along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/05/01/blob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Mailing Labels from spreadsheet</title>
		<link>http://avinashjoshi.co.in/blog/2011/02/07/creating-mailing-labels-from-spreadsheet/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/02/07/creating-mailing-labels-from-spreadsheet/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 08:45:58 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[mail merge]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1878</guid>
		<description><![CDATA[It all started with the need to print address labels that had to be stuck on the A4 size mailing covers. We had to send InCTF &#8217;11 posters to colleges and universities around India as a part of campaigning. I somehow got the university list in a spreadsheet (unfortunately, I got the .xlsx format when requested). Anyways, i wanted to get this list printed somehow. Manually copying each address into a table in the OpenOffice Writer and then printing ain&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: verdana,geneva;">It all started with the need to print address labels that had to be stuck on the A4 size mailing covers. We had to send <a title="InCTF Website" href="http://inctf.in/" target="_blank">InCTF &#8217;11</a> posters to colleges and universities around India as a part of  campaigning. I somehow got the university list in a spreadsheet  (unfortunately, I got the .xlsx format when requested). Anyways, i  wanted to get this list printed somehow.</span></p>
<p><span style="font-family: verdana,geneva;">Manually  copying each address into a table in the OpenOffice Writer and then  printing ain&#8217;t an option! Come on, you got like 500 entries. What would  you do??</span></p>
<p><span style="font-family: verdana,geneva;">Luckily OpenOffice has the Labels feature (similar to mailmerge). This is really useful for creating and printing the labels&#8230;</span></p>
<p><span style="font-family: verdana,geneva;">In this post, I will give a demo on how to create and print labels from a spreadsheet (using spreadsheet as the data source)</span></p>
<p><span style="font-family: verdana,geneva;"><strong>What will you need?</strong></span></p>
<blockquote>
<ol>
<li><span style="font-family: verdana,geneva;">OpenOffice Writer (comes default with most ubuntu distros)</span></li>
<li><span style="font-family: verdana,geneva;">OpenOffice Database (usually does not come by default)<br />
<cite title="Install">Install</cite></span></p>
<ul>
<li><span style="font-family: verdana,geneva;"><cite title="Install"><strong>OOo Base:</strong> sudo apt-get install openoffice.org-base</cite></span></li>
<li><span style="font-family: verdana,geneva;"><cite title="Install"><strong>OOo Full (ubuntu):</strong> sudo apt-get install openoffice.org</cite><cite title="Install"></cite></span></li>
<li><span style="font-family: verdana,geneva;"><cite title="Install"><strong>Ooo Full (others):</strong> Download from http://openoffice.org</cite></span></li>
</ul>
</li>
<li><span style="font-family: verdana,geneva;">And, ofcourse the spreadsheet containing the details (Here is an example: <a href="../wp-content/uploads/2011/02/Univ_Address.ods">Univ_Address</a>)</span></li>
</ol>
</blockquote>
<p><span style="font-family: verdana,geneva;">Once you have everything in place&#8230;</span></p>
<p><span style="font-family: verdana,geneva;"><strong>Step I] Import the data from the spreadsheet to OpenOffice.org Database</strong></span></p>
<ul>
<li><span style="font-family: verdana,geneva;">Open OpenOffice.org Database from Applications &gt; Office<br />
This will open Database Wizard</span></li>
<li><span style="font-family: verdana,geneva;">Now  the &#8220;What do you want to do?&#8221; questions, click on the Connect to an  existing database button and in the dropdown, click on Spreadsheet  option and click next [Screenshot 1]</span></li>
<li><span style="font-family: verdana,geneva;">Now, browse the ods file that has your database of universities and click next (Sample: <a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Univ_Address.ods">Univ_Address</a>) [Screenshot 2]</span></li>
<li><span style="font-family: verdana,geneva;">Click  on &#8220;Yes, register the database for me&#8221; &#8211; This makes OOo Database  register/save/remember the database for you. Click on finish [Screenshot  3]</span></li>
<li><span style="font-family: verdana,geneva;">Now save the database as Univ_list [Screenshot 4]</span></li>
<li><span style="font-family: verdana,geneva;">After this, your database window will open. You may now close the window</span></li>
</ul>
<table border="0">
<tbody>
<tr>
<td>
<div id="attachment_1895" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard.png"><img class="size-thumbnail wp-image-1895 " title="Screenshot-Database Wizard" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard-150x150.png" alt="Screenshot-Database Wizard" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 1</p>
</div>
</td>
<td>
<div id="attachment_1896" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard-Setup-Connection.png"><img class="size-thumbnail wp-image-1896 " title="Screenshot-Database Wizard-Setup Connection" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard-Setup-Connection-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 2</p>
</div>
</td>
<td>
<div id="attachment_1898" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard-Save.png"><img class="size-thumbnail wp-image-1898 " title="Screenshot-Database Wizard-Save" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Database-Wizard-Save-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 3</p>
</div>
</td>
<td>
<div id="attachment_1897" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Save.png"><img class="size-thumbnail wp-image-1897 " title="Screenshot-Save" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Save-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 4</p>
</div>
</td>
</tr>
</tbody>
</table>
<p><span style="font-family: verdana,geneva;"><strong>Step II] Create the lables using OpenOffice.org</strong></span></p>
<ul>
<li><span style="font-family: verdana,geneva;">Open OpenOffice.org Word Processor/Writer from Applications &gt; Office</span></li>
<li><span style="font-family: verdana,geneva;">Click on File &gt; New &gt;Labels [Screenshot 5]</span></li>
<li><span style="font-family: verdana,geneva;">This will open the labels dialogue/window</span></li>
<li><span style="font-family: verdana,geneva;">Now you have to select the data source [Screenshot 6] </span>
<ul>
<li><span style="font-family: verdana,geneva;">In the database drop-down, select Univ_list</span></li>
<li><span style="font-family: verdana,geneva;">Table select the OpenOffice Spreadsheet&#8217;s &#8220;sheet&#8221; from where you want the data. In my case it is &#8220;Address&#8221;</span></li>
</ul>
</li>
<li><span style="font-family: verdana,geneva;">Now  you will have to add the fields one by one. For e.g. Screenshot 7. That  is, select the dropdown column as you see in the spreadsheet and click  on the left button</span><br />
<span style="font-family: courier new,courier;">To,<br />
&lt;Univ_list.Address.0.To&gt;<br />
&lt;Univ_list.Address.0.University&gt;<br />
&lt;Univ_list.Address.0.Address&gt;<br />
&lt;Univ_list.Address.0.City&gt; &#8211; &lt;Univ_list.Address.0.Pincode&gt;<br />
&lt;Univ_list.Address.0.State&gt;, &lt;Univ_list.Address.0.Country&gt;<br />
Ph: &lt;Univ_list.Address.0.Phone&gt;</span></li>
<li><span style="font-family: verdana,geneva;">For  the brand, select Avery A4 and in the type, you can choose from the  many available options! In this case, I choose J8563 Clear Address</span></li>
<li><span style="font-family: verdana,geneva;">In Format, choose Sheet [Screenshot 7]</span></li>
<li><span style="font-family: verdana,geneva;">Go to the options tab and check &#8220;Synchronize Contents&#8221; [Screenshot 8]</span></li>
<li><span style="font-family: verdana,geneva;">And the click on New Document</span></li>
</ul>
<table border="0">
<tbody>
<tr>
<td>
<div id="attachment_1902" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/File_New_Labels.png"><img class="size-thumbnail wp-image-1902 " title="File_New_Labels" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/File_New_Labels-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 5</p>
</div>
</td>
<td>
<div id="attachment_1903" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Labels_Main.png"><img class="size-thumbnail wp-image-1903 " title="Screenshot-Labels_Main" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Labels_Main-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 6</p>
</div>
</td>
<td>
<div id="attachment_1904" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-7.png"><img class="size-thumbnail wp-image-1904 " title="Screenshot-7" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-7-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 7</p>
</div>
</td>
<td>
<div id="attachment_1905" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Options.png"><img class="size-thumbnail wp-image-1905 " title="Screenshot-Options" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Options-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 8</p>
</div>
</td>
</tr>
</tbody>
</table>
<ul>
<li><span style="font-family: verdana,geneva;">This will open a new writer document with frames. Here, you can create a borders, format etc.</span></li>
<li><span style="font-family: verdana,geneva;">Right click on one of the frames and choose Frame in the drop down [Screenshot 9]</span></li>
<li><span style="font-family: verdana,geneva;">Choose a border, preferably thick so that its easy to cut it out. [Screenshot 10]</span></li>
<li><span style="font-family: verdana,geneva;">You may also format the page and decrease the margin on the top etc.</span></li>
<li><span style="font-family: verdana,geneva;">Finally, you got to click on the print icon or press Ctrl+P</span></li>
<li><span style="font-family: verdana,geneva;">Answer Yes to the questions</span></li>
<li><span style="font-family: verdana,geneva;">In the print window, click on &#8220;file&#8221; if you want a pdf else just click print to print to a printer! [Screenshot 11]</span></li>
<li><span style="font-family: verdana,geneva;">In the save dialogue, select file type as PDF and give a file name [Screenshot 12]</span></li>
</ul>
<div id="attachment_1906" class="wp-caption alignnone" style="width: 145px"><a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Rightclick.png"><img class="size-thumbnail wp-image-1906 " title="Screenshot-Rightclick" src="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Screenshot-Rightclick-150x150.png" alt="" width="135" height="135" /></a>
<p class="wp-caption-text">Screenshot 9</p>
</div>
<p><span style="font-family: verdana,geneva;">And  you are done! Here is the sample pdf file &#8211; <a href="http://avinashjoshi.co.in/wp-content/uploads/2011/02/Univ_list.pdf">Univ_list</a>. This is very helpful if you have a lot of address like I had! Hope you enjoyed the tutorial.</span></p>
<p>﻿</p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/02/07/creating-mailing-labels-from-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>InCTF &#039;11 is here</title>
		<link>http://avinashjoshi.co.in/blog/2011/02/04/inctf-11-is-here/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/02/04/inctf-11-is-here/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 10:29:36 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1592</guid>
		<description><![CDATA[Amrita University &#38; TIFAC CORE proudly present InCTF ’11 National Level “Capture the Flag” Ethical Hacking contest InCTF’11 is from February to March 2011 and is focused exclusively on the student community. You can participate from your own university and no travel is required. No prior exposure or experience in cyber security needed to participate. What you need to do? 1. Form a team (max five members from your college) 2. Approach a faculty/mentor and request him/her to mentor your [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 18px;"><a href="http://inctf.in/" target="_blank"><img src="http://inctf.in/site/wp-content/themes/Infrared/images/inCTF-website-header-2011.jpg" alt="http://inctf.in/site/wp-content/themes/Infrared/images/inCTF-website-header-2011.jpg" width="610" height="151" /></a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 18px; text-align: center;"><a href="http://www.amrita.edu/cyber" target="_blank"><strong>Amrita University &amp; TIFAC CORE</strong></a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; text-align: center;">proudly present <strong> </strong></p>
<h2 style="text-align: center;"><strong style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 18px;">InCTF ’11</strong></h2>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; text-align: center;">National Level “<a href="http://inctf.in/ctf/what/" target="_blank">Capture the Flag</a>” Ethical Hacking contest</p>
<div style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><strong>InCTF’11 </strong> is from <em><strong>February to March 2011</strong></em> and is focused exclusively on the student community. You can   participate from your own university and no travel is required. No prior   exposure or experience in cyber security needed to participate.</div>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><strong style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">What you need to do?</strong><br />
1. Form a team (max five members from your college)<br />
2. Approach a faculty/mentor and request him/her to mentor your team<br />
3. Register online at <a href="http://inctf.in/" target="_blank">http://inctf.in</a></p>
<p><strong style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Whats more? There is no registration fee this year!</strong></p>
<p><strong style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Great Rewards</strong></p>
<div>
<table border="0" cellpadding="10" width="521">
<tbody>
<tr>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;" width="137">25K</td>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;" width="338">The winning team receives a cash prize of Rs. 25000/-</td>
</tr>
<tr>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">20K</td>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">The first runner-up team receives a cash prize of Rs. 20000/-</td>
</tr>
<tr>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">15K</td>
<td style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">The second runners-up team receives a cash prize of Rs. 15000/-</td>
</tr>
</tbody>
</table>
</div>
<h3 style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Special Prizes*</h3>
<ul style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;" type="circle">
<li>Teams are awarded cash prizes of up to 10K based on their performance</li>
<li>Deserving teams are well awarded. Exciting prizes to be won.</li>
</ul>
<p><strong style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">So, what are you waiting for?</strong><em><strong> – It’s simple Register, Learn, Hack!</strong></em></p>
<h3 style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Keep up with us<br />
<a href="http://inctf.in/" target="_blank">Website</a> | <a href="mailto:contact@inctf.in" target="_blank">Email</a> | <a href="http://www.facebook.com/InCTF" target="_blank">Facebook</a> | <a href="http://twitter.com/inctf%20" target="_blank">Twitter</a></h3>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><em>*Cash   prizes are subject to their performance and participation in the CTF   round. Only teams who connect to the VPN server and successfully gain   points in the CTF round are eligible for prizes</em></p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/02/04/inctf-11-is-here/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing DOS Games on Ubuntu – DOSBox</title>
		<link>http://avinashjoshi.co.in/blog/2011/01/06/dos-games-ubuntu-dosbox/</link>
		<comments>http://avinashjoshi.co.in/blog/2011/01/06/dos-games-ubuntu-dosbox/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 05:03:21 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Dangerous Dave]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[DOSBox]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[mario]]></category>
		<category><![CDATA[PacMan]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1467</guid>
		<description><![CDATA[Today morning as I was walking to the college, I was remembering those days when DOS games like Dangerous Dave and Prince were the best in town (They still are in my opinion). I still remember booting MSDOS from floppy, black screen no mouse or speakers and playing games like Dave was a bliss! Looking back, I think Dave was the first game that I played. Suddenly after many years, I was reminded of those cute games &#8211; Dave and [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Today morning as I was walking to the college, I was remembering those days when DOS games like Dangerous Dave and Prince were the best in town (They still are in my opinion). I still remember booting MSDOS from floppy, black screen no mouse or speakers and playing games like Dave was a bliss! Looking back, I think Dave was the first game that I played.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Suddenly after many years, I was reminded of those cute games &#8211; Dave and Pacman and wanted to play them badly. So, entering the lab I thought, just downloading the <a title="Dangerous Dave Wiki" href="http://en.wikipedia.org/wiki/Dangerous_Dave" target="_blank">Dangerous Dave</a> freeware from http://www.dosgamesarchive.com and running using Wine on Ubuntu would do. But to my dismay, it just wouldn&#8217;t work! So, I looked for alternatives and found the best solution &#8211; <a href="http://dosbox.com/" target="_blank">DOSBox</a></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">So, I installed DosBox, a Free and OpenSource DOS emulator for almost any OS. I will tell you the steps to install DOSBox and run games like Aladdin, Dave, Mario, PacMan, Need for Speed, Prince, Skyroads and much more (those are my favourites)</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><span style="text-decoration: underline;"><strong>Step I: Install DOSBox</strong></span></p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><strong>Ubuntu:</strong></span> sudo apt-get install dosbox<br />
<span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><strong>Other OS:</strong></span> Go to http://dosbox.com/download.php?main=1 and choose your operating system</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><span style="text-decoration: underline;"><strong>Step II: Download the game</strong></span></p>
<blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">Now, Download your favourite DOS games from http://www.dosgamesarchive.com and save them in the folder say <span style="font-family: Courier New,Courier,mono; font-size: 14px;">/home/avinash/Games</span> (have a short folder path &#8211; you will soon know why!)</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><span style="text-decoration: underline;"><strong>Step III: Start DOSBox:</strong></span> Now, open terminal from <span style="font-family: Courier New,Courier,mono; font-size: 14px;">Applications &gt; Accessories &gt; Terminal</span> and type <span style="font-family: Courier New,Courier,mono; font-size: 14px;">dosbox</span> or you can go to <span style="font-family: Courier New,Courier,mono; font-size: 14px;">Applications &gt; Games &gt; DOSBox Emulator</span>. This will open the DOSBox emulator and throw a DOS Prompt <span style="font-family: Courier New,Courier,mono; font-size: 14px;">Z:\&gt;</span> to you. Now, follow the commands below:</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;"><strong>Z:\&gt; mount c /home/avinash/Games</strong><br />
Drive C is mounted as a local directory /home/avinash/Games<br />
<strong>Z:\&gt; C:</strong><br />
<strong>C:\&gt; cd DAVE<br />
C:\DAVE&gt; DAVE.EXE</strong></p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">And you have your Dave running on Linux! The feeling of playing the game again was just awesome &#8211; No words can describe that! So, you guys have fun playing the DOS Games and remembering the good Ol&#8217; days &#8211; Happy playing . . .</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><span style="text-decoration: underline;"><strong>Step IV: Auto-mount:</strong></span> You need  not type the mount command every time you start the dosbox  program. Follow the below steps to enable auto-mount of your games  folder:</p>
<blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">1. Open DOSBox and type the following at the <span style="font-family: Courier New,Courier,mono; font-size: 14px;">Z:</span> prompt and type exit<br />
<strong><span style="font-family: Courier New,Courier,mono; font-size: 14px;">Z:\&gt; config -writeconf /home/avinash/dosbox.conf</span></strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">2. Go to your home folder and edit the <span style="font-family: Courier New,Courier,mono; font-size: 14px;">dosbox.conf</span> as <strong>root</strong><br />
<strong><span style="font-family: Courier New,Courier,mono; font-size: 14px;">sudo gedit dosbox.conf</span></strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">3. Add the following lines to the end of that file and save<br />
<span style="font-family: Courier New,Courier,mono; font-size: 14px;"><strong>mount c /home/avinash/Games</strong><br />
<strong> C:</strong></span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;">And you are done!</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><span style="text-decoration: underline;"><strong>Some screen shots:</strong></span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; text-align: center;"><strong>DOSBox Main</strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><img class="aligncenter size-full wp-image-1476" title="DOSBox_Demo" src="http://avinashjoshi.co.in/wp-content/uploads/DOSBox_Demo.png" alt="" width="609" height="428" /></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; text-align: center;"><strong>The Dave Game running on DOSBox</strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px;"><img class="aligncenter size-full wp-image-1477" title="Dave" src="http://avinashjoshi.co.in/wp-content/uploads/Dave.png" alt="" width="597" height="411" /></p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2011/01/06/dos-games-ubuntu-dosbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lock screen after log in [GNU/Linux]</title>
		<link>http://avinashjoshi.co.in/blog/2010/10/24/lock-screen-after-log-in-gnulinux/</link>
		<comments>http://avinashjoshi.co.in/blog/2010/10/24/lock-screen-after-log-in-gnulinux/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 10:17:28 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[log in]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1262</guid>
		<description><![CDATA[Do you want to automatically log into ubuntu or any other GNU/Linux desktop and still have the screen locked for safety? May be to speed up the login in a way? Or so that you don&#8217;t have to wait until the desktop is setup? Here is what you can Do: 1. Go to System &#62; Preferences &#62; Startup Applications and add the following: Name: Lock Screen Command: gnome-screensaver-command -l 2. Go to System &#62; Administration &#62; Login Screen and Have [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Do you want to automatically log into ubuntu or any other GNU/Linux desktop and still have the screen locked for safety? May be to speed up the login in a way? Or so that you don&#8217;t have to wait until the desktop is setup?</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Here is what you can Do:</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">1. Go to System &gt; Preferences &gt; Startup Applications and add the following:</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;"><strong>Name:</strong> Lock Screen<br />
<strong>Command: </strong>gnome-screensaver-command -l</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">2. Go to System &gt; Administration &gt; Login Screen and Have the button &#8220;Log in as &lt;username&gt;&#8221; checked and you are done <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2010/10/24/lock-screen-after-log-in-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change MAC Address</title>
		<link>http://avinashjoshi.co.in/blog/2010/10/08/how-to-change-mac-address/</link>
		<comments>http://avinashjoshi.co.in/blog/2010/10/08/how-to-change-mac-address/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 05:33:17 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1247</guid>
		<description><![CDATA[This is a very common question that I come across. Yesterday, I had to change my MAC address temporarily to get internet access on my laptop (More details cannot be disclosed) I really do not have much idea on how to change a MAC address on window. May be you can google, download a tool for the same. You are really not sure if the software you downloaded is a trojan, virus or some kind of a malware! If you [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">This is a very common question that I come across. Yesterday, I had to change my <a title="MAC address - Wiki" href="http://en.wikipedia.org/wiki/MAC_address" target="_blank">MAC address</a> temporarily to get internet access on my laptop (More details cannot be disclosed)</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">I really do not have much idea on how to change a MAC address on window. May be you can google, download a tool for the same. You are really not sure if the software you downloaded is a trojan, virus or some kind of a malware! If you come across an authentic software, please do feel free to write down a comment&#8230;</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Well, I am safe as I use Ubuntu (GNU/Linux). The ifconfig networking command-line tool is very powerful and useful for this. So, here are the steps that you can follow to change your MAC address temporarily.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Firstly, you got to note down the MAC address to which you want to change. (Something like: aa:1b:2c:d3:ee:ff). Now open terminal on your laptop or the machine where you want to change the MAC address and:</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">$ sudo su<br />
#ifconfig</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Note down the network interface (in most cases it will be eth0)</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;"># ifconfig eth0 down<br />
# ifconfig eth0 hw ether aa:1b:2c:d3:ee:ff<br />
# ifconfig eth0 up</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">To make the mac address change permanent, just edit the <span style="font-family: Courier New,Courier,mono; font-size: 14px;">/etc/network/interfaces</span> file (open as root) and it should look something like this:</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">auto lo<br />
iface lo inet loopback<br />
auto eth0<br />
iface eth0 inet dhcp<br />
hwaddress ether aa:1b:2c:d3:ee:ff</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">And you are done! Happy browsing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2010/10/08/how-to-change-mac-address/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Download movies, books, series from net</title>
		<link>http://avinashjoshi.co.in/blog/2010/09/09/download-movies-books-series-from-net/</link>
		<comments>http://avinashjoshi.co.in/blog/2010/09/09/download-movies-books-series-from-net/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 09:23:28 +0000</pubDate>
		<dc:creator>Avinash Joshi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filestube]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hotfile]]></category>
		<category><![CDATA[indian tv shows]]></category>
		<category><![CDATA[mediafire]]></category>
		<category><![CDATA[megaupload]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[Television]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://avinashjoshi.co.in/?p=1225</guid>
		<description><![CDATA[I have been wanting to write a post on &#8220;How to download Movies, Books, TV Series from the net&#8220;. I hope this will help many. I am sure that many of you watch English series. For instance, some of my favorites are White Collar, How Heroes, Castle, Bones, FRIENDS, I Met Your Mother and in Regional languages, CID, Sasural Genda Phool, Sarabhai vs Sarabhai, Indian Idol and many other (Though I really do not get time to watch all of [...]]]></description>
			<content:encoded><![CDATA[<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">I have been wanting to write a post on &#8220;<strong>How to download Movies, Books, TV Series from the net</strong>&#8220;. I hope this will help many.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">I am sure that many of you watch English series. For instance, some of my favorites are White Collar, How Heroes, Castle, Bones, FRIENDS, I Met Your Mother and in Regional languages, CID, Sasural Genda Phool, Sarabhai vs Sarabhai, Indian Idol and many other (Though I really do not get time to watch all of them, I am just listing my favourite). Similarly, you will also be having your Series that you missed or cannot watch on TV as it is not aired in India or movies you love you would like to download. You are reading the right post as you will for sure learn something new today <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><em>PS: For any of this to happen, you will either need to be damn rich (internet bill) or simply have unlimited download plan <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>This post is divided into four parts:</strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>(1)</strong> Torrents/BitTorrent<strong> (2) </strong>File Hosting<strong> (3) </strong>Download ebooks<strong> (4) </strong>Download Indian TV Shows</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">There are many ways in which you can download your favourite movies or series or e-books. Let me start with Torrents first.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">But, before we go ahead with the various methods, let me tell you the naming conventions of Series. Every English Series has a Season and Episode. You can get them by searching online. For e.g., you want to download Friends season 3 episode 10, your search text will be &#8220;Friends S03E10&#8243;. For ebooks, you can search with the title of the book or author name and for Movies, the title should be enough.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>I] </strong><span style="text-decoration: underline;"><strong>Torrents/BitTorrent</strong></span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Let me just briefly tell what BitTorrent is. According to Wiki, &#8220;BitTorrent is a peer-to-peer file sharing protocol used for distributing large amounts of data.&#8221; Torrents are generally the preferred way to download movie, books, and even series. To know in detail how Torrent/BitTorrent works, look at the wiki article <a title="BitTorrent Protocol" href="http://en.wikipedia.org/wiki/BitTorrent_%28protocol%29" target="_blank">here</a>. In brief, BitTorrent works on sharing basis. That is each and every user has bits of the file and share it over the internet. The file is not physically/electronically present on one server/computer from where people can download but rather it is shared over many users and computers.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">You may also learn the concept of Seeders and Leechers, ratio etc. Will be useful</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">So, how do you download using a torrent?</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">1. Firstly, you will need to have a <strong>BitTorrent client</strong> like:</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;"><span style="text-decoration: underline;">Windows:</span> <a title="µTorrent Download" href="http://www.utorrent.com/" target="_blank">µTorrent</a>, <a title="BitComet" href="http://www.bitcomet.com/" target="_blank">BitComet</a>, <a title="Vuze Download" href="http://azureus.sourceforge.net/" target="_blank">Vuze</a>, <a title="BitTorrent Download" href="http://www.bittorrent.com/" target="_blank">BitTorrent</a> and many others<br />
<span style="text-decoration: underline;">GNU/Linux:</span> My personal favourite is <a title="KTorrent Download" href="http://ktorrent.org/" target="_blank">KTorrent</a></p>
<blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">Note: To download KTorrent on ubuntu, just open terminal and execute this command:</p>
<p style="font-family: Courier New,Courier,mono; font-size: 14px; padding-left: 30px;">$ sudo apt-get install ktorrent</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><em>You may also view the &#8220;<a href="http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients" target="_blank">Comparison of BitTorrent clients</a>&#8220;</em></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">2. Next choose your <strong>BitTorrent search engine</strong> (You may search in all of them to get better results)</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">A. <span style="text-decoration: underline;">Hollywood Movies, Series and ebooks</span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;"><em>You can download the .torrent file from the below websites (These websites usually host torrent files of foreign language movies and series, Indian Movies are very less found)</em></p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px; padding-left: 30px;">http://isohunt.com <strong>|</strong> http://thepiratebay.org <strong>|</strong> http://mininova.org <strong>|</strong> http://btjunkie.org</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">But there are these other sites like http://www.torrentz.com/ which collect torrent files from various BitTorrent search engines mentioned above.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">Anyways, once you get a particular torrent file which is usually a file of size less that around 400kb. Open that file using your BitTorrent client/software. The client connects to the tracker(s) specified in the torrent file, from which it receives a list of peers currently transferring pieces of the file(s) specified in the torrent. The client connects to those peers to obtain the various pieces. If the swarm contains only the initial seeder, the client connects directly to it and begins to request pieces. And you have your file downloaded <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">B. <span style="text-decoration: underline;">Indian Movies</span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">The best website I have come across to download Indian movies (Hindi, Telugu, Tamil, Kannada) is</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px; padding-left: 30px;">http://spicydesis.net/ <strong>or</strong> http://spicydesis.net/forumdisplay.php?f=11</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; padding-left: 30px;">But you will have to register a free account to get full access <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But this forum is just awesome! A must see.</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px; font-style: italic; padding-left: 30px;"><strong>Please note:</strong> This is a general warning to everyone. There are people who upload fake torrents. Please read comments before downloading <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just be sure that you are not download the wrong torrent&#8230; Thanks to Chaitya Shah for this addition. This is not at all a problem in spicydesis.net</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>II] </strong><span style="text-decoration: underline;"><strong>File Hosting Service</strong></span></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">This is another way in which you can download, generally a series episode or ebook. This is a service which allow us to share files and images with others. There are two basic types of account (1) Free (2) Premium. The upload, download limit and features differ for different hosting service provider. For example in rapidshare, a free user can upload a file of max size 500MB. Whereas a premium user has no such limit. Even while downloading, a premium user can have any number of parallel downloads and can use a download manager. But for a free user, only one download at a time <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">There are many file hosting services:</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">http://megaupload.com | http://rapidshare.com | http://hotfile.com | http://www.mediafire.com/ | http://www.filedropper.com/ | http://www.filefactory.com/ | http://4shared.com | http://www.sendspace.com/</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">but, here you can only upload a file and send that link to your friend or post it online. How do you search for a particular file in any or all of these hosting service?</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">This is where you have <a href="http://www.filestube.com" target="_blank"><strong>FilesTube</strong></a>, a website which allows you to search for files on rapidshare and download sites <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now, let us take &#8220;Friends S03E10&#8243; for instance. Just put that text on the search box and check out the result <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Simple right? Now let us take some book for e.g., &#8220;operating system concepts&#8221; again, just put that text on the search box and check out the result. Just click on one of the result and download the file <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Simple ain&#8217;t it?</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>III] <span style="text-decoration: underline;">Download ebooks</span></strong></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong><a href="http://gigapedia.com/" target="_blank">GigaPedia</a></strong> is a great website i came across that has the list of many ebooks. The only thing is that you will have to register(for free) to make full use of that powerful search engine. Just enter the author name or book name <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">PS: Gigapedia is now <a href="http://library.nu/" target="_blank">Library.nu</a></p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><strong>IV] <span style="text-decoration: underline;">Indian Television shows</span></strong> [Watch online or download]</p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Even Indian serials are hosted on various file hosting service websites. The best forum I have come across to download or watch Indian TV is</p>
<blockquote>
<p style="font-family: Courier New,Courier,mono; font-size: 14px;">http://desitvforum.net/ <strong>or directly go to their TV forum</strong> http://desitvforum.net/forum/</p>
</blockquote>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">Again, this is one of the best way to watch any unwatched Indian TV show. <strong>PS:</strong> The shows are promptly updated just after the serial is over on tv <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;">
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><em>Hope you ejoyed the post and learnt something new. <strong>Feedback and Suggestions are always welcome <img src='http://avinashjoshi.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></em></p>
<p style="font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 14px;"><em><strong><br />
</strong></em></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1487px; width: 1px; height: 1px; overflow: hidden;"><strong>III] <span style="text-decoration: underline;">Download ebooks</span></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://avinashjoshi.co.in/blog/2010/09/09/download-movies-books-series-from-net/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

