<?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>How To Do It Yourself &#187; GNU/Linux</title>
	<atom:link href="http://www.howtodoityourself.org/category/gnulinux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howtodoityourself.org</link>
	<description>The how to do it yourself way!</description>
	<lastBuildDate>Wed, 25 Jan 2012 17:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to pass RHCE/RHCT/RHCSA exam &#8211; part 5</title>
		<link>http://www.howtodoityourself.org/2012/01/18/how-to-pass-rhcerhctrhcsa-exam-part-5.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-pass-rhcerhctrhcsa-exam-part-5</link>
		<comments>http://www.howtodoityourself.org/2012/01/18/how-to-pass-rhcerhctrhcsa-exam-part-5.html#comments</comments>
		<pubDate>Wed, 18 Jan 2012 11:06:50 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[RHCE]]></category>
		<category><![CDATA[RHCSA]]></category>
		<category><![CDATA[RHCT]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=513</guid>
		<description><![CDATA[In this post I will cover the usage of a terminal-based text editor, such as vim or nano, to modify text files. NANO Nano is one of the basic text editors in GNU/Linux. It is available on most of the distributions by default because it&#8217;s easy to use and one of the best choices for [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2012/01/18/how-to-pass-rhcerhctrhcsa-exam-part-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Permanent Redirect (301 Redirect) NON WWW to WWW and viceversa on apache, nginx and lighttpd</title>
		<link>http://www.howtodoityourself.org/2011/11/17/how-to-permanent-redirect-301-redirect-non-www-to-www-and-viceversa-on-apache-nginx-and-lighttpd.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-permanent-redirect-301-redirect-non-www-to-www-and-viceversa-on-apache-nginx-and-lighttpd</link>
		<comments>http://www.howtodoityourself.org/2011/11/17/how-to-permanent-redirect-301-redirect-non-www-to-www-and-viceversa-on-apache-nginx-and-lighttpd.html#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:11:29 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache redirect]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[lighttpd redirect]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx redirect]]></category>
		<category><![CDATA[permanent redirect]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=565</guid>
		<description><![CDATA[Since I&#8217;ve met a lot of people having issues redirecting www to non-www, using 301 redirect to avoid duplicate content on google, I decided it would be a nice thing to post the best methods used for some of the most used http servers. 1. Apache Apache is one of the most used http servers, [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2011/11/17/how-to-permanent-redirect-301-redirect-non-www-to-www-and-viceversa-on-apache-nginx-and-lighttpd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install a PPTP Server</title>
		<link>http://www.howtodoityourself.org/2011/08/31/how-to-install-a-pptp-server.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-a-pptp-server</link>
		<comments>http://www.howtodoityourself.org/2011/08/31/how-to-install-a-pptp-server.html#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:05:46 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Point to Point Tunneling Protocol]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=547</guid>
		<description><![CDATA[A couple of days ago I had to install a Point-to-Point Tunneling Protocol (PPTP) Server on a Centos 5.6 distribution (was a favor for a friend). In this case it is used to create a simple Virtual Private Network (VPN) to tunnel all the traffic through the server&#8217;s internet connection. 1. Make sure that you [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2011/08/31/how-to-install-a-pptp-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy only specific files uploaded through FTP</title>
		<link>http://www.howtodoityourself.org/2011/08/11/how-to-copy-only-specific-files-uploaded-through-ftp.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-copy-only-specific-files-uploaded-through-ftp</link>
		<comments>http://www.howtodoityourself.org/2011/08/11/how-to-copy-only-specific-files-uploaded-through-ftp.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 15:54:35 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[counter strike]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=519</guid>
		<description><![CDATA[Today I&#8217;m going to show you a nice way to sync only specific files from user directories to a &#8220;fast speed download&#8221; server. Basically, all my users upload resources (maps, sounds, models, etc) for a Counter Strike 1.6 Server through FTP. The issue was the fact that all these files had to be copied to [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2011/08/11/how-to-copy-only-specific-files-uploaded-through-ftp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pass RHCE/RHCT exam! – part 4</title>
		<link>http://www.howtodoityourself.org/2011/08/01/how-to-pass-rhcerhct-exam-%e2%80%93-part-4.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-pass-rhcerhct-exam-%25e2%2580%2593-part-4</link>
		<comments>http://www.howtodoityourself.org/2011/08/01/how-to-pass-rhcerhct-exam-%e2%80%93-part-4.html#comments</comments>
		<pubDate>Mon, 01 Aug 2011 20:09:39 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[RHCE]]></category>
		<category><![CDATA[RHCSA]]></category>
		<category><![CDATA[RHCT]]></category>
		<category><![CDATA[AWK]]></category>
		<category><![CDATA[GREP]]></category>
		<category><![CDATA[SED]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=500</guid>
		<description><![CDATA[This post will be related to the use of grep, sed, and awk to process text streams and files. GREP Is a command searches a file for lines containing a match to the given strings and prints the matching lines. It is mainly used in the following combinations: Example: We want to see the line [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2011/08/01/how-to-pass-rhcerhct-exam-%e2%80%93-part-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pass RHCE/RHCT exam! – part 2</title>
		<link>http://www.howtodoityourself.org/2010/11/15/how-to-pass-rhcerhct-exam-%e2%80%93-part-2.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-pass-rhcerhct-exam-%25e2%2580%2593-part-2</link>
		<comments>http://www.howtodoityourself.org/2010/11/15/how-to-pass-rhcerhct-exam-%e2%80%93-part-2.html#comments</comments>
		<pubDate>Mon, 15 Nov 2010 19:10:20 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[RHCE]]></category>
		<category><![CDATA[RHCT]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=400</guid>
		<description><![CDATA[In order to proceed with this &#8220;how to&#8221; you will need a functional RedHat or RedHat based distribution. To do this, please follow How To Install Red Hat in 50 easy steps tutorial, or visit CentOS website for a free alternative to RedHat. Note: CentOS does not provide commercial support! &#8220;CentOS is an Enterprise-class Linux [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2010/11/15/how-to-pass-rhcerhct-exam-%e2%80%93-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Red Hat in 50 Easy Steps!</title>
		<link>http://www.howtodoityourself.org/2010/11/01/how-to-install-red-hat-in-50-easy-steps.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-red-hat-in-50-easy-steps</link>
		<comments>http://www.howtodoityourself.org/2010/11/01/how-to-install-red-hat-in-50-easy-steps.html#comments</comments>
		<pubDate>Mon, 01 Nov 2010 12:10:45 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[RHCE]]></category>
		<category><![CDATA[RHCT]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=268</guid>
		<description><![CDATA[The first thing you need to do is to visit RedHat Store and buy your licence. Once you have your installation CDs you may proceed with the installation. 1. Insert the 1st CD in the CD-ROM unit. Select as the first boot device the CD-ROM (see How To boot from CD). This is the first [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2010/11/01/how-to-install-red-hat-in-50-easy-steps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Ubuntu 9.04 in 20 Easy Steps</title>
		<link>http://www.howtodoityourself.org/2009/04/23/how-to-install-ubuntu-904.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-ubuntu-904</link>
		<comments>http://www.howtodoityourself.org/2009/04/23/how-to-install-ubuntu-904.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:08:22 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.howtodoityourself.org/?p=224</guid>
		<description><![CDATA[1. Go to Ubuntu official website, download the disk image and burn it on a cd. Insert the CD in your CD-ROM device and choose to boot from cd. This is the first screen you will see: 2. After choosing your language, wait for the system to load. 3.  This may take a while, since [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2009/04/23/how-to-install-ubuntu-904.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNU/Linux Introduction</title>
		<link>http://www.howtodoityourself.org/2008/07/27/gnulinux-introduction.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnulinux-introduction</link>
		<comments>http://www.howtodoityourself.org/2008/07/27/gnulinux-introduction.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:12:29 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://www.huza.ro/?p=12</guid>
		<description><![CDATA[Many people these days, try to migrate from a non-free Operating System (OS) (like Windows/MAC OS) to a free solution, a free OS like GNU/Linux. Yes, it&#8217;s called GNU/Linux not simply Linux acording to the GNU Project. In the middle of the 80&#8242;s GNU Project was created to develop a free UNIX-like OS (The GNU [...]]]></description>
		<wfw:commentRss>http://www.howtodoityourself.org/2008/07/27/gnulinux-introduction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 9/17 queries in 0.011 seconds using memcached
Content Delivery Network via Amazon Web Services: CloudFront: static01.howtodoityourself.org

Served from: www.howtodoityourself.org @ 2012-02-06 11:47:31 -->
