<?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>ServerSignature Linux Community Support Blog Page &#187; Tips</title>
	<atom:link href="http://support.serversignature.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sat, 30 Jul 2011 10:43:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mounting an NTFS filesystem</title>
		<link>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/</link>
		<comments>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:34:34 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[Mounting]]></category>
		<category><![CDATA[NTFS]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=159</guid>
		<description><![CDATA[Mounting an NTFS filesystem Suppose your ntfs filesystem is /dev/sda1 and you are going to mount it on /mymnt/win, do the following. First, create a mount point. mkdir /mymnt/win Next, edit /etc/fstab as follows. To mount read-only: /dev/sda1 /mymnt/win ntfs-3g ro,umask=0222,defaults 0 0 To mount read-write: /dev/sda1 /mymnt/win ntfs-3g rw,umask=0000,defaults 0 0 You can now [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/tips/mounting-an-ntfs-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing MTU</title>
		<link>http://support.serversignature.com/tips/changing-mtu/</link>
		<comments>http://support.serversignature.com/tips/changing-mtu/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:51:09 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[MTU]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=42</guid>
		<description><![CDATA[Changing MTU $ sudo ifconfig ppp0 mtu 1492 In computer networking, the maximum transmission unit (MTU) of a layer of a communications protocol is the size (in bytes) of the largest protocol data unit that it can pass onwards. MTU parameters usually appear in association with a communications interface (NIC, serial port, etc.). The MTU [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/tips/changing-mtu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

