<?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>Network Solution &#187; OS</title>
	<atom:link href="http://thegioinguonmo.com/index.php/category/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegioinguonmo.com</link>
	<description>Network Solution</description>
	<lastBuildDate>Wed, 25 Aug 2010 01:57:01 +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>Random &#8220;forbidden&#8221; error with websites</title>
		<link>http://thegioinguonmo.com/index.php/2010/08/random-forbidden-error-with-websites/</link>
		<comments>http://thegioinguonmo.com/index.php/2010/08/random-forbidden-error-with-websites/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:55:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Hosting Controller]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=219</guid>
		<description><![CDATA[Question: Successful installation on a ppc platform (an Apple iMac 400 with 128Mb ram) following the &#8216;ISP-Server Setup &#8211; Ubuntu 5.10 &#34;Breezy Badger&#34;&#8217;. Only have a little problem at every boot with quota: quotaon: using //quota.group on /dev/hda3 [/]: Function not implemented quotaon: using //quota.user on /dev/hda3 [/]: Function not implemented If it is a [...]]]></description>
		<wfw:commentRss>http://thegioinguonmo.com/index.php/2010/08/random-forbidden-error-with-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step By Step: Install WordPress Multiuser (WPMU) On FreeBSD 7</title>
		<link>http://thegioinguonmo.com/index.php/2010/07/step-by-step-install-wordpress-multiuser-wpmu-on-freebsd-7/</link>
		<comments>http://thegioinguonmo.com/index.php/2010/07/step-by-step-install-wordpress-multiuser-wpmu-on-freebsd-7/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:24:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=182</guid>
		<description><![CDATA[WordPress is one of my favourite blog engines because it&#8217;s easy and supports many plugins. WordPress also available in multi-user mode which means a single WordPress installation will cover many users with their own subdomain. This howto will show the steps taken to install WordPress wpmu on a server running FreeBSD 7 stable. 1. Download [...]]]></description>
		<wfw:commentRss>http://thegioinguonmo.com/index.php/2010/07/step-by-step-install-wordpress-multiuser-wpmu-on-freebsd-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Management for BIND</title>
		<link>http://thegioinguonmo.com/index.php/2010/01/simple-management-for-bind/</link>
		<comments>http://thegioinguonmo.com/index.php/2010/01/simple-management-for-bind/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[smbind]]></category>

		<guid isPermaLink="false">http://tuvanot.com.vn/?p=134</guid>
		<description><![CDATA[&#160; Smbind is a PHP-based software tool for managing DNS zones for BIND via the web interface. This supports the per-user administration of zones, error checking, and a PEAR DB database backend. &#160; 1. INSTALLATION Please download the smbind tar file from the download section using wget. # wget http://jaist.dl.sourceforge.net/sourceforge/smbind/smbind-0.4.7.tar.gz # tar -zxvf smbind-0.4.7.tar.gz # [...]]]></description>
		<wfw:commentRss>http://thegioinguonmo.com/index.php/2010/01/simple-management-for-bind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN Server On CentOS 5.2</title>
		<link>http://thegioinguonmo.com/index.php/2010/01/openvpn-server-on-centos-5-2/</link>
		<comments>http://thegioinguonmo.com/index.php/2010/01/openvpn-server-on-centos-5-2/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:13:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://tuvanot.com.vn/?p=57</guid>
		<description><![CDATA[So your users need access to Exchange and data from outside your organisation. Sure you can set up RPC over HTTPS and various other tools to access the data. I just find OpenVPN very good, convenient and reliable. And after battling to find a good simple HOWTO, I put this together. It&#8217;s a quick and [...]]]></description>
		<wfw:commentRss>http://thegioinguonmo.com/index.php/2010/01/openvpn-server-on-centos-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy one file to multiple directories</title>
		<link>http://thegioinguonmo.com/index.php/2010/01/copy-one-file-to-multiple-directories/</link>
		<comments>http://thegioinguonmo.com/index.php/2010/01/copy-one-file-to-multiple-directories/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 07:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tuvanot.com.vn/?p=42</guid>
		<description><![CDATA[Question: I need to be able to copy one file to multiple directories, the only problem is the multiple directories have item that is unknown. So I have a file that is located in c:\folder1\somefile.txt I want to copy this file to the users home directories: \\server\homes\user1\folder1\ \\server\homes\user2\folder1\ \\server\homes\userA\folder1\ \\server\homes\userX\folder1\ \\server\homes\user5\folder1\ ….. Everything is the [...]]]></description>
		<wfw:commentRss>http://thegioinguonmo.com/index.php/2010/01/copy-one-file-to-multiple-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
