<?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>ThePinguin.net &#187; Debian</title>
	<atom:link href="http://www.thepinguin.net/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thepinguin.net</link>
	<description>pinguin, software, development, dev, projects, daily stuff, thepinguin, programming, c, java, the, c++, cpp, embedded, systems</description>
	<lastBuildDate>Fri, 23 Dec 2011 09:00:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>lm sensors into Cacti</title>
		<link>http://www.thepinguin.net/2009/07/lm-sensors-into-cacti/</link>
		<comments>http://www.thepinguin.net/2009/07/lm-sensors-into-cacti/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 22:36:26 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[lm_sensors]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[temp]]></category>
		<category><![CDATA[volt]]></category>

		<guid isPermaLink="false">http://www.thepinguin.net/?p=442</guid>
		<description><![CDATA[My server has lm sensors capabilities, and I&#8217;m running Cacti. So it would be nice if these two could be combined. Eric A. Hall has written an article about it, and given some xml config files to get it working.
If you are going to run it on your system I recommend an article about lm_sensors in [...]]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2009/07/lm-sensors-into-cacti/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netatalk served by Debian/ Ubuntu</title>
		<link>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/</link>
		<comments>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:22:09 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[appletalk]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[netatalk]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[unable]]></category>

		<guid isPermaLink="false">http://www.thepinguin.net/?p=435</guid>
		<description><![CDATA[File sharing between computers at my home use smb/ samba connection. I also have an Apple Macbook, so why use a protocol by Microsoft? Apple&#8217;s Finder supports afp (appletalk) file share protocol by default, curious about it i&#8217;ve installed Netatalk on my Debian 4.0 lenny server. You cannot get filesharing working by using the default [...]]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2009/07/netatalk-served-by-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating openssl certificate</title>
		<link>http://www.thepinguin.net/2008/04/updating-openssl-certificate/</link>
		<comments>http://www.thepinguin.net/2008/04/updating-openssl-certificate/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 10:10:18 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://pinguin.exploded.nl/?p=30</guid>
		<description><![CDATA[ My ssl certificate expired in Debian. So to create a new one use this command: openssl req$@ -new -x509 -days 3650 -nodes -out /etc/apache2/apache.pem (location of .pem) -keyout /etc/apache2/ssl/apache.pem (location of .pem)
Note the extra lang time to live.  Check out this helpful page.
Edit:I&#8217;ve got this fix from a former colleague of mine.
]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2008/04/updating-openssl-certificate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading Apache2 to 2.2</title>
		<link>http://www.thepinguin.net/2007/12/upgrading-apache2-to-22/</link>
		<comments>http://www.thepinguin.net/2007/12/upgrading-apache2-to-22/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 15:48:23 +0000</pubDate>
		<dc:creator>ThePinguin</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[virtualhost]]></category>
		<category><![CDATA[virtualnamehost]]></category>

		<guid isPermaLink="false">http://pinguin.exploded.nl/?p=11</guid>
		<description><![CDATA[
I work as a system administrator at a company in Amsterdam. Today, one of the webservers needed to be updated. The system, based on Debian 3.1, had not been updated for a while.
Using apt-get update/ upgrade the process was completed within a couple of minutes. Unfortunately some parts of Apache2 and the php library did [...]]]></description>
		<wfw:commentRss>http://www.thepinguin.net/2007/12/upgrading-apache2-to-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

