<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>damonparker.org</title>
	<link>http://damonparker.org/blog</link>
	<description>mental spew</description>
	<lastBuildDate>Thu, 25 Feb 2010 23:37:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Enable Sendmail for PHP mail() in OSX</title>
		<description><![CDATA[Since this didn&#8217;t dawn on me for thirty minutes while I pursued other avenues&#8230;
In /etc/hostconfig add/edit a line like:
MAILSERVER=-YES-
Note to self: Look for more OSX server administration clients.  
]]></description>
		<link>http://damonparker.org/blog/2010/02/25/enable-sendmail-for-php-mail-in-osx/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enable-sendmail-for-php-mail-in-osx</link>
			</item>
	<item>
		<title>Apache Log Grepping</title>
		<description><![CDATA[Nothing beats a full stats package, but with a little grepping and a logfile and we can figure out some quick statistics.
Get only hits coming from Google.com/search:
grep 'google.com/search' access_log &#124; head -1
Extract only the referrer field:
grep 'google.com/search' access_log &#124; head -1 &#124; awk '{print $11}'
Get the search terms only:
grep 'google.com/search' access_log &#124; \
&#160; head -1 [...]]]></description>
		<link>http://damonparker.org/blog/2009/09/14/apache-log-grepping/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apache-log-grepping</link>
			</item>
	<item>
		<title>Find setuid root Files</title>
		<description><![CDATA[Find all setuid / setgid files owned by root:
find / -user root -type f \&#40; -perm -4000 -o -perm -2000 \&#41; -exec ls -ld '{}' \;
Find all setuid / setgid files owned by any user:
find / -type f \&#40; -perm -4000 -o -perm -2000 \&#41; -exec ls -ld '{}' \;
]]></description>
		<link>http://damonparker.org/blog/2009/09/10/find-setuid-root-files/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=find-setuid-root-files</link>
			</item>
	<item>
		<title>Debugging HTTP Headers with cURL</title>
		<description><![CDATA[curl -I http://damonparker.org
More info on cURL
]]></description>
		<link>http://damonparker.org/blog/2009/08/31/debugging-http-headers-with-curl/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=debugging-http-headers-with-curl</link>
			</item>
	<item>
		<title>Back</title>
		<description><![CDATA[After nearly two years with not much to say, I decided to pick up the blog again.  It was a long and winding journey, this time in between.  Maybe more on that later.
I should be updating the pages of the blog with current info about myself and my projects over the next few [...]]]></description>
		<link>http://damonparker.org/blog/2009/08/29/back/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=back</link>
			</item>
	<item>
		<title>DNS, Lookupd and OS X</title>
		<description><![CDATA[Pre-Leopard the command to force OS X to flush and reload it&#8217;s DNS cache was:
sudo lookupd -flushcache
In Leopard, lookupd no longer exists.  Instead force a DNS cache refresh with:
sudo dscacheutil -flushcache
]]></description>
		<link>http://damonparker.org/blog/2007/11/15/dns-lookupd-and-os-x/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dns-lookupd-and-os-x</link>
			</item>
	<item>
		<title>OSX Scrollbars Top and Bottom</title>
		<description><![CDATA[In Terminal:
defaults write &#34;Apple Global Domain&#34; AppleScrollBarVariant DoubleBoth
]]></description>
		<link>http://damonparker.org/blog/2007/11/05/osx-scrollbars-top-and-bottom/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=osx-scrollbars-top-and-bottom</link>
			</item>
	<item>
		<title>MailAnnounce Applescript Source</title>
		<description><![CDATA[I have received several requests for the source of my MailAnnounce script that is able to speak the subject of mails using Mail.app and Applescript.
Source for version 1 of the script is now available.
]]></description>
		<link>http://damonparker.org/blog/2007/10/09/mailannounce-applescript-source/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mailannounce-applescript-source</link>
			</item>
	<item>
		<title>rpmdb: unable to join the environment</title>
		<description><![CDATA[This weekend I was contacted by a client regarding a server that had run out of room on the main hard drive.  Among the things that were corrupted by the drive filling up was the RPM database.
When trying to query of upgrade any package, the error message
rpmdb: unable to join the environment
error: db4 error&#40;11&#41; [...]]]></description>
		<link>http://damonparker.org/blog/2007/09/10/rpmdb-unable-to-join-the-environment/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rpmdb-unable-to-join-the-environment</link>
			</item>
	<item>
		<title>Blattodephobia</title>
		<description><![CDATA[n. The fear of cockroaches
]]></description>
		<link>http://damonparker.org/blog/2007/09/10/blattodephobia/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=blattodephobia</link>
			</item>
</channel>
</rss>
