<?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; Ubuntu</title>
	<atom:link href="http://ae.hugeobject.com/archive/category/ubuntu/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>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>
		<slash:comments>2</slash:comments>
		</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 &#8211; 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 &#8211; 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>
		<slash:comments>0</slash:comments>
		</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>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XGL on dapper</title>
		<link>http://ae.hugeobject.com/archive/xgl-on-dapper/</link>
		<comments>http://ae.hugeobject.com/archive/xgl-on-dapper/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 07:54:11 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/xgl-on-dapper/</guid>
		<description><![CDATA[about a week ago i upset X quite substantially, trying to install XGL on dapper. upset enough for me to reinstall  
anyway i came across this guide on digg that  looked too easy and bomb-proof that i thought i&#8217;d give it another go. it all was as easy as the three steps in [...]]]></description>
			<content:encoded><![CDATA[<p>about a week ago i upset X quite substantially, trying to install XGL on dapper. upset enough for me to reinstall <img src='http://ae.hugeobject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>anyway i came across <a title="ultimate ubuntu eye-candy guide" href="http://www.tectonic.co.za/view.php?id=916">this guide</a> on <a title="digg" href="http://digg.com/linux_unix/Howto%3A_Ultimate_Ubuntu_eye-candy_with_Xgl_and_Compriz">digg</a> that  looked too easy and bomb-proof that i thought i&#8217;d give it another go. it all was as easy as the three steps in the guide and the effects are way better than what i expected. the eye-candy is as good as anything elsewhere (think osx, expose etc) but the thing i like is dapper feels a little bit snappier. i used to get annoyed with the way windows dragged in linux &#8211; it always felt stunted and slow, but xgl/compiz makes linux feel as snappy as windows (and thats including fading up or fading in or wobbling to where ever you move it).</p>
<p>i can already see masses of eye-candy kids swarming to linux just for the effects.</p>
<p><strong>This effect occurs when moving between workspaces. It can also be controlled by pressing CRTL-ALT and dragging the mouse. Its very smooth.</strong></p>
<p><!-- technorati tags begin --><a title="xglOnDapperpng" href="http://flickr.com/photos/61396654@N00/112357464"><img alt="xglOnDapperpng" src="http://static.flickr.com/56/112357464_19fe528e16_m.jpg" /></a></p>
<p><strong>This is showing the expose (osx) effect, again very fast and very smooth.</strong><br />
<a title="expose.png" href="http://flickr.com/photos/61396654@N00/112357439"><img alt="expose.png" src="http://static.flickr.com/49/112357439_c7c07ba7d9_m.jpg" /></a></p>
<p style="font-size: 10px; text-align: right">technorati tags: <a rel="tag" href="http://technorati.com/tag/xgl">xgl</a>, <a rel="tag" href="http://technorati.com/tag/compiz">compiz</a>, <a rel="tag" href="http://technorati.com/tag/ubuntu">ubuntu</a>, <a rel="tag" href="http://technorati.com/tag/dapper">dapper</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/xgl-on-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flock on Ubuntu</title>
		<link>http://ae.hugeobject.com/archive/flock-on-ubuntu/</link>
		<comments>http://ae.hugeobject.com/archive/flock-on-ubuntu/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 12:24:06 +0000</pubDate>
		<dc:creator>ae</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ae.hugeobject.com/archive/flock-on-ubuntu/</guid>
		<description><![CDATA[
Ok. I&#8217;ve just installed Flock on Dapper and I&#8217;m very impressed. One of the features is being able to blog right within the browser. This was so simple to setup its laughable.


It even has a very cool &#8216;Drag stuff to blog it&#8217; area.


I&#8217;m not keen on the blue icons &#8211; but its better than a [...]]]></description>
			<content:encoded><![CDATA[<p>
Ok. I&#8217;ve just installed <a target="_blank" title="Flock" href="http://www.flock.com/">Flock</a> on Dapper and I&#8217;m very impressed. One of the features is being able to blog right within the browser. This was so simple to setup its laughable.
</p>
<p>
It even has a very cool &#8216;Drag stuff to blog it&#8217; area.
</p>
<p>
I&#8217;m not keen on the blue icons &#8211; but its better than a lot of gnome programs out there <img src='http://ae.hugeobject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
I was about to say &#8211; its a shame it doesn&#8217;t have built in spellcheck, but then I did a right-click and of course there it is. Nice one.&nbsp;
</p>
<p>
&nbsp;</p>
<p><a title="flockScreenshot.png" href="http://flickr.com/photos/61396654@N00/111915984"><img alt="flockScreenshot.png" src="http://static.flickr.com/36/111915984_58a30855f4_m.jpg" /></a>
</p>
<p>
&nbsp;
</p>
<p>
To add the screen shot above, Flock logged into Flickr for me, uploaded my photo, then allowed me to drag and drop it into this post. This app is ace. I was using Epiphany as Firefox was dragging down the system when eclipse is open &#8211; but I think I might switch on over.</p>
]]></content:encoded>
			<wfw:commentRss>http://ae.hugeobject.com/archive/flock-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
