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

<channel>
	<title>ae.hugeobject.com</title>
	<atom:link href="http://ae.hugeobject.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ae.hugeobject.com</link>
	<description>Just another ae weblog</description>
	<pubDate>Wed, 29 Aug 2007 22:56:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<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>Based on: <a href="http://docs.google.com/View?docid=dd33gg45_3f8j96p">http://docs.google.com/View?docid=dd33gg45_3f8j96p</a><br />
<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>
		</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 - t  (check the syntax of virtual host files BEFORE reloading and breaking apache)
apache2ctl - M (show all the loaded modules - ie. check if rewrite is enabled and working)
apache2ctl - 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 - t</strong>  (check the syntax of virtual host files BEFORE reloading and breaking apache)</p>
<p><strong>apache2ctl - M </strong>(show all the loaded modules - ie. check if rewrite is enabled and working)</p>
<p><strong>apache2ctl - E</strong> (log startup errors to file)</p>
<p><strong>apache2ctl - 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>
		</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 - 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 - 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>
		</item>
		<item>
		<title>grub boot options</title>
		<link>http://ae.hugeobject.com/archive/grub-boot-options/</link>
		<comments>http://ae.hugeobject.com/archive/grub-boot-options/#comments</comments>
		<pubDate>Thu, 31 May 2007 22:57:46 +0000</pubDate>
		<dc:creator>ae</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/grub-boot-options/</guid>
		<description><![CDATA[I&#8217;ve been having some instability due to (i think) my particular motherboard (ASUS M2N-E). I&#8217;ve tried a million different settings but have finally found a set of grub options which work.
Some of the options are perhaps not necessary, but I&#8217;m sick of trial and error so they will stay! I post this because I&#8217;ve seen [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having some instability due to (i think) my particular motherboard (ASUS M2N-E). I&#8217;ve tried a million different settings but have finally found a set of grub options which work.</p>
<p>Some of the options are perhaps not necessary, but I&#8217;m sick of trial and error so they will stay! I post this because I&#8217;ve seen similar problems with no solutions in forums. So if you are having random crashes with ubuntu feisty&#8230; try that grub line out.</p>
<p>ro quiet splash noapic irqpoll noacpi acpi=off</p>
<p>the irqpoll is for the usb ports&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/grub-boot-options/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remove .svn folders from a directory tree</title>
		<link>http://ae.hugeobject.com/archive/remove-svn-folders-from-a-directory-tree/</link>
		<comments>http://ae.hugeobject.com/archive/remove-svn-folders-from-a-directory-tree/#comments</comments>
		<pubDate>Wed, 30 May 2007 02:23:56 +0000</pubDate>
		<dc:creator>ae</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/remove-svn-folders-from-a-directory-tree/</guid>
		<description><![CDATA[Grabbed this from irc - so very very handy.
Chuck this in your .bash_aliases file (if you have enabled it) and you will be able to recursively remove those pesky hidden svn folders from a directory tree with rmsvn:

alias rmsvn="find . -name  '*.svn' -exec rm -rf {}  \;"

]]></description>
			<content:encoded><![CDATA[<p>Grabbed this from irc - so very very handy.</p>
<p>Chuck this in your .bash_aliases file (if you have enabled it) and you will be able to recursively remove those pesky hidden svn folders from a directory tree with <strong>rmsvn</strong>:</p>
<p><code><br />
alias rmsvn="find . -name  '*.svn' -exec rm -rf {}  \;"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/remove-svn-folders-from-a-directory-tree/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A reliable text editor</title>
		<link>http://ae.hugeobject.com/archive/a-reliable-text-editor/</link>
		<comments>http://ae.hugeobject.com/archive/a-reliable-text-editor/#comments</comments>
		<pubDate>Tue, 08 May 2007 22:43:37 +0000</pubDate>
		<dc:creator>ae</dc:creator>
		
		<category><![CDATA[Open source]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/a-reliable-text-editor/</guid>
		<description><![CDATA[
I was complaining to someone the other day about how most text editors fail to deal with large files. I was trying to edit a 8mb sql file and my default editors eclipse and cream (a vim extension) both couldn&#8217;t handle it. I then tried emacs and jEdit neither of which I particularly like. jEdit [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right"><a href='http://scribes.sourceforge.net/' title='scribes'><img src='http://ae.hugeobject.com/wp-content/uploads/2007/05/scribes.png' alt='scribes' /></a></div>
<p>I was complaining to someone the other day about how most text editors fail to deal with large files. I was trying to edit a 8mb sql file and my default editors eclipse and <a href="http://cream.sourceforge.net   ">cream</a> (a vim extension) both couldn&#8217;t handle it. I then tried emacs and <a href="http://www.jedit.org/">jEdit</a> neither of which I particularly like. jEdit at least opened the file. But the interface is clunky and on my system at least, wont go past 800&#215;600 screen real estate&#8230;.<span id="more-40"></span></p>
<p>In the end I made all the text edits to the sql file using <a href="http://www.grymoire.com/Unix/Sed.html#uh-0">sed</a> which is a handy (and quick) command line tool. But I was still disturbed&#8230;.</p>
<p>Anyway, I read a blog post somewhere that said <a href="http://scribes.sourceforge.net/">scribes</a> was the go. So I installed it and gave it a whirl on my latest sql file which was 38mb. </p>
<p>It took a few seconds to open, but it DID open and the first thing you notice is that (for gnome users at least) it looks like a gnome editor (unlike jEdit which screams &#8220;<em>I was made in the 90&#8217;s in java</em>&#8220;).</p>
<p>The template system is also very cool. It reminds me a little of swanky Mac people and their TextMate. Rather than me trying to describe it go <a href="http://scribes.sourceforge.net/demo.htm">here</a> and look at the example video. Which also shows the bookmark feature which is cool. Check out its other features <a href="http://scribes.sourceforge.net/features.html">here</a>. Oh and its open source too&#8230;of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/a-reliable-text-editor/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
