<?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>Jeba's Blog &#187; Tips and tricks</title>
	<atom:link href="http://www.jeba.in/posts/tag/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeba.in</link>
	<description>Let's talk life!</description>
	<lastBuildDate>Thu, 31 Dec 2009 13:38:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>5 Tips to fight Pen/USB Drive Viruses</title>
		<link>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/</link>
		<comments>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:10:09 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[PEN drive viruse]]></category>
		<category><![CDATA[Remove USB Virus]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[USB virus]]></category>

		<guid isPermaLink="false">http://www.jeba.in/?p=360</guid>
		<description><![CDATA[Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and inserts it into your System to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Pen drives has revolutionized the way we share data. Every now and then one of your friend pops into your house with his pen drive and <a href="http://www.jeba.in/posts/w32usbworm-lets-remove-this-worm-manually/" target="_blank">inserts it into your System</a> to copy what ever he wants and ends up infecting your system with some virus without his/her knowledge. In this post I decided to share what precautions that I take to prevent my system getting infected. It requires some effort and patience at the beginning but it will become a habit soon. After all someone told.. precaution is better than cure right ?</p>
<h2>Disable Autorun on All drives :</h2>
<p>All the USB related viruses exploit this feature to spead themselves. Autorun was mainly introduced for removable disks like CD/DVD ROMS so that they automatically run themselves without troubling the user to find the particular file. The root directory of the Drive consists of a file called Autorun.inf that contains the information to run the executable. For eg. Path of the presentation exe etc. We will just disable this feature , which will help us in a great deal to prevent the USB Drive virus.</p>
<p>To disable this feature :</p>
<ul>
<li>Go to Start &gt; Run (windows key + r)</li>
<li>Type gpedit.msc  (This opens the Group Policy)</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-361 aligncenter" title="run" src="http://www.jeba.in/wp-content/uploads/2009/04/run.gif" alt="Group Policy - Windows Run" width="347" height="184" /></p>
<ul>
<li>Browse to Administrative Templates &gt; System</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-362 aligncenter" title="system" src="http://www.jeba.in/wp-content/uploads/2009/04/system.jpg" alt="system" width="347" height="184" /></p>
<ul>
<li>Double Click on &#8220;Turn Off Autoplay&#8221; for the right side Settings</li>
<li>Select Enable and in the dropdown box select All Drives and click OK.</li>
</ul>
<p><img class="size-full wp-image-363 aligncenter" title="disabled" src="http://www.jeba.in/wp-content/uploads/2009/04/disabled.png" alt="disabled" width="347" height="388" /></p>
<h2>Delete Any Autorun.inf files :</h2>
<p>The first Tip will only disable Virus from spreading itself. There is a good chance that your drive may contain this Autorun.inf file from your previous infection. This file is actually hidden and made readonly so it is not directly visible on your local drive. I personally use a tool called &#8220;Filezilla&#8221; to see the contents of the USB Drive before I access it via Windows Explorer.</p>
<p>Filezilla is basicaly a free FTP Client software that helps you to download or upload files via the FTP protocol. But Filezilla shows all the files in the directory irrespective of it&#8217;s visibility. So I use this feature of Filezilla to look into the USB Drive. If the USB Drive has any autorun.inf file, just right click on the Autorun.inf file and click edit. This will show you the content of the Autorun.inf file. Autorun.inf file is basically a text file. See the path of the exe it points to and delete that exe, com, pf from there.</p>
<p>You can download filezilla from <a href="http://filezilla-project.org/download.php?type=server" target="_blank">here</a>.</p>
<h2>Kill Running process :</h2>
<p>I use another handy tool called <a title="Kills Processes running on memory" href="http://www.softpedia.com/progDownload/Task-Killer-Download-9968.html" target="_blank">Task Killer</a> . This is a small freeware that is very helpful to kill the running Virus Process. You might be asking why I need a tool to kill a process, when I can directly kill the process from Task Manager. Well, yes you can kill any task from the Task Manager but the problem is few of the viruses does not allow the Task manger to be visible. It automatically closes the Task Manager window and thus stopping yourself from identifying it. Task Killer is a small utility that sits on the Task Bar. Just click on it and select the Process you want to kill.</p>
<p><img class="size-full wp-image-364 aligncenter" title="kill-task" src="http://www.jeba.in/wp-content/uploads/2009/04/kill-task.jpg" alt="kill-task" width="606" height="420" /></p>
<p>Make sure you don&#8217;t end up killing any windows task. Make sure you have saved and backed up all your important data before you attempt to do any of these methods which I have mentioned here. Since we are forcing windows settings which can make the OS unstable. Most of the time the virus process name will be exactly same as windows process name, making it a bit harder to identify. But another small tip that can help you is.. all virus process runs under &#8220;Your username&#8221; process. Windows critical processes run under System Process.</p>
<h2>Keep Your Antivirus Updated At All Times :</h2>
<p>This is a pretty obvious tip, but it saves a lot of trouble later. I have seen many of my friends who have disabled the Auto Update feature, I strongly disagree to it. Just enable the damn Auto update and it will take care of the updates. After all Anti viruses are meant to detect virus and save your time from manual removal.</p>
<h2>Use Linux :</h2>
<p>This is probably the weirdest tip but trust me if you<a href="http://www.wikihow.com/Learn-to-Use-Linux" target="_blank"> use Linux</a> you don&#8217;t have to worry about any of the tips mentioned above. Linux has probably the least number of viruses available. To those who have come late, linux has come long way from being a Geeks only OS. Some distro&#8217;s like Mandriva, Linspire,Open  SUSE are customized to be more user friendly. With KDE 4.0 you can be sure you have all the eye candy that can even put Vista to shame.</p>
<p><img class="size-full wp-image-365 aligncenter" title="linux-windows" src="http://www.jeba.in/wp-content/uploads/2009/04/linux-windows.png" alt="linux-windows" width="399" height="216" /></p>
<p>I hope you would have found these tips useful. Do let me know how did these tips helped you. Feel free to share your tips too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/5-tips-to-fight-pen-usb-drive-viruses/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to keep away from distractions while blogging</title>
		<link>http://www.jeba.in/posts/how-to-keep-away-from-distractions-while-blogging/</link>
		<comments>http://www.jeba.in/posts/how-to-keep-away-from-distractions-while-blogging/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 02:01:00 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://www.jeba.in/posts/how-to-keep-away-from-distractions-while-blogging/</guid>
		<description><![CDATA[When was the last time when you sat to blog something and you got diverted. Which made you loose interest in the topic and you never blogged it again. Blogging requires some serious dedication and discipline. These are tough to achieve if you have too many diversions. A successful blogger is one who blogs regularly [...]]]></description>
			<content:encoded><![CDATA[<p>When was the last time when you sat to blog something and you got diverted. Which made you loose interest in the topic and you never blogged it again. Blogging requires some serious dedication and discipline.  These are tough to achieve if you have too many diversions. A successful blogger is one who blogs regularly and is away from all diversions. In this post we will see what are the common cause of these diversions and how to overcome these diversions to help us save time.</p>
<p style="text-align: center"><img src="http://www.jeba.in/wp-content/uploads/2007/09/fatal-distraction.jpg" alt="Getting distracted while blogging ?" /></p>
<p>The biggest diversion is our social network. When you are the most busy, everyone seems to be remembering you and start diverting you to the topic which they like to discuss. Which makes us to loose focus to our topic, ultimately loosing interest in the post itself. There can be situation when you are expecting someone at those times you can be in invisible mode. Let us see the various social interactions that can act as a diversion.</p>
<p><strong>Messenger service ( Yahoo, MSN, GTalk etc.)</strong></p>
<p>These are probably the biggest trouble makers, mainly because of the reason other user can start an interaction. Even though you might not be interested to  start an conversation they can start it and it would be too rude to tell them no. You can use a status message like &#8220;I&#8217;m Busy&#8221; etc. But it hardly adds any value. People will just buzz you to ask, what are you busy with? The best way to avoid this situation is by either staying invisible or signing off completely from the messenger service. If you still want to chat while working, turning off the chat sound would be of great help. So you can chat with them at your pleasure without much diversion.</p>
<p><strong>Social networking websites ( Orkut, You tube, myspace etc.)</strong></p>
<p>Another trouble maker are social networking websites. Sometimes as you will be busy blogging, just to check who&#8217;s online you login into your favorite social network only to be sucked up into it. It is a well known fact that social networking websites can be addictive. There is not much you can do this to avoid it. Couple of things that you can do is</p>
<ul>
<li>Use a url blocking software. Enable the software as you start blogging. So even if you enter the url it will be blocked which can remind you to resume your work.</li>
<li>Another way to avoid this is by not using the browser itself. I always prefer to blog on a word processor first and then transfer it to wordpress. This way I don&#8217;t have to run my web browser until I am finished with the content.</li>
</ul>
<p><strong>Your mobile phone</strong></p>
<p>Your own personal mobile phone too can be a big distract . Specially those forward messages that can reach to you at random timings. Personally I have lost many good points while blogging just because my phone started ringing suddenly. It is better to put your mobile in silent mode. If there is a call let it ring, if there is a message let it not notify me. You can always change this in your mobile profile. If you want to completely get rid of your mobile phone while blogging, I would recommend you put the mobile for charging. As the charge lasts longer when the mobile is charged after turning it off.</p>
<p><strong>Browser Crashes</strong></p>
<p>This can be really frustrating, you are almost done with your post and dang this software has performed an illegal operation and the browser closes. I would bet after this happens you wont have enough courage to write the post all over again. Browser crashes can&#8217;t be avoided but we will see how to recover if it ever happens while blogging.</p>
<ul>
<li>Don&#8217;t open too many tabs/windows while writing your post. A lame website is enough to make your browser crash.</li>
<li>As I mentioned early in the post do not  blog directly into wordpress, blog it on a word processor and later move the text to your wordpress blog. If you still love blogging directly into your wordpress blog I recommend you use the &#8220;Save and Continue&#8221; button as frequently as possible. This will save the file as a draft, so in case of a browser cache last saved content can be recovered.</li>
<li>Close unnecessary applications, specially if you have a lower memory in your system.</li>
</ul>
<p>It will be tempting for you at the beginning but as you will get used to this you will realize that you are blogging more frequently and more importantly blogging better than ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/how-to-keep-away-from-distractions-while-blogging/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Do a Sex change to get some traffic</title>
		<link>http://www.jeba.in/posts/do-a-sex-change-to-get-some-traffic/</link>
		<comments>http://www.jeba.in/posts/do-a-sex-change-to-get-some-traffic/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 03:38:53 +0000</pubDate>
		<dc:creator>Allwin Samuel Jeba</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Bloggin]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://www.jeba.in/posts/do-a-sex-change-to-get-some-traffic/</guid>
		<description><![CDATA[With a world filled with tech savy male bloggers, it really requires some extra talent to be heard. But not for a female blogger, people love reading a female&#8217;s blog. Why not use this to our advantage, I understand blogging is all about being one self. You don&#8217;t have to start a new blog and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jeba.in/wp-content/uploads/2007/07/female.jpg" alt="female.jpg" />With a world filled with tech savy male bloggers, it really requires some extra talent to be heard. But not for a female blogger, people love reading a female&#8217;s blog. Why not use this to our advantage, I understand blogging is all about being one self. You don&#8217;t have to start a new blog and start posting as a female blogger, you can always have a guest female blogger. Once you start blogging as a female blogger , go ahead and start commenting on other guy blogger&#8217;s blog and the chances are 90% of the time you will get a comment back on your blog. It is much better than faking comments on your own blog.</p>
<p>There is nothing new in this as guys are always curious to find out what there opposite sex is up to. When they find you have a female blogger blogging in your blog they tend to bookmark it and come back to find out what&#8217;s new. It really doesn&#8217;t matter what she blogs all that matter is her presence. Even though I haven&#8217;t tried this myself but I can guarantee you it will surely help you add some traffic to your blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeba.in/posts/do-a-sex-change-to-get-some-traffic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
