<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Developer Notes</title>
	<atom:link href="http://slackercentral.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://slackercentral.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 18 Nov 2009 18:27:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='slackercentral.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Developer Notes</title>
		<link>http://slackercentral.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://slackercentral.wordpress.com/osd.xml" title="Developer Notes" />
	<atom:link rel='hub' href='http://slackercentral.wordpress.com/?pushpress=hub'/>
		<item>
		<title>MySQL notes</title>
		<link>http://slackercentral.wordpress.com/2009/05/02/mysql-notes/</link>
		<comments>http://slackercentral.wordpress.com/2009/05/02/mysql-notes/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:29:09 +0000</pubDate>
		<dc:creator>slackercentral</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://slackercentral.wordpress.com/?p=31</guid>
		<description><![CDATA[Administrative tasks: start/stop/restart the server: /usr/local/etc/rc.d/mysql-server [start/stop/restart] Create user syntax: CREATE USER &#8216;user&#8217;@'host&#8217; IDENTIFIED BY &#8216;password&#8217;; FLUSH PRIVILEGES;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=31&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Administrative tasks:</p>
<p>start/stop/restart the server:</p>
<p style="padding-left:30px;">/usr/local/etc/rc.d/mysql-server [start/stop/restart]</p>
<p>Create user syntax:</p>
<p style="padding-left:30px;">CREATE USER &#8216;user&#8217;@'host&#8217; IDENTIFIED BY &#8216;password&#8217;;<br />
FLUSH PRIVILEGES;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slackercentral.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slackercentral.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slackercentral.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=31&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slackercentral.wordpress.com/2009/05/02/mysql-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49c7198cf02bceac8b90d5de623b49cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slackercentral</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL setup</title>
		<link>http://slackercentral.wordpress.com/2009/05/01/mysql-setup/</link>
		<comments>http://slackercentral.wordpress.com/2009/05/01/mysql-setup/#comments</comments>
		<pubDate>Fri, 01 May 2009 17:40:47 +0000</pubDate>
		<dc:creator>slackercentral</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://slackercentral.wordpress.com/?p=23</guid>
		<description><![CDATA[Random MySQL notes for personal reference.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=23&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quick install:</p>
<p>1) Install mysql via ports.</p>
<p style="padding-left:30px;">cd /usr/ports/databases/mysql51-server<br />
make install clean </p>
<p>2) Run the mysql install script:</p>
<p style="padding-left:30px;">/usr/local/bin/mysql_install_db</p>
<p>3) Give ownership of the mysql directory to user mysql:</p>
<p style="padding-left:30px;">chown -R mysql /var/db/mysql<br />
chgrp -R mysql /var/db/mysql </p>
<p>4) Set mysql server root password:</p>
<p style="padding-left:30px;">/usr/local/bin/mysqladmin -u root password PASSWORD</p>
<p> </p>
<p>Starting mysql server on system startup:</p>
<p>1) Edit /etc/rc.conf, adding:</p>
<p style="padding-left:30px;">mysql_enable=&#8221;YES&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slackercentral.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slackercentral.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slackercentral.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=23&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slackercentral.wordpress.com/2009/05/01/mysql-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49c7198cf02bceac8b90d5de623b49cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slackercentral</media:title>
		</media:content>
	</item>
		<item>
		<title>apache22 setup</title>
		<link>http://slackercentral.wordpress.com/2009/05/01/apache22-setup/</link>
		<comments>http://slackercentral.wordpress.com/2009/05/01/apache22-setup/#comments</comments>
		<pubDate>Fri, 01 May 2009 08:28:02 +0000</pubDate>
		<dc:creator>slackercentral</dc:creator>
				<category><![CDATA[Web Server Configuration]]></category>

		<guid isPermaLink="false">http://slackercentral.wordpress.com/?p=19</guid>
		<description><![CDATA[Server OS: FreeBSD 7.1 1) Install via ports by running &#8216;make install clean&#8217; in /usr/ports/www/apache22. 2) Modify the apache configuration file found at /usr/local/etc/apache22/httpd.conf. The primary fields of focus within the configuration file are ServerRoot ServerName ServerAdmin DocumentRoot 3) Start the webserver via the &#8216;apachectl&#8217; command. Check the manpages for more information. [warn] (2)No such [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=19&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Server OS: FreeBSD 7.1</p>
<p>1) Install via ports by running &#8216;make install clean&#8217; in <em>/usr/ports/www/apache22</em>.</p>
<p>2) Modify the apache configuration file found at <em>/usr/local/etc/apache22/httpd.conf</em>.</p>
<p>The primary fields of focus within the configuration file are</p>
<ul>
<li>ServerRoot</li>
<li>ServerName</li>
<li>ServerAdmin</li>
<li>DocumentRoot</li>
</ul>
<p>3) Start the webserver via the &#8216;apachectl&#8217; command. Check the manpages for more information.</p>
<p>[warn] (2)No such file or directory: Failed to enable the &#8216;httpready&#8217; Accept Filter</p>
<p>In the event that the above warning is received, add the following to <em>/boot/loader.conf</em> in order to override the defaults (located in <em>/boot/defaults/</em>):</p>
<p>accf_http_load=&#8221;YES&#8221;<br />
accf_dta_load=&#8221;YES&#8221;</p>
<p>4) To launch apache on system startup, modify <em>/etc/rc.conf</em> to include:</p>
<p>apache22_enable=&#8221;YES&#8221;</p>
<p>For older version of apache, include:</p>
<p>apache_enable=&#8221;YES&#8221;</p>
<p>5) Modify the default page, which can be found at <em>/usr/local/www/apache22/data/index.html</em>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/slackercentral.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/slackercentral.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/slackercentral.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=slackercentral.wordpress.com&amp;blog=7575349&amp;post=19&amp;subd=slackercentral&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://slackercentral.wordpress.com/2009/05/01/apache22-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/49c7198cf02bceac8b90d5de623b49cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">slackercentral</media:title>
		</media:content>
	</item>
	</channel>
</rss>
