<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Ajo's web site &#187; web development</title>
	<atom:link href="http://www.ajo.es/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajo.es</link>
	<description>technology, opensource, SEO, hardware, software, engineering,  web development, ...</description>
	<lastBuildDate>Thu, 05 Mar 2009 15:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.2" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>miguelangel@acuarios.es ()</managingEditor>
		<webMaster>miguelangel@acuarios.es</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>technology, hardware, SEO, software, web development, opensource</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>miguelangel@acuarios.es</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.ajo.es/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Ajo's web site</title>
			<link>http://www.ajo.es</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Access denied for user &#8216;debian-sys-maint&#8217;@&#039;localhost&#8217; (using password: YES)</title>
		<link>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html</link>
		<comments>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:19:38 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian mysql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=47</guid>
		<description><![CDATA[I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian:
Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)
That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored in /etc/mysql/debian.cnf
Using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I&#8217;ve found the following errors on debian:</p>
<p><strong>Access denied for user &#8216;debian-sys-maint&#8217;@'localhost&#8217; (using password: YES)</strong></p>
<p>That&#8217;s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user &#8220;debian-sys-maint&#8221; should be the same stored in /etc/mysql/debian.cnf</p>
<p>Using your root user ony mysql you can chage the password to make it match this way:</p>
<p>sh# mysql -u root -p</p>
<p>mysql&gt; <strong>GRANT ALL PRIVILEGES ON *.* TO &#8216;debian-sys-maint&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;&lt;&lt;&lt;password&gt;&gt;&gt;&#8217; WITH GRANT OPTION; </strong></p>
<p><strong> </strong><br />
Query OK, 0 rows affected (0.00 sec)</p>
<p class="akst_link"><a href="http://www.ajo.es/?p=47&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_47" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/access-denied-for-user-debian-sys-maintlocalhost-using-password-yes_47/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing cherokee 0.8.0 from subversion</title>
		<link>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html</link>
		<comments>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 22:05:26 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[cherokee]]></category>
		<category><![CDATA[cherokee 0.8]]></category>
		<category><![CDATA[cherokee 0.8.0]]></category>

		<guid isPermaLink="false">http://www.ajo.es/?p=46</guid>
		<description><![CDATA[
Cherokee 0.8.0 web server will hit the streets soon, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high).
Here are the steps to install cherokee on a clean debian 4.0:

# cd /usr/src
# apt-get update
# apt-get install make subversion automake autoconf gcc pcre-dev libssl-dev libtool [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.cherokee-project.com/static/indiankid.png" alt="" /><br />
<strong><a href="http://www.cherokee-project.com">Cherokee</a> 0.8.0</strong> <a href="http://www.cherokee-project.com">web server</a> will hit the streets<strong> soon</strong>, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high).</p>
<p>Here are the s<strong>teps to install cherokee on a clean debian 4.0</strong>:</p>
<p><code><br />
# cd /usr/src<br />
# apt-get update<br />
# apt-get install make subversion automake autoconf gcc pcre-dev libssl-dev libtool libpcre3-dev python<br />
# svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee-trunk<br />
# cd cherokee-trunk<br />
# ./autogen.sh --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www<br />
# make install<br />
</code></p>
<p>At this point you can run cherokee admin to setup your server: <a href="http://www.cherokee-project.com/doc/admin.html ">http://www.cherokee-project.com/doc/admin.html<br />
</a></p>
<p class="akst_link"><a href="http://www.ajo.es/?p=46&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_46" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/installing-cherokee-080-from-subversion_46/index.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tecnocracia blog started</title>
		<link>http://www.ajo.es/tecnocracia-blog-started_36/index.html</link>
		<comments>http://www.ajo.es/tecnocracia-blog-started_36/index.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 11:51:16 +0000</pubDate>
		<dc:creator>ajo</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog tecnología]]></category>
		<category><![CDATA[español]]></category>
		<category><![CDATA[tecnología]]></category>

		<guid isPermaLink="false">http://www.ajo.es/tecnocracia-blog-started_36/index.html</guid>
		<description><![CDATA[Recently we have started a new blog in spanish. It&#8217;s all about technology for spanish-talking people (tecnología en españa). It&#8217;s written by some friends and I, all of them enthusiastic about technology, web technologies, mobile technologies, and so on&#8230;

Share This
]]></description>
			<content:encoded><![CDATA[<p>Recently we have started a new blog in spanish. It&#8217;s all about technology for spanish-talking people (<a href="http://www.tecnocracia.es">tecnología en españa</a>). It&#8217;s written by some friends and I, all of them enthusiastic about technology, web technologies, mobile technologies, and so on&#8230;</p>
<p><a href="http://www.tecnocracia.es" title="Tecnología en españa"><img src="http://www.ajo.es/wp-content/uploads/2007/12/shot.png" alt="Tecnología en españa" /></a></p>
<p class="akst_link"><a href="http://www.ajo.es/?p=36&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_36" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.ajo.es/tecnocracia-blog-started_36/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
