<?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/"
	>

<channel>
	<title>ae.hugeobject.com &#187; General</title>
	<atom:link href="http://ae.hugeobject.com/archive/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://ae.hugeobject.com</link>
	<description>Just another ae weblog</description>
	<lastBuildDate>Wed, 03 Feb 2010 13:59:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CoolUri plugin for typo3</title>
		<link>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/</link>
		<comments>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 22:56:16 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/</guid>
		<description><![CDATA[This is perhaps more of a convenient place for me to store install instructions than anything&#8230; BUT:
Installing CoolUri in Typo3 on linux / apache2 / php5

Based on: http://docs.google.com/View?docid=dd33gg45_3f8j96p
Steps :
Check if the weberver has the following settings:
PHP5+ with SimpleXML enabled
MySQL 4.1+
Apache&#8217;s mod_rewrite enabled
Go into the extension manager
Choose menu option &#8216;Import extensions&#8217;
Upload extension file: cooluri_1.0.4.t3x
Found here ( [...]]]></description>
			<content:encoded><![CDATA[<p>This is perhaps more of a convenient place for me to store install instructions than anything&#8230; BUT:</p>
<p><strong>Installing <a href="http://typo3.org/extensions/repository/view/cooluri/">CoolUri</a> in <a href="http://typo3.org/">Typo3</a> on linux / apache2 / php5</strong></p>
<p><span id="more-46"></span><br />
Based on: <a href="http://docs.google.com/View?docid=dd33gg45_3f8j96p">http://docs.google.com/View?docid=dd33gg45_3f8j96p</a></p>
<p><strong>Steps :</strong></p>
<p><strong>Check if the weberver has the following settings:</strong><br />
PHP5+ with SimpleXML enabled<br />
MySQL 4.1+<br />
Apache&#8217;s mod_rewrite enabled</p>
<p><strong>Go into the extension manager</strong><br />
Choose menu option &#8216;Import extensions&#8217;<br />
Upload extension file: cooluri_1.0.4.t3x<br />
Found here ( http://typo3.org/extensions/repository/view/cooluri/ )</p>
<p>Once imported, install it and accept its defaults (altering tables etc.)</p>
<p><strong>Add a htaccess:</strong><br />
(check that it covers all folders in the root directory)</p>
<p><code># Enable URL rewriting<br />
RewriteEngine On<br />
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|css|calculator|fileadmin|uploads|showpic\.php)/ - [L]<br />
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|css|calculator|fileadmin|uploads|showpic\.php)/.*$ - [L]<br />
RewriteRule ^typo3$ typo3/index_re.php [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_FILENAME} !-l</p>
<p># Main URL rewriting.<br />
RewriteRule .* index.php [L]</code></p>
<p><strong>Copy across the CoolUriConf xml file:</strong><br />
<code>cp typo3conf/ext/cooluri/cooluri/CoolUriConf.xml_default typo3conf/CoolUriConf.xml</code></p>
<p><strong>Add a domain record</strong><br />
- Go to the homepage, -> NEW -> DOMAIN  (add the domain name in)</p>
<p><strong>Add the following to the main template setup::</strong></p>
<p><code># Cooluri<br />
config.simulateStaticDocuments = 0<br />
config.baseURL = http://mtaa.supernaut/<br />
config.tx_cooluri_enable = 1<br />
config.redirectOldLinksToNew = 1</code></p>
<p><strong>Go to the backend and select the &#8216;CoolUri&#8217; menu item</strong><br />
Click &#8216;Delete/Update all&#8217; -> DELETE EVERYTHING AND START AGAIN<br />
<strong><br />
Clear cache</p>
<p>Try.</strong></p>
<p><strong>For CATMENU see note from <a href="http://www.bednarik.org/">Jan:</a></strong></p>
<blockquote><p>try to remove the part which removes cHash parameter from URLs. Since<br />
tt_news are cached, they either require cHash or you&#8217;d need to make them<br />
COA_INT.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/cooluri-plugin-for-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2ctl and apache2 virtual host blah blah</title>
		<link>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/</link>
		<comments>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 23:47:14 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/</guid>
		<description><![CDATA[Gary pointed me to apache2ctl the other day and now I cant live with out it.
Useful things:
apache2ctl &#8211; t  (check the syntax of virtual host files BEFORE reloading and breaking apache)
apache2ctl &#8211; M (show all the loaded modules &#8211; ie. check if rewrite is enabled and working)
apache2ctl &#8211; E (log startup errors to file)
apache2ctl [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stroppytux.net/">Gary</a> pointed me to <a href="http://www.stroppytux.net/man/?command=apache2ctl">apache2ctl</a> the other day and now I cant live with out it.</p>
<p><strong>Useful things:</strong></p>
<p><strong>apache2ctl &#8211; t</strong>  (check the syntax of virtual host files BEFORE reloading and breaking apache)</p>
<p><strong>apache2ctl &#8211; M </strong>(show all the loaded modules &#8211; ie. check if rewrite is enabled and working)</p>
<p><strong>apache2ctl &#8211; E</strong> (log startup errors to file)</p>
<p><strong>apache2ctl &#8211; h</strong> (show the rest of the options)</p>
<p>Also, I was having issues getting a &#8220;real url&#8221; module called <a href="http://typo3.org/documentation/document-library/extension-manuals/cooluri/current/">cooluri</a> working for a <a href="http://typo3.org/">typo3</a> site. In the end it was because my virtual host file was missing <a href="http://www.virtualhost.nl/apache/mod/core.html#allowoverride">(link) </a>:<br />
<code>AllowOverride All</code></p>
<p>Thats one of those things thats happened before but was forgotten along the way &#8230;. hopefully it will be useful for someone out there searching for why mod_rewrite isn&#8217;t working the way it should do&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/apache2ctl-and-apache2-virtual-host-blah-blah/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One bash prompt to rule them all</title>
		<link>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/</link>
		<comments>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 08:49:50 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/</guid>
		<description><![CDATA[I stumbled across Daniel Robbins blog (the creator of Gentoo) and he had an OK article on how to config your bash prompt.
While he makes a good point for using just &#8216;>&#8217; and putting everything else in the window bar, that just doesn&#8217;t cut it for me.
So &#8211; heres my suggestion which I have hacked [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across <a href="http://www.funtoo.org/">Daniel Robbins</a> blog (the creator of <a href="http://www.gentoo.org">Gentoo</a>) and he had an OK article on how to config your bash prompt.</p>
<p>While he makes a good point for using just &#8216;>&#8217; and putting everything else in the window bar, that just doesn&#8217;t cut it for me.</p>
<p>So &#8211; heres my suggestion which I have hacked from a CentOS server I ssh into on occasions:<br />
PS1=&#8221;\[\033[1;31m\][\$(date +%H):$(date +%M)]\[\033[1;34m\][\u@\h:\w]#\[\033[0;37m\] &#8221;</p>
<p>Just whack that into bash to try it out. To save it put it into your .bashrc file</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/one-bash-prompt-to-rule-them-all/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Filler</title>
		<link>http://ae.hugeobject.com/archive/filler/</link>
		<comments>http://ae.hugeobject.com/archive/filler/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 11:56:25 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/filler/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/filler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the idiocy of clocks</title>
		<link>http://ae.hugeobject.com/archive/the-idiocy-of-clocks/</link>
		<comments>http://ae.hugeobject.com/archive/the-idiocy-of-clocks/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 11:21:23 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/the-idiocy-of-clocks/</guid>
		<description><![CDATA[this blog is dragging along to no-where.
so.
i am going to give it one more burst of effort.
i&#8217;ll try 20 posts in 20 days&#8230; or give up and resign it to the google archives forever
]]></description>
			<content:encoded><![CDATA[<p>this blog is dragging along to no-where.<br />
so.<br />
i am going to give it one more burst of effort.</p>
<p>i&#8217;ll try 20 posts in 20 days&#8230; or give up and resign it to the google archives forever</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/the-idiocy-of-clocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pubstandards &#8211; Melbourne</title>
		<link>http://ae.hugeobject.com/archive/pubstandards-melbourne/</link>
		<comments>http://ae.hugeobject.com/archive/pubstandards-melbourne/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 02:44:17 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/pubstandards-melbourne/</guid>
		<description><![CDATA[Drink and argue about the extent to which myspace sucks at PubStandards Melbourne.
Based on pubstandards.co.uk its basically like going to Web Standards or PHPMelb, but without the presentation &#8211; just the beer. Great.
]]></description>
			<content:encoded><![CDATA[<p>Drink and argue about the extent to which myspace sucks at <a href="http://melbourne.pubstandards.org">PubStandards Melbourne.</a></p>
<p>Based on <a href="http://www.pubstandards.co.uk">pubstandards.co.uk</a> its basically like going to Web Standards or PHPMelb, but without the presentation &#8211; just the beer. Great.</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/pubstandards-melbourne/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
