<?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>Renowned Media &#187; Linux</title>
	<atom:link href="http://www.renownedmedia.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renownedmedia.com</link>
	<description>Web Development Company</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:08:52 +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 generate a Self Signed SSL Certificate for lighttpd</title>
		<link>http://www.renownedmedia.com/blog/how-to-generate-a-self-signed-ssl-certificate-for-lighttpd/</link>
		<comments>http://www.renownedmedia.com/blog/how-to-generate-a-self-signed-ssl-certificate-for-lighttpd/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 02:36:25 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1322</guid>
		<description><![CDATA[Follow this tutorial to setup your Linux lighttpd server with a self signed SSL certificate. The server we use in this example is Debian based, but it should work with most distro's.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/how-to-generate-a-self-signed-ssl-certificate-for-lighttpd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scheduling a daily Cron task in Debian to check external IP</title>
		<link>http://www.renownedmedia.com/blog/scheduling-a-daily-cron-task-in-debian-to-check-external-ip/</link>
		<comments>http://www.renownedmedia.com/blog/scheduling-a-daily-cron-task-in-debian-to-check-external-ip/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 17:29:49 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1189</guid>
		<description><![CDATA[Build a cron task in debian to check your public IP. Great for hosting local websites.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/scheduling-a-daily-cron-task-in-debian-to-check-external-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to copy an entire folder in Linux</title>
		<link>http://www.renownedmedia.com/blog/how-to-copy-an-entire-folder-in-linux/</link>
		<comments>http://www.renownedmedia.com/blog/how-to-copy-an-entire-folder-in-linux/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 23:48:33 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1157</guid>
		<description><![CDATA[The command for copying entire folders under Linux.]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/how-to-copy-an-entire-folder-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd configuration to redirect subdomains</title>
		<link>http://www.renownedmedia.com/blog/lighttpd-configuration-to-redirect-subdomains/</link>
		<comments>http://www.renownedmedia.com/blog/lighttpd-configuration-to-redirect-subdomains/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 16:00:00 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1109</guid>
		<description><![CDATA[For our NeoInvoice project, all requests to the server&#8217;s sub-domains are sent right to the main server. This means someone can go to www.neoinvoice.com, ex1.neoinvoice.com, etc. Search engines don&#8217;t like to see duplicate content on web servers, cookies being saved on one sub-domain aren&#8217;t accessible to another, there are all sorts of problems with this. [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/lighttpd-configuration-to-redirect-subdomains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2 Outperforming lighttpd 1.5</title>
		<link>http://www.renownedmedia.com/blog/apache2-outperforming-lighttpd-1-5/</link>
		<comments>http://www.renownedmedia.com/blog/apache2-outperforming-lighttpd-1-5/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 04:00:48 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1103</guid>
		<description><![CDATA[Here&#8217;s an output of top on my VPS running Ubuntu 10.04. The first output is while a server was running Apache2 (and lighttpd on a secondary port). The Apache2 instances were under heavy stress testing at the time, and their total CPU was 30.2%. In the second output, lighttpd had taken over as the main [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/apache2-outperforming-lighttpd-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing lighttpd on Ubuntu 10.04</title>
		<link>http://www.renownedmedia.com/blog/installing-lighttpd-on-ubuntu-10-04/</link>
		<comments>http://www.renownedmedia.com/blog/installing-lighttpd-on-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 00:49:56 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1085</guid>
		<description><![CDATA[On a VPS with 512 MB of RAM, installing a LAMP stack (Linux, Apache, MySQL, PHP) and the trimmings (eaccelerator @ 40MB, memcached @ 40MB) eats up a LOT of RAM (in my particular case, about 480 MB). In an attempt to bring the amount of RAM usage down, I was looking through the results [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/installing-lighttpd-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PECL :: ncurses on Ubuntu 10.04</title>
		<link>http://www.renownedmedia.com/blog/installing-pecl-ncurses-on-ubuntu-10-04/</link>
		<comments>http://www.renownedmedia.com/blog/installing-pecl-ncurses-on-ubuntu-10-04/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 02:14:56 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[PEAR / PECL Tutorials]]></category>
		<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PECL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=1013</guid>
		<description><![CDATA[I recently had the task of installing the PHP PECL extension ncurses on my Ubuntu 10.04 (Desktop) machine. PECL is a repository manager for PHP extensions. Ncurses is a tool for doing all sorts of awesome command line terminal stuff, such as colors, building windows, updating part of the screen instead of the entire screen, [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/installing-pecl-ncurses-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guide to installing ClipShare 4.1 on a Linux VPS</title>
		<link>http://www.renownedmedia.com/blog/guide-to-installing-clipshare-4-1-on-a-linux-vps/</link>
		<comments>http://www.renownedmedia.com/blog/guide-to-installing-clipshare-4-1-on-a-linux-vps/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 15:25:29 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=79</guid>
		<description><![CDATA[This guide is currently incomplete, and will likely stay incomplete since we didn&#8217;t keep notes and don&#8217;t plan on ever installing the application again. Hopefully these introductory steps will help. This is a technical guide detailing the steps a person has to go through to install ClipShare 4.1 on their web-server. Firstly, you&#8217;ll need a [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/guide-to-installing-clipshare-4-1-on-a-linux-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FFMPEG installation compile erors</title>
		<link>http://www.renownedmedia.com/blog/ffmpeg-installation-compile-erors/</link>
		<comments>http://www.renownedmedia.com/blog/ffmpeg-installation-compile-erors/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 14:28:13 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[Server/Apache/lighttpd Tutorials]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=76</guid>
		<description><![CDATA[We recently attempting to compile ffmpeg 0.5 on a web server, and had the following errors: In file included from libavdevice/v4l.c:32: /usr/include/linux/videodev.h:56: error: syntax error before "ulong" /usr/include/linux/videodev.h:72: error: syntax error before '}' token libavdevice/v4l.c: In function `grab_read_header': libavdevice/v4l.c:77: error: storage size of 'tuner' isn't known libavdevice/v4l.c:141: error: invalid application of `sizeof' to incomplete type [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/ffmpeg-installation-compile-erors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running an Exploit Against a Server</title>
		<link>http://www.renownedmedia.com/blog/running-an-exploit-against-a-server/</link>
		<comments>http://www.renownedmedia.com/blog/running-an-exploit-against-a-server/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:00:09 +0000</pubDate>
		<dc:creator>Thomas Hunter</dc:creator>
				<category><![CDATA[Security Articles]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.renownedmedia.com/?p=582</guid>
		<description><![CDATA[This paper was originally written by Thomas Hunter as an assignment for college. The objective was to hack into a supplied Linux server and gain root access. By typing the ip address of the server into a browser window, you are greeted with a default web server installation page. Reading some of the content reveals [...]]]></description>
		<wfw:commentRss>http://www.renownedmedia.com/blog/running-an-exploit-against-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

