<?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>Ramblings from MostlyChris</title>
	<atom:link href="http://blog.mostlychris.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:18:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking drive status HP</title>
		<link>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/</link>
		<comments>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 08:17:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[disk]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=651</guid>
		<description><![CDATA[Along with my megacli post, I need to remember how to check drives/RAID on an HP server so here it is.

hpacucli controller slot=1 ld all show

You'll need to replace the slot with the appropriate one for your configuration.
That should do it.
]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/03/checking-drive-status-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending a Copy of Email to Another Account with Qmail</title>
		<link>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/</link>
		<comments>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:50:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[mail copy]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=645</guid>
		<description><![CDATA[Suppose you would like to send a copy of an incoming email to another account while the email still goes to the original account.  You can do this by modifying the .qmail file of the original recipient and adding an entry that looks like the following:

&#38;user@domain.com

On a Plesk server, a full .qmail file with [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charset Test for PDO and sqlite</title>
		<link>http://blog.mostlychris.com/2010/03/638/</link>
		<comments>http://blog.mostlychris.com/2010/03/638/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 09:22:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=638</guid>
		<description><![CDATA[I ran into an issue in which I needed to test whether sqlite and the pdo plugin had support for UTF-8.  From the documentation, sqlite3 should be able to handle this and other charsets.  Further, the pdo should be charset agnostic.  The following script should return UTF-8 because of the 'pound' symbol [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/03/638/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Home Directories from /etc/passwd</title>
		<link>http://blog.mostlychris.com/2010/02/creating-home-directories-from-etcpasswd/</link>
		<comments>http://blog.mostlychris.com/2010/02/creating-home-directories-from-etcpasswd/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:07:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[home directory]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=631</guid>
		<description><![CDATA[I recently had to create a number of home directories from the user accounts in the /etc/passwd file because Webmin didn't create them when the user was created.  Don't ask me why.  Webmin is a mystery and only does things it feels like doing at the time it does them.  But I [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/02/creating-home-directories-from-etcpasswd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and dirty (simple) NFS setup in 8 steps</title>
		<link>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/</link>
		<comments>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 05:36:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[disk]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=617</guid>
		<description><![CDATA[Follow these simple steps to setup an NFS client/server.

First, some housekeeping for this example.
Server machine (server) = 192.168.1.1
Client machine (client) = 192.168.1.2
Exported directory /nfs/export

### The server steps ###
1.  Create an entry in /etc/exports with the exported directory and client IP.

/nfs/export 192.168.1.2&#40;rw&#41;

The (rw) sets the directory to be read and writeable.  There are other [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/12/quick-and-dirty-simple-nfs-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Mysql</title>
		<link>http://blog.mostlychris.com/2009/12/optimize-mysql/</link>
		<comments>http://blog.mostlychris.com/2009/12/optimize-mysql/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:12:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimize]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=611</guid>
		<description><![CDATA[The following command will optimize all databases in mysql (excpect those that don't support it due to their storage engine).

mysqlcheck -Aao

You can throw the
--auto-repair
flag in if you are brave.
]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/12/optimize-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Plesk TTL (Bulk edit)</title>
		<link>http://blog.mostlychris.com/2009/12/change-plesk-ttl-bulk-edit/</link>
		<comments>http://blog.mostlychris.com/2009/12/change-plesk-ttl-bulk-edit/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 07:59:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=608</guid>
		<description><![CDATA[If you need to change the TTLs on all domains in Plesk at once, you can massage the database with the following command:

mysql&#62; UPDATE `dns_zone` SET `ttl` = '300', `ttl_unit` = '60' WHERE `id` &#62;1;

Substitute the TTL values for what you need.  Since the flat files are still used by named to provide DNS [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/12/change-plesk-ttl-bulk-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 9.x Upgrades and Overuse Policy</title>
		<link>http://blog.mostlychris.com/2009/11/plesk-upgrades-overuse-policy/</link>
		<comments>http://blog.mostlychris.com/2009/11/plesk-upgrades-overuse-policy/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:48:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[domain_pref]]></category>
		<category><![CDATA[overuse]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=598</guid>
		<description><![CDATA[I had occassion to run across the following question recently:
"Plesk was just upgraded to version 9.2.x and all domains now have an overuse policy set to not allow overuse.  I can manually change this to allow overuse, but is there a way to do this through the database so I don't have to do [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/11/plesk-upgrades-overuse-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing Semaphores</title>
		<link>http://blog.mostlychris.com/2009/11/increasing-semaphores/</link>
		<comments>http://blog.mostlychris.com/2009/11/increasing-semaphores/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 08:05:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[semaphores]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=595</guid>
		<description><![CDATA[If you run into semaphore issues&#8230;.
First, determine the number of semaphores in use.

ipcs &#124; wc -l

Then determine the current settings in the kernel for the number of semaphores.

cat /proc/sys/kernel/sem

Look at the 4th field.  It shows the maximum number of shared memory segments for the entire system.  If your number of semaphores in use [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/11/increasing-semaphores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing APC</title>
		<link>http://blog.mostlychris.com/2009/11/installing-apc/</link>
		<comments>http://blog.mostlychris.com/2009/11/installing-apc/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 13:57:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[pecl]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=588</guid>
		<description><![CDATA[Follow these steps to install APC on a RHEL 5 server.
1.  Install php-devel for phpize (if not installed).

yum install php-devel

2.  Install the apache devel pkgs for apxs (if needed).

yum install httpd-devel

3.  Make /tmp executable.

mount -o remount,exec /tmp

4. Set the memory limit in /usr/share/pear/pearcmd.php to 16M.

vi /usr/share/pear/pearcmd.php
@ini_set&#40;'memory_limit', '16M'&#41;;

5.  Install apc.

pecl install apc

6. [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/11/installing-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
