<?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>pungit.com &#187; Software</title>
	<atom:link href="http://www.pungit.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pungit.com</link>
	<description>Computer Tips, Tricks, Howtos, PSP, Anime, Linux</description>
	<lastBuildDate>Mon, 27 Jul 2009 14:54:35 +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>Check Torrent Details with TorrentSpy</title>
		<link>http://www.pungit.com/software/check-torrent-details-with-torrentspy/</link>
		<comments>http://www.pungit.com/software/check-torrent-details-with-torrentspy/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 13:22:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[TorrentSpy]]></category>

		<guid isPermaLink="false">http://www.pungit.com/?p=126</guid>
		<description><![CDATA[TorrentSpy is a small program that provides torrent user with information about the torrent they about to download. Normally you have to download the torrent to get real time information about the torrent like how many seeders, leechers or to check if the tracker is online or offline. Some torrent search website provide this kind [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://torrentspy.sourceforge.net/" target="_blank">TorrentSpy</a> is a small program that provides torrent user with information about the torrent they about to download. Normally you have to download the torrent to get real time information about the torrent like how many seeders, leechers or to check if the tracker is online or offline. Some torrent search website provide this kind of information but it&#8217;s not updated in real time.</p>
<p>The program can be downloaded at <a href="http://torrentspy.sourceforge.net/" target="_blank">http://torrentspy.sourceforge.net/</a>. The size of the zip archive is 376.0 KB and will take only a few second to download. You only need to extract the archives and double click the file &#8220;TorrentSpy-0.2.4.26.exe&#8221; to run the program, no installation required.</p>
<p><span id="more-126"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-127" title="TorrenSpy" src="http://www.pungit.com/wp-content/uploads/2009/03/torrenspy.png" alt="TorrenSpy" width="396" height="298" /></p>
<p>Now drag and drop the torrent file into the program. The program will automatically fetch all the information about the torrent. You can browse each of the information by clicking the related tab on the program. TorrenSpy is created for Windows operating system but Linux users can run it using wine. It runs perfectly fine on my Arch Linux (the screenshot above is taken on my Arch Linux).</p>
<p>It is a small program yet very useful piece of software. If you are torrent users it might be helpful if you got a real time information about to torrent that you would like to download.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pungit.com/software/check-torrent-details-with-torrentspy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verify Data Integrity with HashTab</title>
		<link>http://www.pungit.com/software/verify-data-integrity-with-hashtab/</link>
		<comments>http://www.pungit.com/software/verify-data-integrity-with-hashtab/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 14:24:51 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Hashtab]]></category>
		<category><![CDATA[verify data integrity]]></category>

		<guid isPermaLink="false">http://www.pungit.com/?p=77</guid>
		<description><![CDATA[As an internet user I used to download a lot of freeware, open source software and Linux ISO images from the internet. But the problem is sometimes the file I downloaded is corrupted. There are many possibilities that cause the integrity of the file being altered. Probably the file owner mistakenly put a corrupted file [...]]]></description>
			<content:encoded><![CDATA[<p>As an internet user I used to download a lot of freeware, open source software and Linux ISO images from the internet. But the problem is sometimes the file I downloaded is corrupted. There are many possibilities that cause the integrity of the file being altered. Probably the file owner mistakenly put a corrupted file to the server or packet loss happen during the transfer process.</p>
<p>Normally in Linux I type <em>md5sum filename</em> in the command line to check the MD5 <a href="http://en.wikipedia.org/wiki/Hash_function" target="_blank">hash</a> and then compare the output with the <a href="http://en.wikipedia.org/wiki/MD5" target="_blank">MD5</a> hash available in the download page. For Windows user, there is a shell extension called HashTab that provide the ability to verify the data integrity of any files. Once installed it will add tab to the windows file properties.<span id="more-77"></span></p>
<p>The tab called File Hashes and can be access by right click on a file and select Properties. All you need is copy the hash you got from the download page and paste it into the textbox in the File Hashes tab. It will automatically compare the file hash and the hash you paste just now. If the hash passes it will show a tick in front of the text box but if the check failed you will see a cross.</p>
<p><img class="aligncenter size-full wp-image-78" title="hashtab" src="http://www.pungit.com/wp-content/uploads/2009/02/hashtab.png" alt="hashtab" width="400" height="507" /></p>
<p>Its can check twelve different hashes but you can select the only hashes you want HashTab to verify by right click on the hashes area and select Settings. Then you can uncheck the hashes type you don’t want HashTab to verify/show. This will make the hashes check run faster because HashTab don’t have to verify twelve different hashes at the same time.</p>
<p>HashTab is a small and yet very useful windows shell extension. It can be downloaded at <a href="http://beeblebrox.org/hashtab/" target="_blank">Beeblebrox.org</a>. The latest version is 2.1 and currently available only for 32-bit users. While 64-bit users have to download HashTab version 1.14. HashTab support Windows NT, 2000, 2003, 2008, XP, and Vista.</p>
<p>What are you waiting for. Head to <a href="http://beeblebrox.org/hashtab/" target="_blank">Beeblebrox.org</a> and download and install HashTab the coolest thing ever&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pungit.com/software/verify-data-integrity-with-hashtab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browse Safely Using Virtualbox and Damn Small Linux</title>
		<link>http://www.pungit.com/software/browse-safely-using-virtualbox-and-damn-small-linux-dsl/</link>
		<comments>http://www.pungit.com/software/browse-safely-using-virtualbox-and-damn-small-linux-dsl/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 09:20:30 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[avoid virus]]></category>
		<category><![CDATA[Browse safely]]></category>
		<category><![CDATA[Damn Small Linux]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://www.pungit.com/?p=27</guid>
		<description><![CDATA[Nowadays the internet is become the main medium for spreading viruses and spyware. So its become more dangerous to surf the internet without any protection. Users have to frequently update their anti-virus and spyware definition in order to protect themselves against those viruses. But even if with all of this protection, there is still a [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays the internet is become the main medium for spreading <a href="http://en.wikipedia.org/wiki/Virus" target="_blank">viruses</a> and <a href="http://en.wikipedia.org/wiki/Spyware" target="_blank">spyware</a>. So its become more dangerous to surf the internet without any protection. Users have to frequently update their anti-virus and spyware definition in order to protect themselves against those viruses. But even if with all of this protection, there is still a change that your computer will infected with new viruses or spyware.</p>
<p>One way to ensure your computer safety is to create a virtual machine and use it to surf the internet by running <a href="http://en.wikipedia.org/wiki/Linux" target="_blank">Linux</a> <a href="http://en.wikipedia.org/wiki/Live_CD" target="_blank">Live CD</a>. <span id="more-27"></span>When the virtual machine get infected with viruses you can get rid of it by simply rebooting the virtual machine. Because with Linux Live CD, the files/configuration you created during the session will be cleared when you shutdown or reboot the system. Beside that the possibility that Linux system get infected with viruses or spyware is low.</p>
<p>To create a virtual machine  you have to download <a href="http://www.virtualbox.org" target="_blank">Virtualbox </a>from <a href="http://www.virtualbox.org/wiki/Downloads">http://www.virtualbox.org/wiki/Downloads</a> and <a href="http://damnsmalllinux.org" target="_blank">Damn Small Linux</a> ISO image from <a href="http://damnsmalllinux.org/download.html">http://damnsmalllinux.org/download.html</a>. It will take a while to depend on your internet speed connection. Once the download complete. Double click the Virtualbox installer to install it. The installation process for Virtualbox is straight forward. If you have an experienced installing software before you will have no problem installing Virtualbox.</p>
<p>Once the installation complete, you can start the program by double clicking the short cut from the desktop or start menu.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox1.png"><img class="aligncenter size-full wp-image-49" title="Virtualbox Main Window" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox1.png" alt="Virtualbox Main Window" width="392" height="293" /></a></p>
<p>Before you can boot DSL you need to create new virtual machine. To do that click <strong>Machine</strong> and select <strong>New. </strong></p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox02.png"><img class="aligncenter size-full wp-image-29" title="Creating New Virtual Machine Wizard 1" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox02.png" alt="Creating New Virtual Machine Wizard 1" width="362" height="326" /></a></p>
<p>Now click <strong>Next</strong> and enter your desire name for your virtual machine in the textbox below the <strong>Name. </strong>Select <strong>Linux</strong> from the combo box for <strong>Operating System</strong> and select <strong>Linux 2.4</strong> for <strong>Version </strong>and click the <strong>Next</strong> button.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox03.png"><img class="aligncenter size-full wp-image-30" title="Set Name And OS type" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox03.png" alt="virtualbox03" width="362" height="326" /></a></p>
<p>The next step is to select your desire physical memory to allocate to your virtual machine. Set it to <strong>128 MB</strong> or higher depend on your computer available physical memory. But 128 MB would be enough to run DSL.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox04.png"><img class="aligncenter size-full wp-image-31" title="Allocate Memory for Virtual Machine" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox04.png" alt="Allocate Memory for Virtual Machine" width="362" height="326" /></a></p>
<p>Now you need to create virtual hard disk for the virtual machine. Click <strong>New</strong> button.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox05.png"><img class="aligncenter size-full wp-image-32" title="Virtual Hard Disk Wizard" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox05.png" alt="Virtual Hard Disk Wizard" width="362" height="326" /></a></p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox06.png"><img class="aligncenter size-full wp-image-33" title="Virtual Hard Wizard" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox06.png" alt="Virtual Hard Wizard" width="362" height="326" /></a></p>
<p>Another welcome message will show up, click <strong>Next</strong>.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox07.png"><img class="aligncenter size-full wp-image-34" title="Hard Disk Storage Type" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox07.png" alt="Hard Disk Storage Type" width="362" height="326" /></a></p>
<p>Select <strong>Dynamically expanding storage</strong> then <strong>Next</strong>.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox08.png"><img class="aligncenter size-full wp-image-35" title="Virtual Disk Location And Type" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox08.png" alt="Virtual Disk Location And Type" width="362" height="326" /></a></p>
<p>Leave the default for <strong>Location</strong>. But set the virtual disk size <span> </span>to <strong>50 MB</strong> then click <strong>Next.</strong></p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox09.png"><img class="aligncenter size-full wp-image-36" title="Virtual Disk Summary" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox09.png" alt="Virtual Disk Summary" width="362" height="326" /></a></p>
<p>The wizard will show the summary of the virtual disk you just created. Press <strong>Finish</strong> to complete the virtual disk setup.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox10.png"><img class="aligncenter size-full wp-image-37" title="Select A Virtual Hard Disk" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox10.png" alt="Select A Virtual Hard Disk" width="362" height="326" /></a></p>
<p>Now you have 50 MB virtual disk allocated for DSL, click <strong>Next</strong>.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox11.png"><img class="aligncenter size-full wp-image-38" title="Virtual Machine Summary" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox11.png" alt="Virtual Machine Summary" width="362" height="326" /></a></p>
<p>Congratulation you have successfully created your DSL virtual machine.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox12.png"><img class="aligncenter size-full wp-image-39" title="Virtualbox Main Window after creating a virtual machine" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox12.png" alt="Virtualbox Main Window after creating a virtual machine" width="392" height="293" /></a></p>
<p>Before you can start the virtual machine you need to mount your DSL ISO image. To do that click on <strong>CD/DVD-ROM</strong>. Checked the Mount CD/DVD Drive checkbox and select ISO Image File. Now click the icon in the right side of the combo box.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox13.png"><img class="aligncenter size-full wp-image-40" title="Mount ISO Image" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox13.png" alt="Mount ISO Image" width="366" height="330" /></a></p>
<p>Click <strong>Add</strong> icon in the toolbar. And browse to the location where you download your DSL ISO image and select the image and click <strong>Open</strong>.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox14.png"><img class="aligncenter size-full wp-image-41" title="Select ISO Image" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox14.png" alt="Select ISO Image" width="377" height="295" /></a></p>
<p class="MsoNormal" style="text-align: justify;">Click <strong>Select</strong> button to mount the ISO image.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox15.png"><img class="aligncenter size-full wp-image-43" title="Virtual Box With DSL VM" src="http://www.pungit.com/wp-content/uploads/2009/01/virtualbox15.png" alt="Virtual Box With DSL VM" width="392" height="293" /></a></p>
<p class="MsoNormal" style="text-align: justify;">Now you can start the virtual machine by pressing the button <strong>Start</strong> in the toolbar.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/dsl-grub.png"><img class="aligncenter size-full wp-image-44" title="DSL Grum Splash Screen" src="http://www.pungit.com/wp-content/uploads/2009/01/dsl-grub.png" alt="DSL Grum Splash Screen" width="414" height="353" /></a></p>
<p class="MsoNormal" style="text-align: justify;">When the GRUB splash screen appear press <strong>Enter</strong> to boot DSL.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/dsl-booting.png"><img class="aligncenter size-full wp-image-45" title="DSL booting on Virtualbox" src="http://www.pungit.com/wp-content/uploads/2009/01/dsl-booting.png" alt="DSL booting on Virtualbox" width="552" height="397" /></a></p>
<p class="MsoNormal" style="text-align: justify;">DSL will only take a few second to boot in the virtual machine environment. You can access the system menu by right/left click on the DSL desktop.</p>
<p class="MsoNormal" style="text-align: center;"><a href="http://www.pungit.com/wp-content/uploads/2009/01/dsl-run-firefox.png"><img class="aligncenter size-full wp-image-47" title="DSL run Firefox " src="http://www.pungit.com/wp-content/uploads/2009/01/dsl-run-firefox.png" alt="DSL run Firefox " width="553" height="398" /></a></p>
<p class="MsoNormal" style="text-align: justify;">DSL will run in windows mode but you can access the full screen mode press Left Ctrl + F.  Now you can surf the internet safely without worrying about your computer being infected with virus or spyware. Happy surfing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pungit.com/software/browse-safely-using-virtualbox-and-damn-small-linux-dsl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
