<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Interstellar Geekiness &#187; Ubuntu</title>
	<atom:link href="http://gordallott.wordpress.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://gordallott.wordpress.com</link>
	<description>Talking rubbish, one day at a time, although mostly once in a few months at a time</description>
	<pubDate>Fri, 20 Jun 2008 03:31:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Still using metacity?</title>
		<link>http://gordallott.wordpress.com/2008/06/20/still-using-metacity/</link>
		<comments>http://gordallott.wordpress.com/2008/06/20/still-using-metacity/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 03:31:13 +0000</pubDate>
		<dc:creator>gord</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://gordallott.wordpress.com/?p=41</guid>
		<description><![CDATA[Okay so the world has gone compiz crazy, but some of us still use metacity (the default gnome window manager, no fancy wobbles), personally i use metacity over compiz simply because its a bit more stable and for a machine that i work at that&#8217;s important, when I&#8217;m just checking emails or ircing or whatever [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Okay so the world has gone compiz crazy, but some of us still use metacity (the default gnome window manager, no fancy wobbles), personally i use metacity over compiz simply because its a bit more stable and for a machine that i work at that&#8217;s important, when I&#8217;m just checking emails or ircing or whatever compiz is great.<br />
The problem with plain ol&#8217; metacity is two-fold, no transparencies and no gpu acceleration - thus stepping in is composite mode :)<br />
<span id="more-41"></span><br />
Just to make clear, transparencies are needed not for the nice looks but to get things like avant window navigator and cairo clock working, these need a compositing window manager. using gpu acceleration mearly means that instead of having your cpu waste time and effort drawing your windows, you get your barley used graphics chip to do it.</p>
<p>To turn on metacity compositing you just have to run the following command</p>
<blockquote><p><code>gconftool-2 --type=bool --set /apps/metacity/general/compositing_manager True</code></p></blockquote>
<p>If all went well you should have nice shadows around your windows.<br />
To turn off metacity compositing you can run the following command</p>
<blockquote><p><code>gconftool-2 --type=bool --set /apps/metacity/general/compositing_manager False</code></p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gordallott.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gordallott.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gordallott.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gordallott.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gordallott.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gordallott.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gordallott.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gordallott.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gordallott.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gordallott.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gordallott.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gordallott.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gordallott.wordpress.com&blog=919395&post=41&subd=gordallott&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gordallott.wordpress.com/2008/06/20/still-using-metacity/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/gordallott-128.jpg" medium="image">
			<media:title type="html">gord</media:title>
		</media:content>
	</item>
		<item>
		<title>A better fnotify.pl for local irssi</title>
		<link>http://gordallott.wordpress.com/2008/06/11/a-better-fnotifypl-for-local-irssi/</link>
		<comments>http://gordallott.wordpress.com/2008/06/11/a-better-fnotifypl-for-local-irssi/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:29:36 +0000</pubDate>
		<dc:creator>gord</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://gordallott.wordpress.com/?p=40</guid>
		<description><![CDATA[For various reasons i run irssi locally on the box that use, i also use fnotify.pl in order to get pretty notifications when someone wants my attention, alas fnotify.pl is designed to be used remotly over ssh, great if you have a load of boxes and don&#8217;t run irssi on the box your using. but [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For various reasons i run irssi locally on the box that use, i also use <a title="fnotify.pl" href="http://thorstenl.blogspot.com/2007/01/thls-irssi-notification-script.html">fnotify.pl</a> in order to get pretty notifications when someone wants my attention, alas fnotify.pl is designed to be used remotly over ssh, great if you have a load of boxes and don&#8217;t run irssi on the box your using. but for people like me it was a bit clunky and annoying (had to run a seperate script to read the files it wrote, the script would often get caught up in gnome sessions without exiting causing lots of scripts to be loaded after several logons)</p>
<p>So i altered the fnotify.pl script to work entirely out of one script (thats loaded into irssi via the normal methods). this has the side effect of only working localy but for anyone else like me, its a rather usefull addition. you&#8217;ll need notify-send installed.</p>
<p><span id="more-40"></span></p>
<pre>

# todo: grap topic changes

use strict;
use vars qw($VERSION %IRSSI);

use Irssi;
$VERSION = '0.0.3';
%IRSSI = (
	authors     =&gt; 'Thorsten Leemhuis',
	contact     =&gt; 'fedora@leemhuis.info',
	name        =&gt; 'fnotify',
	description =&gt; 'Write a notification to a file that shows who is talking to you in which channel.',
	url         =&gt; 'http://www.leemhuis.info/files/fnotify/',
	license     =&gt; 'GNU General Public License',
	changed     =&gt; '$Date: 2007-01-13 12:00:00 +0100 (Sat, 13 Jan 2007) $'
);

#--------------------------------------------------------------------
# In parts based on knotify.pl 0.1.1 by Hugo Haas
# http://larve.net/people/hugo/2005/01/knotify.pl
# which is based on osd.pl 0.3.3 by Jeroen Coekaerts, Koenraad Heijlen
# http://www.irssi.org/scripts/scripts/osd.pl
#
# Other parts based on notify.pl from Luke Macken
# http://fedora.feedjack.org/user/918/
#
#--------------------------------------------------------------------

#--------------------------------------------------------------------
# Private message parsing
#--------------------------------------------------------------------

sub priv_msg {
	my ($server,$msg,$nick,$address,$target) = @_;
	filewrite($nick." " .$msg );
}

#--------------------------------------------------------------------
# Printing hilight's
#--------------------------------------------------------------------

sub hilight {
    my ($dest, $text, $stripped) = @_;
    if ($dest-&gt;{level} &amp; MSGLEVEL_HILIGHT) {
	filewrite($dest-&gt;{target}. " " .$stripped );
    }
}

#--------------------------------------------------------------------
# The actual printing
#--------------------------------------------------------------------
sub filewrite {
	my ($text) = @_;
	# FIXME: there is probably a better way to get the irssi-dir...
    #    open(FILE,"&gt;&gt;$ENV{HOME}/.irssi/fnotify");
	#print FILE $text . "\n";
    #    close (FILE);
    $text =~ s/\n/ /;
    $text =~ s/[&lt;@&amp;]//g;

    my @values = split(&#8217; &#8216;, $text, 2);

    `notify-send -t 5000 -u critical -c im.received -i /usr/share/icons/gnome/scalable/emotes/face-surprise.svg &#8220;$values[0]&#8221; &#8220;$values[1]&#8220;`;

}

#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
# Irssi::signal_add_last / Irssi::command_bind
#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;

Irssi::signal_add_last(&#8221;message private&#8221;, &#8220;priv_msg&#8221;);
Irssi::signal_add_last(&#8221;print text&#8221;, &#8220;hilight&#8221;);

#- end
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gordallott.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gordallott.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gordallott.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gordallott.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gordallott.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gordallott.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gordallott.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gordallott.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gordallott.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gordallott.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gordallott.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gordallott.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gordallott.wordpress.com&blog=919395&post=40&subd=gordallott&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gordallott.wordpress.com/2008/06/11/a-better-fnotifypl-for-local-irssi/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/gordallott-128.jpg" medium="image">
			<media:title type="html">gord</media:title>
		</media:content>
	</item>
		<item>
		<title>Always forgetting your tv program? ontv it!</title>
		<link>http://gordallott.wordpress.com/2008/06/05/always-forgetting-your-tv-program-ontv-it/</link>
		<comments>http://gordallott.wordpress.com/2008/06/05/always-forgetting-your-tv-program-ontv-it/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 22:05:14 +0000</pubDate>
		<dc:creator>gord</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[gnome panel]]></category>

		<category><![CDATA[tv reminder]]></category>

		<guid isPermaLink="false">http://gordallott.wordpress.com/?p=38</guid>
		<description><![CDATA[I am almost constantly forgetting about my tv programs, i don&#8217;t have many so the chances of me actually remembering to watch them are rather slim, I don&#8217;t have any mythbuntu like setup either so no recording if i miss it either.

On tv is a godsend though, its a small panel applet that will sit [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am almost constantly forgetting about my tv programs, i don&#8217;t have many so the chances of me actually remembering to watch them are rather slim, I don&#8217;t have any mythbuntu like setup either so no recording if i miss it either.</p>
<p><span id="more-38"></span></p>
<p><a href="http://gordallott.files.wordpress.com/2008/06/screenshot.png"><img class="alignright size-thumbnail wp-image-39" src="http://gordallott.files.wordpress.com/2008/06/screenshot.png?w=128&h=96" alt="Ontv screenshot" width="128" height="96" /></a>On tv is a godsend though, its a small panel applet that will sit and allow me to check on what programs are currently on and also, if you configure it to, remind me when a program comes on tv.</p>
<p><strong>*IMPORTANT*</strong> on the initial configuration (if you are in the uk) choose the second UK option, (rt at the end). the first one does not work</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gordallott.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gordallott.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gordallott.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gordallott.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gordallott.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gordallott.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gordallott.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gordallott.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gordallott.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gordallott.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gordallott.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gordallott.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gordallott.wordpress.com&blog=919395&post=38&subd=gordallott&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gordallott.wordpress.com/2008/06/05/always-forgetting-your-tv-program-ontv-it/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/gordallott-128.jpg" medium="image">
			<media:title type="html">gord</media:title>
		</media:content>

		<media:content url="http://gordallott.files.wordpress.com/2008/06/screenshot.png?w=128" medium="image">
			<media:title type="html">Ontv screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>More than enough ram? preload!</title>
		<link>http://gordallott.wordpress.com/2008/05/30/more-than-enough-ram-preload/</link>
		<comments>http://gordallott.wordpress.com/2008/05/30/more-than-enough-ram-preload/#comments</comments>
		<pubDate>Fri, 30 May 2008 15:42:51 +0000</pubDate>
		<dc:creator>gord</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

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

		<guid isPermaLink="false">http://gordallott.wordpress.com/?p=37</guid>
		<description><![CDATA[Many of you will of already heard of preload I am sure, but for those that you that haven&#8217;t you really should enable it if you have more ram than you need (on an average ubuntu desktop i would say more than 512mb ram)

Basically there is a problem in the modern desktop in that they [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many of you will of already heard of preload I am sure, but for those that you that haven&#8217;t you really should enable it if you have more ram than you need (on an average ubuntu desktop i would say more than 512mb ram)</p>
<p><span id="more-37"></span></p>
<p>Basically there is a problem in the modern desktop in that they use a lot of data, so when you click on your firefox icon or whatever the exceptionable has to be loaded from the hard-drive then all the graphics it needs and then gtk and all the graphics it needs and so on, the problem with that is that hard-drives are slooooow. Preload simply sits in the background, monitoring the applications you use often. It then uses that data to “preload” the application data into your main memory. when you start your computer, then when you launch an application instead of loading from your hard-drive you load it from your nice fast ram.</p>
<p>I have been using it for quite a few months now and i can honestly say that yes it does work, application load times are much faster (before enabling preload on a new install on this computer i ached at how long it took to open simple applications like epiphany or evolution)</p>
<p>The only downside to this is that yes you will have longer boot-up times, but its really not by that much, it depends on how much stuff you generally do on your computer.</p>
<p>To install on ubuntu you just simply install the preload package</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gordallott.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gordallott.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gordallott.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gordallott.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gordallott.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gordallott.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gordallott.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gordallott.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gordallott.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gordallott.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gordallott.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gordallott.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gordallott.wordpress.com&blog=919395&post=37&subd=gordallott&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gordallott.wordpress.com/2008/05/30/more-than-enough-ram-preload/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/gordallott-128.jpg" medium="image">
			<media:title type="html">gord</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu asks for my password far too much</title>
		<link>http://gordallott.wordpress.com/2008/05/28/ubuntu-asks-for-my-password-far-too-much/</link>
		<comments>http://gordallott.wordpress.com/2008/05/28/ubuntu-asks-for-my-password-far-too-much/#comments</comments>
		<pubDate>Wed, 28 May 2008 13:29:50 +0000</pubDate>
		<dc:creator>gord</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

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

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

		<guid isPermaLink="false">http://gordallott.wordpress.com/?p=36</guid>
		<description><![CDATA[Is it just me or does ubuntu ask for your password far too much, i have to enter it a few times every day, a minor inconvenience at first but then it becomes a daily habit that you don&#8217;t even think about, which leads onto security flaws “oh you want my password, whatever, just get [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Is it just me or does ubuntu ask for your password far too much, i have to enter it a few times every day, a minor inconvenience at first but then it becomes a daily habit that you don&#8217;t even think about, which leads onto security flaws “oh you want my password, whatever, just get doing your thing”.</p>
<p>When a user is accustomed to performing a task such as this over and over again a malicious program simply has to run itself with gksudo and the user will happily enter their password and give the program root privileges, especially if you combine the gksudo with a custom message by passing &#8211;message &#8220;your message&#8221; to it, such as this:<br />
<a href="http://i28.tinypic.com/s3ly10.jpg"><img src="http://i28.tinypic.com/s3ly10.jpg" alt="" width="320" height="240" /></a></p>
<p>Of course this completely bypasses the whole “how does the malicious program get onto your system in the first place” thing, but through my dealings with support requests I can say that people will find random debs/programs on the Internet and they will find ways of running them thinking that everything will be fine.</p>
<p>Do we really need to ask for root privilages so much or is this simply an education on security issue? either way I have a feeling we are sleepwalking into problems down the line.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gordallott.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gordallott.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gordallott.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gordallott.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gordallott.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gordallott.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gordallott.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gordallott.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gordallott.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gordallott.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gordallott.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gordallott.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gordallott.wordpress.com&blog=919395&post=36&subd=gordallott&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gordallott.wordpress.com/2008/05/28/ubuntu-asks-for-my-password-far-too-much/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/gordallott-128.jpg" medium="image">
			<media:title type="html">gord</media:title>
		</media:content>

		<media:content url="http://i28.tinypic.com/s3ly10.jpg" medium="image" />
	</item>
	</channel>
</rss>