		
		<script type="text/javascript">
		document.cookie = "wpcoauth=46ba9f2a6976570b0353203ec4474217; expires=Tue, 21 Sep 2010 21:14:26; path=/";
		</script>
		
		<?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>Webby Info &#187; Missse Stuffs</title>
	<atom:link href="http://www.webbyinfo.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webbyinfo.com</link>
	<description>All about web design and development</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:22:00 +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>TOP 25 Most Dangerous Programming Errors</title>
		<link>http://www.webbyinfo.com/top-25-most-dangerous-programming-errors/</link>
		<comments>http://www.webbyinfo.com/top-25-most-dangerous-programming-errors/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:22:00 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.webbyinfo.com/?p=160</guid>
		<description><![CDATA[The Top 25 Programming Errors are listed below in three categories: Programming Error Category: Insecure Interaction Between Components (8 errors) Programming Error Category: Risky Resource Management (10 errors) Programming Error Category: Porous Defenses (7 errors) Programming Error Category: Insecure Interaction Between Components [1] CWE-79: Failure to Preserve Web Page Structure (&#8216;Cross-site Scripting&#8217;) Cross-site scripting (XSS) [...]]]></description>
			<content:encoded><![CDATA[<h3>The Top 25 Programming Errors are listed below in three categories:</h3>
<ul>
<li><a href="http://www.sans.org/top25-programming-errors/#cat1" target="_blank">Programming Error Category: Insecure Interaction Between Components </a>(8 errors)</li>
<li><a href="http://www.sans.org/top25-programming-errors/#cat2" target="_blank">Programming Error Category: Risky Resource Management </a>(10 errors)</li>
<li><a href="http://www.sans.org/top25-programming-errors/#cat3" target="_blank">Programming Error Category: Porous Defenses </a>(7 errors)</li>
</ul>
<h3 id="cat1"><a name="cat1">Programming Error Category: Insecure Interaction Between Components</a></h3>
<h4>[1] CWE-79: <a href="http://cwe.mitre.org/top25/#CWE-79" target="_blank">Failure to Preserve Web Page Structure (&#8216;Cross-site Scripting&#8217;)</a></h4>
<p>Cross-site scripting (XSS) is one of the most prevalent, obstinate, and dangerous vulnerabilities in web applications&#8230;If you&#8217;re not careful, attackers can&#8230;<a href="http://cwe.mitre.org/top25/#CWE-79" target="_blank">MORE &gt;&gt;</a></p>
<h4>[2] CWE-89: <a href="http://cwe.mitre.org/top25/#CWE-89" target="_blank">Failure to Preserve SQL Query Structure (aka &#8216;SQL Injection&#8217;)</a></h4>
<p>If attackers can influence the SQL that you use to communicate with your database, then they can&#8230;<a href="http://cwe.mitre.org/top25/#CWE-89" target="_blank">MORE &gt;&gt;</a></p>
<h4>[4] CWE-352: <a href="http://cwe.mitre.org/top25/#CWE-352" target="_blank">Cross-Site Request Forgery (CSRF)</a></h4>
<p>With cross-site request forgery, the attacker gets the victim to activate a request that goes to your site. Thanks to scripting and the way the web works in general, the victim&#8230;<a href="http://cwe.mitre.org/top25/#CWE-352" target="_blank">MORE &gt;&gt;</a></p>
<h4>[8] CWE-434: <a href="http://cwe.mitre.org/data/definitions/434.html" target="_blank">Unrestricted Upload of File with Dangerous Type</a></h4>
<p>You may think you&#8217;re allowing uploads of innocent images&#8230;<a href="http://cwe.mitre.org/data/definitions/434.html" target="_blank">MORE &gt;&gt; </a></p>
<h4>[9] CWE-78: <a href="http://cwe.mitre.org/top25/#CWE-78" target="_blank">Failure to Preserve OS Command Structure (aka &#8216;OS Command Injection&#8217;)</a></h4>
<p>When you invoke another program on the operating system, but you allow untrusted inputs to be fed into the command string that you generate for executing the program, then you are inviting attackers&#8230;<a href="http://cwe.mitre.org/top25/#CWE-78" target="_blank">MORE &gt;&gt;</a></p>
<h4>[17] CWE-209: <a href="http://cwe.mitre.org/top25/#CWE-209" target="_blank">Information Exposure Through an Error Message</a></h4>
<p>If you use chatty error messages, then they could disclose secrets to any attacker who dares to misuse your software. The secrets could cover a wide range of valuable data&#8230;<a href="http://cwe.mitre.org/top25/#CWE-209" target="_blank">MORE &gt;&gt; </a></p>
<h4>[23] CWE-601: <a href="http://cwe.mitre.org/top25/" target="_blank">URL Redirection to Untrusted Site (&#8216;Open Redirect&#8217;)</a></h4>
<p>While much of the power of the World Wide Web is in sharing and following links between web sites, typically there is&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt; </a></p>
<h4>[25] CWE-362: <a href="http://cwe.mitre.org/top25/index.html#CWE-362" target="_blank">Race Condition</a></h4>
<p>Attackers will consciously look to exploit race conditions to cause chaos or get your application to cough up something valuable&#8230;<a href="http://cwe.mitre.org/top25/index.html#CWE-362" target="_blank">MORE &gt;&gt;</a></p>
<h3 id="cat2"><a name="cat2">Programming Error Category: Risky Resource Management</a></h3>
<h4>[3] CWE-120: <a href="http://cwe.mitre.org/data/definitions/120.html" target="_blank">Buffer Copy without Checking Size of Input (&#8216;Classic Buffer Overflow&#8217;)</a></h4>
<p>Buffer overflows are Mother Nature&#8217;s little reminder of that law of physics that says if you try to put more stuff into a container than it can hold, you&#8217;re&#8230;<a href="http://cwe.mitre.org/data/definitions/120.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[7] CWE-22: <a href="http://cwe.mitre.org/data/definitions/22.html" target="_blank">Improper Limitation of a Pathname to a Restricted Directory (&#8216;Path Traversal&#8217;)</a></h4>
<p>While data is often exchanged using files, sometimes you don&#8217;t intend to&#8230;<a href="http://cwe.mitre.org/data/definitions/22.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[14] CWE-98: <a href="http://cwe.mitre.org/data/definitions/98.html" target="_blank">Improper Control of Filename for Include/Require Statement in PHP Program (&#8216;PHP File Inclusion&#8217;)</a></h4>
<p>Not a lot of Top 25 weaknesses are unique to a single programming language, but that just goes to show how special this one is. The idea&#8230;<a href="http://cwe.mitre.org/data/definitions/98.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[12] CWE-805: <a href="http://cwe.mitre.org/top25/" target="_blank">Buffer Access with Incorrect Length Value</a></h4>
<p>A popular insult is: &#8220;Take a long walk off a short pier.&#8221; One programming equivalent for this&#8230; <a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[13] CWE-754: <a href="http://cwe.mitre.org/top25/" target="_blank">Improper Check for Unusual or Exceptional Conditions</a></h4>
<p>Security-wise, it pays to be cynical. If you always expect the worst&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[15] CWE-129: <a href="http://cwe.mitre.org/data/definitions/129.html" target="_blank">Improper Validation of Array Index</a></h4>
<p>If you&#8217;ve allocated an array of 100 objects or structures, and an attacker provides an index that is&#8230;<a href="http://cwe.mitre.org/data/definitions/129.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[16] CWE-190: <a href="http://cwe.mitre.org/data/definitions/190.html" target="_blank">Integer Overflow or Wraparound</a></h4>
<p>In the real world, 255+1=256. But to a computer program, sometimes 255+1=&#8230;<a href="http://cwe.mitre.org/data/definitions/190.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[18] CWE-131: <a href="http://cwe.mitre.org/data/definitions/131.html" target="_blank">Incorrect Calculation of Buffer Size</a></h4>
<p>In languages such as C, where memory management is the programmer&#8217;s responsibility, there are many opportunities for error&#8230;<a href="http://cwe.mitre.org/data/definitions/131.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[20] CWE-494: <a href="http://cwe.mitre.org/data/definitions/494.html" target="_blank">Download of Code Without Integrity Check</a></h4>
<p>You don&#8217;t need to be a guru to realize that if you download code and execute it, you&#8217;re trusting that the source of that code isn&#8217;t malicious. But attackers can perform all sorts of tricks&#8230;<a href="http://cwe.mitre.org/data/definitions/494.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[21] CWE-770: <a href="http://cwe.mitre.org/top25/" target="_blank">Allocation of Resources Without Limits or Throttling</a></h4>
<p>If someone calls in and places an order for a thousand pizzas (with anchovies) to be delivered immediately, you&#8217;d quickly put a stop to that nonsense. But&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h3 id="cat3"><a name="cat3">Programming Error Category: Porous Defenses</a></h3>
<h4>[5] CWE-285: <a href="http://cwe.mitre.org/top25/#CWE-285" target="_blank">Improper Access Control (Authorization)</a></h4>
<p>If you don&#8217;t ensure that your software&#8217;s users are only doing what they&#8217;re allowed to, then attackers will try to exploit your improper authorization and&#8230;<a href="http://cwe.mitre.org/top25/#CWE-285" target="_blank">MORE &gt;&gt;</a></p>
<h4>[6] CWE-807: <a href="http://cwe.mitre.org/top25/" target="_blank">Reliance on Untrusted Inputs in a Security Decision</a></h4>
<p>Driver&#8217;s licenses may require close scrutiny to identify fake licenses, or to determine if a person is using someone else&#8217;s license. Software developers&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[10] CWE-311: <a href="http://cwe.mitre.org/top25/" target="_blank">Missing Encryption of Sensitive Data</a></h4>
<p>If your software sends sensitive information across a network, such as private data or authentication credentials, that information&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[11] CWE-798: <a href="http://cwe.mitre.org/top25/" target="_blank">Use of Hard-coded Credentials</a></h4>
<p>Most of the CWE Top 25 can be explained away as an honest mistake; for this issue, though, customers&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[19] CWE-306: <a href="http://cwe.mitre.org/top25/" target="_blank">Missing Authentication for Critical Function</a></h4>
<p>In countless action movies, the villain breaks into a high-security building by crawling through heating ducts&#8230;<a href="http://cwe.mitre.org/top25/" target="_blank">MORE &gt;&gt;</a></p>
<h4>[22] CWE-732: <a href="http://cwe.mitre.org/data/definitions/732.html" target="_blank">Incorrect Permission Assignment for Critical Resource</a></h4>
<p>If you have critical programs, data stores, or configuration files with permissions that make your resources accessible to the world &#8211; well, that&#8217;s just what they&#8217;ll become&#8230;<a href="http://cwe.mitre.org/data/definitions/732.html" target="_blank">MORE &gt;&gt;</a></p>
<h4>[24] CWE-327: <a href="http://cwe.mitre.org/top25/#CWE-327" target="_blank">Use of a Broken or Risky Cryptographic Algorithm</a></h4>
<p>You may be tempted to develop your own encryption scheme in the hopes of making it difficult for attackers to crack. This kind of grow-your-own cryptography is a welcome sight to attackers&#8230;<a href="http://cwe.mitre.org/top25/#CWE-327" target="_blank">MORE &gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/top-25-most-dangerous-programming-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP 5.2.11 Released!</title>
		<link>http://www.webbyinfo.com/php-5-2-11-released/</link>
		<comments>http://www.webbyinfo.com/php-5-2-11-released/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:28:53 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.webbyinfo.com/?p=115</guid>
		<description><![CDATA[The PHP development team would like to announce the immediate availability of PHP 5.2.11. This release focuses on improving the stability of the PHP 5.2.x branch with over 75 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>The PHP development team would like to announce the immediate      availability of PHP 5.2.11. This release focuses on improving the stability of      the PHP 5.2.x branch with over 75 bug fixes, some of which are security related.      All users of PHP 5.2 are encouraged to upgrade to this release.</p>
<p><strong>Security Enhancements and Fixes in PHP 5.2.11:</strong></p>
<ul>
<li>Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)</li>
<li>Fixed sanity check for the color index in imagecolortransparent(). (Pierre)</li>
<li>Added missing sanity checks around exif processing. (Ilia)</li>
<li>Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)</li>
</ul>
<p>Further details about the PHP 5.2.11 release can be found in the <a href="http://www.php.net/releases/5_2_11.php">release announcement</a>, and the full list of changes are available in the <a href="http://www.php.net/ChangeLog-5.php#5.2.11">ChangeLog</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/php-5-2-11-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 2.0 Beta 2</title>
		<link>http://www.webbyinfo.com/firefox-20-beta-2/</link>
		<comments>http://www.webbyinfo.com/firefox-20-beta-2/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 14:45:23 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.blog.glad-win.com/?p=68</guid>
		<description><![CDATA[FirefoxÂ 2 BetaÂ 2 is a developer preview release of our next generation Firefox browser and it is being made available for testing purposes only. FirefoxÂ 2 BetaÂ 2 is intended for Web application developers and our testing community. Current users of Firefox 1.x should not use FirefoxÂ 2 BetaÂ 2 and expect all of [...]]]></description>
			<content:encoded><![CDATA[<p>FirefoxÂ 2 BetaÂ 2 is a developer preview release of our next generation Firefox browser and it is being made available for <strong>testing purposes only</strong>. FirefoxÂ 2 BetaÂ 2 is intended for Web application developers and our testing community. Current users of Firefox 1.x should not use FirefoxÂ 2 BetaÂ 2 and expect all of their extensions and plugins to work properly.</p>
<p>These Release Notes cover <a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html#whatsnew">what&#8217;s new</a>, <a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html#download">download</a>              and <a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html#install">installation instructions</a>, <a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html#issues">known               issues</a> and <a href="http://www.mozilla.org/projects/bonecho/releases/2.0b2.html#FAQ">frequently asked questions</a> for the FirefoxÂ 2 BetaÂ 2 release. Please read these notes and the <a href="http://www.mozilla.org/support/firefox/bugs">              bug filing instructions</a> before reporting any bugs to <a href="https://bugzilla.mozilla.org/">Bugzilla</a>.</p>
<p>Give us your feedback through this <a href="http://feedback.mozilla.org/">              feedback form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/firefox-20-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to All</title>
		<link>http://www.webbyinfo.com/welcome-to-all/</link>
		<comments>http://www.webbyinfo.com/welcome-to-all/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 13:10:07 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.blog.glad-win.com/?p=66</guid>
		<description><![CDATA[Hi Guys Welcome to the SNR Blog]]></description>
			<content:encoded><![CDATA[<p><strong>Hi Guys Welcome to the SNR Blog</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/welcome-to-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOT Blocked *.blogspot.com,*.typepad.com,geocities.com/*</title>
		<link>http://www.webbyinfo.com/dot-blocked-blogspotcomtypepadcomgeocitiescom-2/</link>
		<comments>http://www.webbyinfo.com/dot-blocked-blogspotcomtypepadcomgeocitiescom-2/#comments</comments>
		<pubDate>Tue, 18 Jul 2006 09:41:24 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.panikulangara.com/blog/?p=65</guid>
		<description><![CDATA[India&#8217;s Department of Telecommunications (DoT) passed an order to ISPs Friday to block several websites. The list is confidential. Indian ISPs have been slowly coming into compliance. SpectraNet, MTNL, Reliance, and as of Monday afternoon, Airtel. State-backed BSNL and VSNL have not started yet but likely will soon. The known list of blocked domains is [...]]]></description>
			<content:encoded><![CDATA[<p>India&#8217;s Department of Telecommunications (DoT) passed an order to ISPs Friday to block several websites. The list is confidential. Indian ISPs have been slowly coming into compliance. SpectraNet, MTNL, Reliance, and as of Monday afternoon, Airtel. State-backed BSNL and VSNL have not started yet but likely will soon. The known list of blocked domains is <strong>*.blogspot.com, *.typepad.com and geocities.com/*</strong>.</p>
<p>    Yes folks, the Indian government has decided to censor blogs and refused to explain why. This morning Shivam Vij managed to talk to Dr Gulshan Rai, director of CERT-IN, the only body authorised to issue directives to ISPs. His response: &#8220;Somebody must have asked for some sites to be blocked. What is your problem?&#8221;</p>
<p>    If any Boing Boing readers in India find several sites inaccessible today, please call your ISP and demand to know why. If you can help, please join the coordinating group: Link. </p>
<p>Link to Shivam&#8217;s post, and Jace is following developments on his blog, here.</p>
<p>Manish adds,</p>
<p>    The block is still spreading through Indian ISPs. This recalls Pakistan&#8217;s Blogspot ban during the Danish cartoon controversy and India&#8217;s Yahoo Groups ban in &#8217;03 to shut down a separatist forum. </p>
<p>Dina Mehta says,</p>
<p>    The plot gets thicker and thicker as more bloggers are getting alerted to the fact that an increasing number of Indian ISP&#8217;s are banning blogspot and typepad blogs and geocities.com. Several detailed posts on this, with regular updates here: withinandwithout.com, Conversations with Dina, and Travel Tales from India.</p>
<p>    There&#8217;s a wiki here: Link. We&#8217;re treading with a little caution before we go whole-hog at the government. There is a possibility that it is a mistake &#8211; where a directive from the government on a few blogs might have been misrepresented by ISP&#8217;s here &#8211; who have blocked the entire sites. </p>
<p>Amit Varma says,</p>
<p>    Amit Agarwal has some tips on how Indian bloggers can circumvent the ban on Blogspot here: Link. More here: Link.</p>
<p>Update, 11AM PT: Shii says,</p>
<p>    An Indian political blog is reporting that the ban was initiated by the Indian intelligence service to stop terrorism: Link. According totheir source, the terrorists are using blogs to communicate. Not only is this useless (because the terrorists can simply use proxies), it&#8217;s akin to shutting off the country&#8217;s telephone service because terrorists talk to each other through phones.</p>
<p>Jim says,</p>
<p>    Indian Censorship can easily be bypassed when using TorPark. It&#8217;s a no-install version of Firefox that uses the Tor Network for communication. This should also work in China and other countries that filter the web. </p>
<p>And of course, this and many other censorship workarounds at BoingBoing&#8217;s &#8220;How to Defeat Censorware.&#8221;</p>
<p>Vijay says,</p>
<p>    I am not yet facing any of the blocking effects as reported by several Indian bloggers. I have noticed a certain pattern here. The blocking seems to be affecting city users while rural netizens have been spared of this curb for now. I have mentioned this in detail here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/dot-blocked-blogspotcomtypepadcomgeocitiescom-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Calendar Notifier 2.1 Released (Firefox Extension)</title>
		<link>http://www.webbyinfo.com/google-calendar-notifier-21-released-firefox-extension/</link>
		<comments>http://www.webbyinfo.com/google-calendar-notifier-21-released-firefox-extension/#comments</comments>
		<pubDate>Tue, 16 May 2006 01:55:12 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.panikulangara.com/blog/?p=4</guid>
		<description><![CDATA[I would like to thank everyone on Digg for a successful release of version 1.3 a few weeks back &#8211; I have taken all of your suggetions and bug reports into consideration for this current version. The best news of all: Multiple Calendar Support!]]></description>
			<content:encoded><![CDATA[<p>I would like to thank everyone on Digg for a successful release of version 1.3 a few weeks back &#8211; I have taken all of your suggetions and bug reports into consideration for this current version.  The best news of all:  Multiple Calendar Support!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/google-calendar-notifier-21-released-firefox-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to mounting Windows partitions under Kubuntu</title>
		<link>http://www.webbyinfo.com/guide-to-mounting-windows-partitions-under-kubuntu/</link>
		<comments>http://www.webbyinfo.com/guide-to-mounting-windows-partitions-under-kubuntu/#comments</comments>
		<pubDate>Tue, 16 May 2006 01:09:23 +0000</pubDate>
		<dc:creator>gladwing</dc:creator>
				<category><![CDATA[Missse Stuffs]]></category>

		<guid isPermaLink="false">http://www.panikulangara.com/blog/?p=6</guid>
		<description><![CDATA[A short guide with pictures on how to put windows partitions on your desktop.]]></description>
			<content:encoded><![CDATA[<p>A short guide with pictures on how to put windows partitions on your desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbyinfo.com/guide-to-mounting-windows-partitions-under-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
