<?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>HTMLgraphic Designs &#187; Linux</title>
	<atom:link href="http://www.htmlgraphic.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlgraphic.com</link>
	<description>In Development</description>
	<lastBuildDate>Fri, 12 Aug 2011 17:46:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Class &#8216;OAuthSignatureMethod_HMAC_SHA1&#8242; not found</title>
		<link>http://www.htmlgraphic.com/oauthsignaturemethod_hmac_sha1-not-found/</link>
		<comments>http://www.htmlgraphic.com/oauthsignaturemethod_hmac_sha1-not-found/#comments</comments>
		<pubDate>Fri, 13 May 2011 19:55:50 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[oAuth]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1539</guid>
		<description><![CDATA[If you’re getting an error to the tune of



It’s because you’re trying to use the PEAR OAuth library + abraham&#8217;s library at the same time or some other oAuth library. I suggest finding your php.ini and commenting out what<p>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/oauthsignaturemethod_hmac_sha1-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Creating a SSH key – using rSync and SSH</title>
		<link>http://www.htmlgraphic.com/creating-key-using-rsync-and-ssh/</link>
		<comments>http://www.htmlgraphic.com/creating-key-using-rsync-and-ssh/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 22:38:31 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[rSync]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1450</guid>
		<description><![CDATA[<p>I need to generate a private/public pair of keys to allow a &#8216;ssh&#8217; connection without asking for a password. This may sound dangerous, and it is, but it is better than storing a user password (or key password) as clear&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/creating-key-using-rsync-and-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Nagios &#8211; Check Host without Ping</title>
		<link>http://www.htmlgraphic.com/nagios-check-host-without-ping/</link>
		<comments>http://www.htmlgraphic.com/nagios-check-host-without-ping/#comments</comments>
		<pubDate>Sun, 30 May 2010 16:14:40 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=1181</guid>
		<description><![CDATA[<img src="/images/logos/nagios.png" alt="Nagios Ping Warning" align="right" /><p> There are many good reasons to disable ping on a server. Typically I disable ping (ICMP) on my servers and add a iptables entry to allow the nagios monitoring service complete access to&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/nagios-check-host-without-ping/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<price></price>	</item>
		<item>
		<title>How to Resize Partition without Data Loss &#8211; Part 1 of 3</title>
		<link>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss/</link>
		<comments>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss/#comments</comments>
		<pubDate>Tue, 11 May 2010 22:00:32 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[Redhat CentOS]]></category>
		<category><![CDATA[resize2fs]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=626</guid>
		<description><![CDATA[<p>This article is about resizing ext3 partitions without losing data.  It shows how to shrink and enlarge existing ext3 partitions and how to  merge two ext3 partitions. This can be quite useful if you do not use  LVM and you&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>How to Resize Partition without Data Loss &#8211; Part 2 of 3</title>
		<link>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss-part-2-of-3/</link>
		<comments>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss-part-2-of-3/#comments</comments>
		<pubDate>Tue, 11 May 2010 18:30:16 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[Redhat CentOS]]></category>
		<category><![CDATA[resize2fs]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=657</guid>
		<description><![CDATA[<h3>3 Enlarging An ext3 Partition</h3>
<p>In this example we have a /dev/sda1 partition with about 6GB of size, and right behind that partition we have about 4GB of unused space. We want to add those 4GB of unused spave to&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/how-to-resize-partition-without-data-loss-part-2-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>How to Resize Partitions without Data Loss &#8211; Part 3 of 3</title>
		<link>http://www.htmlgraphic.com/how-to-resize-partitions-without-data-loss-part-3-of-3/</link>
		<comments>http://www.htmlgraphic.com/how-to-resize-partitions-without-data-loss-part-3-of-3/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:43:05 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[Redhat CentOS]]></category>
		<category><![CDATA[resize2fs]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=660</guid>
		<description><![CDATA[<h3>4 Merge Two ext3 Partitions</h3>

<p>In this example I have my system partition /dev/sda1 again (about 6GB of size) which is followed directly by the partition /dev/sda3 (about 4GB of size) on the hard disk. /dev/sda3 is mounted to the&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/how-to-resize-partitions-without-data-loss-part-3-of-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Adding New Hard Drives in Linux</title>
		<link>http://www.htmlgraphic.com/adding-new-hard-drives-in-linux/</link>
		<comments>http://www.htmlgraphic.com/adding-new-hard-drives-in-linux/#comments</comments>
		<pubDate>Mon, 10 May 2010 16:50:09 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[mkfs]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=617</guid>
		<description><![CDATA[<h3><em>Adding New Drives</em></h3>
<p>There are many reasons why you would need to add a new drive to your  Linux box.  You might have out-grown your current space limitations, or  you may want to add a separate drive for a specific&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/adding-new-hard-drives-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Using Encryption</title>
		<link>http://www.htmlgraphic.com/using-encryption/</link>
		<comments>http://www.htmlgraphic.com/using-encryption/#comments</comments>
		<pubDate>Mon, 10 May 2010 16:46:04 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[e2fsck]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[mke2fs]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[TrueCrypt]]></category>
		<category><![CDATA[tune2fs]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=613</guid>
		<description><![CDATA[<p>I use encryption&#8230;.A lot.</p>

<p>I don’t really have a convenient way to use encryption for the  backups I use when I store them offsite at “<a href="http://www.bankofamerica.com/">The Vault</a>“, and my backups have  become too large now to fit conveniently on&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/using-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Truecrypt 6 on CentOS 5</title>
		<link>http://www.htmlgraphic.com/truecrypt-6-on-centos-5/</link>
		<comments>http://www.htmlgraphic.com/truecrypt-6-on-centos-5/#comments</comments>
		<pubDate>Mon, 10 May 2010 16:16:04 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=598</guid>
		<description><![CDATA[<p>Truecrypt  is available as a Red Hat/CentOS package on RPMForge, however I found  that it&#8217;s problematic and only supports FAT disks. I needed to use  Truecrypt to encrypt a USB drive that is going to store files larger  than 4GB&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/truecrypt-6-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Installing TrueCrypt 6.2a</title>
		<link>http://www.htmlgraphic.com/installing-truecrypt-6-3a/</link>
		<comments>http://www.htmlgraphic.com/installing-truecrypt-6-3a/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:52:05 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=583</guid>
		<description><![CDATA[Get ready for the epic battle of securing data.]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/installing-truecrypt-6-3a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>How-To: Install GD on CentOS</title>
		<link>http://www.htmlgraphic.com/how-to-install-gd-on-centos/</link>
		<comments>http://www.htmlgraphic.com/how-to-install-gd-on-centos/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:23:03 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Redhat CentOS]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.htmlgraphic.com/?p=411</guid>
		<description><![CDATA[<p>Installing the GD library is easy on CentOS thanks to yum.  Simply type:<p>



<p>After restarting httpd, everything should be ready with gd.</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/how-to-install-gd-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>How to configure Openfiler v2.3 iSCSI Storage with VMware ESXi v4</title>
		<link>http://www.htmlgraphic.com/how-to-configure-openfiler-v2-3-iscsi-storage-for-use-with-vmware-esxi-v4/</link>
		<comments>http://www.htmlgraphic.com/how-to-configure-openfiler-v2-3-iscsi-storage-for-use-with-vmware-esxi-v4/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:18:47 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[OpenFiler]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[volumes]]></category>

		<guid isPermaLink="false">http://www2.htmlgraphic.com/?p=282</guid>
		<description><![CDATA[<p><img title="VMware" src="/wp-content/uploads/2009/11/topic_vmware.gif" alt="VMware" width="180" height="110" align="left" /></p>

<p style="text-align: left;">Until recently I had been running my ESX VM’s on local raid disk. This is mostly due to not having enough time to get some shared storage up and running.</p>

<p>I however was determined to get something&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/how-to-configure-openfiler-v2-3-iscsi-storage-for-use-with-vmware-esxi-v4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Install Openfiler to boot off USB Flash Drive</title>
		<link>http://www.htmlgraphic.com/install-openfiler-to-a-usb-flash-drive/</link>
		<comments>http://www.htmlgraphic.com/install-openfiler-to-a-usb-flash-drive/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:14:21 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[iscsi]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[OpenFiler]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[volumes]]></category>

		<guid isPermaLink="false">http://www2.htmlgraphic.com/?p=286</guid>
		<description><![CDATA[<h2>Why? </h2>
<p>Installing OpenFiler on a USB stick allows you to seperate your NAS system and config from the data. You don’t have to waste a seperate disc for this purpose. Furthermore, a Flash memory is less sensitive for ‘crashes’&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/install-openfiler-to-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>Upgrading WordPress automatically &#8211; Permissions</title>
		<link>http://www.htmlgraphic.com/upgrading-wordpress-automatically-permissions/</link>
		<comments>http://www.htmlgraphic.com/upgrading-wordpress-automatically-permissions/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:01:47 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www2.htmlgraphic.com/?p=274</guid>
		<description><![CDATA[After doing some more research regarding installing plugins I came across a nice piece of code to allow plugins, updates and themes to be installed without giving the server credentials each time.]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/upgrading-wordpress-automatically-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
		<item>
		<title>MySQL Slave Failed to Open the Relay Log</title>
		<link>http://www.htmlgraphic.com/mysql-slave-failed-to-open-the-relay-log/</link>
		<comments>http://www.htmlgraphic.com/mysql-slave-failed-to-open-the-relay-log/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:25:21 +0000</pubDate>
		<dc:creator>Jason Gegere</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[slave]]></category>

		<guid isPermaLink="false">http://www2.htmlgraphic.com/?p=268</guid>
		<description><![CDATA[<p>This problem is a little tricky, there are possible fixes that MySQL website has stated. Sad to say, the one’s I read in the forum and site didn’t fix my problem. What I encountered was that the relay-bin from my&#8230;</p>]]></description>
		<wfw:commentRss>http://www.htmlgraphic.com/mysql-slave-failed-to-open-the-relay-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<price></price>	</item>
	</channel>
</rss>

