<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>FreeBSDologist.com</title>
	<link>http://freebsdologist.com</link>
	<description>just testing WordPress 3</description>
	<lastBuildDate>Mon, 27 Jun 2011 08:19:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>lighttpd and WordPress</title>
		<description><![CDATA[By default, lighttpd will not support your WordPress installation and it won&#8217;t give you any information about why not. It&#8217;s a total pain but here&#8217;s how to get it up and running. lighttpd.conf Make sure &#8220;mod_fastcgi&#8221; is enabled in the server.modules section. Make sure you have the following lines: fastcgi.server = ( &#8220;.php&#8221; => (( [...]]]></description>
		<link>http://freebsdologist.com/2011/06/lighttpd-and-wordpress/</link>
			</item>
	<item>
		<title>MyISAM table corruption causes</title>
		<description><![CDATA[Even though the MyISAM table format is very reliable (all changes to a table made by an SQL statement are written before the statement returns), you can still get corrupted tables if any of the following events occur: * The mysqld process is killed in the middle of a write. * An unexpected computer shutdown [...]]]></description>
		<link>http://freebsdologist.com/2010/10/myisam-table-corruption-causes/</link>
			</item>
	<item>
		<title>Remembering OSI Layers</title>
		<description><![CDATA[All people seem to need data processing Application Presentation Session Transport Network Data link Physical]]></description>
		<link>http://freebsdologist.com/2010/06/remembering-osi-layers/</link>
			</item>
	<item>
		<title>Forgotten MySQL Root Password</title>
		<description><![CDATA[It happens to the best of us all the time. (Three times in a 24-hour period is my record&#8230;) On my Ubuntu VPSs, this is what I do when that happens: $-> /etc/init.d/mysql stop $-> mysqld_safe --skip-grant-tables &#038; $-> mysql -u root Use the &#8216;msyql&#8217; database to issue this query: UPDATE user set password=PASSWORD("ice_cream") where [...]]]></description>
		<link>http://freebsdologist.com/2010/06/forgotten-mysql-root-password/</link>
			</item>
	<item>
		<title>Is MySQL OK?</title>
		<description><![CDATA[There are always many ways to skin a cat but here&#8217;s a neat way to check on MySQL: root@aleida:/home/aleida# mysqladmin -p ping Enter password: mysqld is alive Kinda neat, no?]]></description>
		<link>http://freebsdologist.com/2010/06/is-mysql-ok/</link>
			</item>
</channel>
</rss>

