<?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>linux installation notes</title>
	<atom:link href="http://richardbrockie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardbrockie.wordpress.com</link>
	<description>rmb what nto to do when installing linux on a cheap box to make a wordpress server</description>
	<lastBuildDate>Thu, 02 Jul 2009 23:20:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='richardbrockie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>linux installation notes</title>
		<link>http://richardbrockie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://richardbrockie.wordpress.com/osd.xml" title="linux installation notes" />
	<atom:link rel='hub' href='http://richardbrockie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>with lamp server</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/with-lamp-server/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/with-lamp-server/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:10:35 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=16</guid>
		<description><![CDATA[installed phpmyadmin, added this line to /etc/apache2/httpd.conf: # The phpmyadmin config: Include /etc/phpmyadmin/apache.conf this adds the phpmyadmin alias to the apache installation. restart apache with: /etc/init.d/apache2 restart also installed proftpd using apt-get. used the standalone installation. out of the box, things seemed to work ok. users log straight into their /home/user folders! one way to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=16&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>installed phpmyadmin,</p>
<p>added this line to /etc/apache2/httpd.conf:</p>
<blockquote><p># The phpmyadmin config:<br />
Include /etc/phpmyadmin/apache.conf</p></blockquote>
<p>this adds the phpmyadmin alias to the apache installation. restart apache with:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<p>also installed proftpd using apt-get. used the standalone installation.</p>
<p>out of the box, things seemed to work ok. users log straight into their /home/user folders!</p>
<p>one way to get things almost working is to use ln -s to create a link in a user&#8217;s home to the folder in /var/www where the wordpress installation of interest is located. This way, the ftp of wordpress works properly, and things look like they are served ok through apache.</p>
<p>The only problem remains that permalinks are not working correctly as mod_rewrite doesn&#8217;t appear to be installed with the lamp installation I am using.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=16&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/with-lamp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>ok, so now what?</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/ok-so-now-what/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/ok-so-now-what/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:33:44 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=12</guid>
		<description><![CDATA[there is a LAMP installation that can be accessed through ubuntu. From a comment here: why do you need to install xamp or wamp in linux? its very simple to setup a complete webserver in ubuntu . With 2 simple commands you can get a perfect lamp setup. Step 1: sudo apt-get install tasksel Note [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=12&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>there is a LAMP installation that can be accessed through ubuntu. From a comment <a href="http://ubuntuforums.org/showthread.php?t=223410&amp;page=27">here</a>:</p>
<blockquote><p>why do you need to install xamp or wamp in linux? its very simple to setup a complete webserver in ubuntu . With 2 simple commands you can get a perfect lamp setup.</p>
<p>Step 1: sudo apt-get install tasksel<br />
Note : tasksel is already installed in all versions of ubuntu 7.04 and later so far as i remember but you can check it&#8230;.</p>
<p>Step 2: sudo tasksel install lamp-server</p>
<p>Your root directory is /var/www</p>
<p>The server is started by default whenever you boot your computer but if you wish to enable or disable then you can type the following commands</p>
<p>sudo /etc/init.d/apache2 start<br />
sudo /etc/init.d/apache2 stop<br />
sudo /etc/init.d/apache2 reload</p></blockquote>
<p>But this is also incomplete for my purposes. No myphpadmin, not ftp server, and perhaps most annoying, apache by this method appears not to come with mod_rewrite!</p>
<p>let&#8217;s keep going&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=12&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/ok-so-now-what/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>xampp &#8211; nice, but&#8230;</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/xampp-nice-but/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/xampp-nice-but/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:29:27 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Pitfalls]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=9</guid>
		<description><![CDATA[xampp looks really nice, it does everything that I want, but one thing&#8230; the installion I tried broke the wordpress API calls which makes it hard to install new themes and plugins through the console&#8230; so, I had to change tack&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=9&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>xampp looks really nice, it does everything that I want, but one thing&#8230;</p>
<p>the installion I tried broke the wordpress API calls which makes it hard to install new themes and plugins through the console&#8230;</p>
<p>so, I had to change tack&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=9&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/xampp-nice-but/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>starting points</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/starting-points/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/starting-points/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 21:18:11 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=4</guid>
		<description><![CDATA[ubuntu: I am playing with the desktop installation: 9.04 Then some starting points: Someone&#8217;s blog post: lamp installation on ubuntu which then goes on to: wordpress another way to do it: xampp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=4&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ubuntu: I am playing with the desktop installation: <a href="http://www.ubuntu.com/">9.04</a></p>
<p>Then some starting points:</p>
<p>Someone&#8217;s blog post: <a href="http://www.supriyadisw.net/2006/12/lamp-installation-on-ubuntu">lamp installation on ubuntu</a></p>
<p>which then goes on to: <a href="http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp">wordpress</a></p>
<p>another way to do it: <a href="http://www.apachefriends.org/en/xampp.html">xampp</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=4&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/starting-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>A real installation???</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/a-real-installation/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/a-real-installation/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:10:30 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=28</guid>
		<description><![CDATA[ok, starting from approximately scratch, but with some of the user stuff already taken care of (adding a user, adding some group membership, etc)&#8230; There will be more to come, but this could be the beginnings of a script&#8230; $ tasksel install lamp-server (specify a root password for mysql). $ a2enmod rewrite $ /etc/init.d/apache2 restart [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=28&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ok, starting from approximately scratch, but with some of the user stuff already taken care of (adding a user, adding some group membership, etc)&#8230;</p>
<p>There will be more to come, but this could be the beginnings of a script&#8230;</p>
<blockquote><p>$ tasksel install lamp-server</p></blockquote>
<p>(specify a root password for mysql).</p>
<blockquote><p>$ a2enmod rewrite</p>
<p>$ /etc/init.d/apache2 restart</p></blockquote>
<blockquote><p>$ apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin</p></blockquote>
<p>uncomment line &#8220;;extension=msql.so&#8221; in /etc/php5/apache2/php.ini</p>
<p>add the line &#8220;Include /etc/phpmyadmin/apache.conf&#8221; in /etc/apache2/httpd.conf</p>
<blockquote><p>$ /etc/init.d/apache2 restart</p></blockquote>
<p>And that is the end of most of the supporting packages&#8230;</p>
<blockquote><p>$ apt-get install proftpd</p></blockquote>
<p>Standalone package!</p>
<p>Query to self: ??? Be careful to go to the server&#8217;s ip address when configuring wordpress &#8211; but you know what, I can change the entries in the database table if I change the IP address!!! <a href="http://biven.org/writing/2008/migrating-wordpress-to-a-different-domain-or-server/">See here!</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=28&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/a-real-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>testing my memory</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/testing-my-memory/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/testing-my-memory/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:52:44 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Pitfalls]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=14</guid>
		<description><![CDATA[do i recall correctly that mod_rewrite worked with xampp and the non lamp installation method? let&#8217;s test that out&#8230; ok, on xampp, the permalinks work straight out of the box! Now, a quick phpinfo query to see if the mod_rewrite thing is listed&#8230; yes it is!!! OK. uninstalling xampp and onto the apt-get installation&#8230; And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=14&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>do i recall correctly that mod_rewrite worked with xampp and the non lamp installation method?</p>
<p>let&#8217;s test that out&#8230;</p>
<p>ok, on xampp, the permalinks work straight out of the box!</p>
<p>Now, a quick phpinfo query to see if the mod_rewrite thing is listed&#8230; yes it is!!!</p>
<p>OK. uninstalling xampp and onto the apt-get installation&#8230;</p>
<p>And the apt-get installation does not have mod_rewrite enables by default, but a simple call of:</p>
<blockquote><p>a2enmod rewrite</p></blockquote>
<p>did the trick followed by a restart of apache:</p>
<blockquote><p>/etc/init.d/apache2 restart</p></blockquote>
<blockquote></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=14&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/testing-my-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>test.php</title>
		<link>http://richardbrockie.wordpress.com/2009/07/02/test-php/</link>
		<comments>http://richardbrockie.wordpress.com/2009/07/02/test-php/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:40:33 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://richardbrockie.wordpress.com/?p=25</guid>
		<description><![CDATA[&#60;?php if( function_exists( &#8216;fsockopen&#8217; ) ) { if( ( $sock = fsockopen( &#8216;freewebspace.net&#8217;, 80, $errno, $errstr ) ) ) { printf( &#8220;Your client is stupid, fsockopen is available and works&#60;Br /&#62;\n &#8221; ); } else printf( &#8220;Cannot use file descriptor on socket: #%d: %s&#60;br/&#62;\n&#8221;, $errno, $errstr ); } else printf( &#8220;No fsockopen, please post php.ini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=25&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>&lt;?php<br />
if( function_exists( &#8216;fsockopen&#8217; ) )<br />
{<br />
if( ( $sock = fsockopen( &#8216;freewebspace.net&#8217;, 80, $errno, $errstr ) ) )<br />
{<br />
printf( &#8220;Your client is stupid, fsockopen is available and works&lt;Br /&gt;\n<br />
&#8221; );<br />
}<br />
else printf( &#8220;Cannot use file descriptor on socket: #%d: %s&lt;br/&gt;\n&#8221;, $errno,<br />
$errstr );<br />
}<br />
else printf( &#8220;No fsockopen, please post php.ini on fws for joe to look at&lt;br /&gt;\<br />
n&#8221; );<br />
?&gt;</p>
<p>&lt;?php phpinfo(); ?&gt;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=25&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/07/02/test-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
		<item>
		<title>lunix installation notes</title>
		<link>http://richardbrockie.wordpress.com/2009/06/18/hello-world/</link>
		<comments>http://richardbrockie.wordpress.com/2009/06/18/hello-world/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:23:34 +0000</pubDate>
		<dc:creator>Sunday Afternoon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ok, this is for notes from my attempts to install linux on a machine for kristi and get wordpress functioning correctly. I&#8217;m working already in a browser and I will almost certainly have internet, so why not put my notes online?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=1&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ok, this is for notes from my attempts to install linux on a machine for kristi and get wordpress functioning correctly. I&#8217;m working already in a browser and I will almost certainly have internet, so why not put my notes online?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/richardbrockie.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/richardbrockie.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/richardbrockie.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbrockie.wordpress.com&amp;blog=8230566&amp;post=1&amp;subd=richardbrockie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://richardbrockie.wordpress.com/2009/06/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f95a9cb571839aabc971af9d771b2404?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Sunday Afternoon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
