<?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>Praj&#039;s Blog &#187; Software</title>
	<atom:link href="http://blog.praj.com.au/posts/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.praj.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 07:34:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Copying very large files across a LAN network</title>
		<link>http://blog.praj.com.au/posts/copying-very-large-files-across-a-lan-networ/</link>
		<comments>http://blog.praj.com.au/posts/copying-very-large-files-across-a-lan-networ/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:08:54 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=252</guid>
		<description><![CDATA[I needed to copy a very large file (~25GB), a virtual machine disk across a network (LAN). Standard Windows copy isn&#8217;t great for this, and it kept on getting stuck. I also tried using the copy/xcopy commands but they weren&#8217;t much help. The problem was a matter of feedback and recovery. That is, having the [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/copying-very-large-files-across-a-lan-networ/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Web Development Servers</title>
		<link>http://blog.praj.com.au/posts/local-development-servers/</link>
		<comments>http://blog.praj.com.au/posts/local-development-servers/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:07:34 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=242</guid>
		<description><![CDATA[There are a number of great web development servers available that you can install on your PC to get straight into web development or trying out various web applications without the hassle of installing and configuring your own server.
These include:

XAMPP &#8211; Apache-MySQL-PHP and Perl server (its portable too)
WAMP Server -  Apache-MySQL-PHP for Windows
InstantRails &#8211; An [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/local-development-servers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shut down Button on Login Screen</title>
		<link>http://blog.praj.com.au/posts/shutdown-button-on-login-screen/</link>
		<comments>http://blog.praj.com.au/posts/shutdown-button-on-login-screen/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 22:42:50 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=128</guid>
		<description><![CDATA[To enable the shut down button on the login screen in Windows Server (classic login), use these steps:

Run Group Policy editor &#8211; Start &#62; Run &#62; gpedit.msc
Navigate to Computer Configuration &#62; Windows Settings &#62; Security Settings &#62; Local Policies &#62; Security Options
Find the entry Shutdown: Allow system to be shut down without having to log [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/shutdown-button-on-login-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deleting Stubborn &#8220;Stuff&#8221; in Microsoft Word</title>
		<link>http://blog.praj.com.au/posts/deleting-stubborn-stuff-in-microsoft-word/</link>
		<comments>http://blog.praj.com.au/posts/deleting-stubborn-stuff-in-microsoft-word/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:17:42 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=195</guid>
		<description><![CDATA[Love it or hate, if you work with computers you generally need to use Microsoft Word. One common problem is that it can be very hard to delete &#8220;stubborn&#8221; stuff from Microsoft Word, for example a table. If you can&#8217;t manage to delete something using the traditional way through menus, try highlighting the offending object [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/deleting-stubborn-stuff-in-microsoft-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware shared folders can access mapped drives</title>
		<link>http://blog.praj.com.au/posts/vmware-shared-folders-can-access-mapped-drives/</link>
		<comments>http://blog.praj.com.au/posts/vmware-shared-folders-can-access-mapped-drives/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:14:25 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=192</guid>
		<description><![CDATA[Turns out that VMware shared folders in VMware workstation can access network shares (e.g. UNC paths) and network drives mapped on your host (main) computer. This can be really handy if you want to access a network share but can&#8217;t work out/be bothered setting it up in the VM (e.g for installing software). Simply add [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/vmware-shared-folders-can-access-mapped-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueCrypt</title>
		<link>http://blog.praj.com.au/posts/truecrypt/</link>
		<comments>http://blog.praj.com.au/posts/truecrypt/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:43:56 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=177</guid>
		<description><![CDATA[
TrueCrypt is a free/open source disk encryption system for Windows. It creates encrypted volumes on a hard disk and allows users to mount these volumes as drives in Windows using a secure encryption algorithm, passkey and optionally keyfiles for two-pass authentication.
Mounting a volume using the command line

truecrypt.exe /v C:\VolumeName.example /lC /a /q


Note: use the parameters [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/truecrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The hosts File</title>
		<link>http://blog.praj.com.au/posts/the-hosts-file/</link>
		<comments>http://blog.praj.com.au/posts/the-hosts-file/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:38:57 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=174</guid>
		<description><![CDATA[
The hosts file is text file is used by your TCP/IP connection on the Internet before DNS to map IP addresses to domain names. For really good discussion on what the hosts file is all about, check out the following Security Now Podcast (this is an MP3 file). The hosts file is used in Windows, [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/the-hosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.grc.com/sn/SN-045-lq.mp3" length="3005787" type="audio/mpeg" />
		</item>
		<item>
		<title>Disabling ipv6 in Linux</title>
		<link>http://blog.praj.com.au/posts/disabling-ipv6-in-linux/</link>
		<comments>http://blog.praj.com.au/posts/disabling-ipv6-in-linux/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:35:42 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=170</guid>
		<description><![CDATA[Make the following modifications to disable ipv6 in CentOS (Redhat) Linux:
/etc/modprobe.conf

alias net-pf-10 off
alias ipv6 off


/etc/sysconfig/network

NETWORKING_IPV6=no


/etc/sysconfig/network-scripts/ifcfg-eth0

IPV6INIT=no


Also check the otherl ifcfg-eth0…n and wan0…n scripts.
]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/disabling-ipv6-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Linux Services</title>
		<link>http://blog.praj.com.au/posts/managing-linux-services/</link>
		<comments>http://blog.praj.com.au/posts/managing-linux-services/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:34:32 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=168</guid>
		<description><![CDATA[
Linux services or daemons are used to automatically start software that provide services such as web servers, database servers, FTP, SSH, Samba. This article is about how to manage linux services and to set them to start automatically. Note that Linux distributions are based on System V which have run levels for system services (as [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/managing-linux-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Jukebox</title>
		<link>http://blog.praj.com.au/posts/media-jukebox/</link>
		<comments>http://blog.praj.com.au/posts/media-jukebox/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:32:52 +0000</pubDate>
		<dc:creator>praj</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.praj.com.au/?p=166</guid>
		<description><![CDATA[
Media Jukebox by J.River is perhaps the best music management/player out there for Microsoft Windows. First off, it has a great interface and doesn&#8217;t hog your PC like other media players *cough* Windows Media Player *cough*. It organises your music well, makes it easy to search, includes some nifty features including album coverart, visualisations, and [...]]]></description>
		<wfw:commentRss>http://blog.praj.com.au/posts/media-jukebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
