<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>grypto</title>
	<link>http://grypto.com</link>
	<description>just another tech blog</description>
	<lastBuildDate>Fri, 03 Jul 2009 20:17:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Tuning MySQL Performance with a neat little perl script</title>
		<description><![CDATA[Searching randomly through Google for my next post topic, I came across a little MySQL Tuner perl script written by a RackSpace Senior Systems Engineer named Major Haden. Two things caught my eye.
1. It's always great to optimize things, especially MySQL.
2. Major is a seriously cool name.
Nothing about this script was lacking in coolness, so [...]]]></description>
		<link>http://grypto.com/2009/07/03/tuning-mysql-performance-with-a-neat-little-perl-script/</link>
			</item>
	<item>
		<title>10 Simple, Elegant, and Free Wordpress Themes</title>
		<description><![CDATA[1. stylized

2. curiouslygreen

3. standardissue

4. nonzero

5. emporium

6. splendid

7. unembellished

8. reference

9. shallowgrunge

10. plainoffice

]]></description>
		<link>http://grypto.com/2009/06/27/10-simple-elegant-and-free-wordpress-themes/</link>
			</item>
	<item>
		<title>FreeBSD 8.0 &#8211; Code Freeze &#8211; Whats cooking? Why FreeBSD? Why are you using linux?</title>
		<description><![CDATA[FreeBSD 8.0 – Code freeze [www.evilcoder.org]
In continued preparation to the FreeBSD 8.0 Release, the tree had been frozen by re@. This means that development had been slowed down a lot because everything needs to be reviewed by the Release Engineers first. This step will make sure that the system will get as stable as possible [...]]]></description>
		<link>http://grypto.com/2009/06/27/freebsd-8-0-code-freeze-whats-cooking-why-freebsd-why-are-you-using-linux/</link>
			</item>
	<item>
		<title>How to install Lighttpd, PHP 5, and MySQL 5.1 on FreeBSD 7.2</title>
		<description><![CDATA[Installing MySQL
Before we start, make sure your ports are updated.

portsnap fetch
portsnap update

Right. Now we're ready.

cd /usr/ports/databases/mysql51-server
make install clean

This might take a while. Do something productive.
When that finishes we'll install the database, and make sure user and group mysql is the owner of the database folder.

/usr/local/bin/mysql_install_db
chown -R mysql /var/db/mysql/
chgrp -R mysql /var/db/mysql/

Next, we'll set MySQL to [...]]]></description>
		<link>http://grypto.com/2009/06/27/how-to-install-lighttpd-php-5-and-mysql-5-1-on-freebsd-7-2/</link>
			</item>
	<item>
		<title>How to install MySQL 5.1 on FreeBSD 7.2</title>
		<description><![CDATA[I've had trouble in the past with installing MySQL on FreeBSD. This is the best method I've used that works.
Before we start, make sure your ports are updated.

portsnap fetch
portsnap update

Right. Now we're ready.

cd /usr/ports/databases/mysql51-server
make install clean

This might take a while. Do something productive.
When that finishes we'll install the database, and make sure user and group [...]]]></description>
		<link>http://grypto.com/2009/06/27/how-to-install-mysql-5-1-on-freebsd-7-2/</link>
			</item>
	<item>
		<title>Create a PHP web crawler or scraper in 5 minutes using php-CURL, and php-DOM</title>
		<description><![CDATA[This post is in response to the articles floating around the internet named, for the most part, "Create a PHP web crawler or scraper in 5 minutes." Here we use PHP DOM and some more complex methods to create "infinitely extendable web crawler in under 5 minutes." Actually it depends on how fast you can read [...]]]></description>
		<link>http://grypto.com/2009/06/26/create-a-php-web-crawler-or-scraper-in-5-minutes-using-php-curl-and-php-dom/</link>
			</item>
</channel>
</rss>
