<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.geekaction.com">
<channel>
 <title>geekaction.com - Your online place to &quot;Geek out&quot;</title>
 <link>http://www.geekaction.com</link>
 <description>To Geek out to the max.</description>
 <language>en</language>
<item>
 <title>Skype on Ubuntu Hardy 64</title>
 <link>http://www.geekaction.com/node/67</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;I was expecting the skype install on Ubuntu Hardy to be a little tricky, after all its brand new etc. But I was wrong!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=432295&quot;&gt;http://ubuntuforums.org/showthread.php?t=432295&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Skype on Ubuntu 64 Hardy is easier than the earlier versions. Just cut/paste, and away it goes.&lt;/p&gt;
&lt;p&gt;Thanks Guys, Nice Howto!&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 29 Apr 2008 20:57:07 +0930</pubDate>
</item>
<item>
 <title>Printer driver install pain</title>
 <link>http://www.geekaction.com/node/66</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Just had to install my PIXMA 3000 printer driver as part of another windows XP reinstall.&lt;/p&gt;
&lt;p&gt;Canon (Australia at least) have changed their driver download process to be driven by an ActiveX control, which means you can&#039;t do it in Firefox.&lt;/p&gt;
&lt;p&gt;It didn&#039;t offer any alternative either, so when I go to install it under &lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term2&quot;&gt;&lt;acronym title=&quot;Linux: An Open Source implementation of UNIX initiated by Linus Torvalds, which runs on many different hardware platforms including Intel, Sparc®, PowerPC, and Alpha Processors. Hundreds of application programs have been written for Linux, some of these by the GNU project.&quot;&gt;linux&lt;/acronym&gt;&lt;/a&gt;, I&#039;ll be screwed, and will have to dig up an old driver from somewhere.&lt;/p&gt;
&lt;p&gt;But why do I need an ActiveX control to install a PRINTER DRIVER? How are they even related?&lt;/p&gt;
&lt;p&gt;Next, the stupid ActiveX installer takes over the entire screen and wont let you Alt-Tab or anything.&lt;/p&gt;
&lt;p&gt;This is a Multi-Tasking operating system guys. Windows has been since v3.1 with decently behaved apps. I do want to be doing other things while my printer install happens, since it takes like 10+ minutes!&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sun, 27 Apr 2008 08:52:43 +0930</pubDate>
</item>
<item>
 <title>USB External drive backup script</title>
 <link>http://www.geekaction.com/node/65</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Yes, i can probably do this with hotplug, but its Fedora Core 2, and I gave up.&lt;/p&gt;
&lt;p&gt;Note, you need to create the sfdisk.out before using this script like this:&lt;br /&gt;
sfdisk -d /dev/sda &gt; /home/backup/sfdisk.out&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
#!/bin/sh&lt;/p&gt;
&lt;p&gt;# Just in case&lt;br /&gt;
umount /mnt/backup&lt;/p&gt;
&lt;p&gt;# Figure out the disk&lt;br /&gt;
for i in `ls /dev/sd?`&lt;br /&gt;
do&lt;br /&gt;
        DISK=`fdisk -l $i | wc -l`&lt;br /&gt;
        if [ $DISK -gt 0 ]; then&lt;br /&gt;
                DISK=$i&lt;br /&gt;
                break&lt;br /&gt;
        fi&lt;br /&gt;
        #echo $i&lt;br /&gt;
done&lt;/p&gt;
&lt;p&gt;# Get number of &lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term2&quot;&gt;&lt;acronym title=&quot;Linux: An Open Source implementation of UNIX initiated by Linus Torvalds, which runs on many different hardware platforms including Intel, Sparc®, PowerPC, and Alpha Processors. Hundreds of application programs have been written for Linux, some of these by the GNU project.&quot;&gt;linux&lt;/acronym&gt;&lt;/a&gt; partitions&lt;br /&gt;
PARTITIONS=`/sbin/sfdisk -l $DISK | /bin/grep Linux | /usr/bin/wc -l`&lt;/p&gt;
&lt;p&gt;# If No linux partitions, try and create one.&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 19 Mar 2008 11:01:04 +1030</pubDate>
</item>
<item>
 <title>Postfix email tracing</title>
 <link>http://www.geekaction.com/node/64</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;If you&#039;re not sure whats happening with an email, create a small script like this in /usr/local/bin/email-checker.sh&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
for i in `grep $1 /var/log/mail.log | grep &quot;&lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term6&quot;&gt;&lt;acronym title=&quot;postfix: What is Postfix? It is Wietse Venema&amp;#039;s mailer that started life as an alternative to the widely-used Sendmail program.

Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. 

(from http://www.postfix.com/)&quot;&gt;postfix&lt;/acronym&gt;&lt;/a&gt;/smtp&quot; | cut -d&#039;]&#039; -f2 | cut -d&#039;:&#039; -f2 | sort | uniq`&lt;br /&gt;
do&lt;br /&gt;
        echo &quot;------------------------------------&quot;&lt;br /&gt;
        grep $i /var/log/mail.log&lt;br /&gt;
        echo &quot;------------------------------------&quot;&lt;br /&gt;
done&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And then you can check whats been going on with email-checker.sh &lt;a href=&quot;mailto:who@somewhere.com&quot;&gt;who@somewhere.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Save a bit of trying to grep/less/find etc..&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 11 Mar 2008 16:33:35 +1030</pubDate>
</item>
<item>
 <title>Trouble getting Zend going in Ubuntu Hardy?</title>
 <link>http://www.geekaction.com/node/63</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;If you are having trouble getting Zend ZDE going in Ubuntu Hardy, try this:&lt;/p&gt;
&lt;p&gt;echo &quot;export LIBXCB_ALLOW_SLOPPY_LOCK=true&quot; &gt;&gt; /home/$your_user/.bashrc&lt;br /&gt;
Log out and log in&lt;/p&gt;
&lt;p&gt;Found it here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.linuxforums.org/forum/arch-linux-help/108317-azureus-problem.html&quot;&gt;http://www.linuxforums.org/forum/arch-linux-help/108317-azureus-problem.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This was the error I was getting.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
./ZDE&lt;br /&gt;
nawk: cmd. line:6: warning: escape sequence `\.&#039; treated as plain `.&#039;&lt;br /&gt;
Locking assertion failure.  Backtrace:&lt;br /&gt;
#0 /usr/lib/libxcb-xlib.so.0 [0xb16cb767]&lt;br /&gt;
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb16cb8b1]&lt;br /&gt;
#2 /usr/lib/libX11.so.6(_XReply+0xfd) [0xb171329d]&lt;br /&gt;
#3 /usr/local/Zend/ZendStudio-5.2.0/jre/lib/i386/xawt/libmawt.so [0xb1814a76]&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Thu, 24 Jan 2008 21:45:37 +1030</pubDate>
</item>
<item>
 <title>Hardy</title>
 <link>http://www.geekaction.com/node/62</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Had my first look at KDE 4.0 yesterday with a Hardy Heron Kubuntu install. It looks nice, but why of why is it so much like Windows Vista? Gimme back my old K menu, please.&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 14 Jan 2008 19:56:35 +1030</pubDate>
</item>
<item>
 <title>Mysql on Ubuntu64</title>
 <link>http://www.geekaction.com/node/61</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Ubuntu has been working pretty well on the desktop and the laptop here. A couple of &quot;issues&quot; i&#039;ve found are:&lt;/p&gt;
&lt;p&gt;1. &lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term4&quot;&gt;&lt;acronym title=&quot;Mysql: The MySQL database server is the world&amp;#039;s most popular open source database. Over five million installations use MySQL to power high-volume Web sites and other critical business systems — including industry-leaders like The Associated Press, Google, NASA, Sabre Holdings and Suzuki.MySQL is an attractive alternative to higher-cost, more complex database technology. Its award-winning speed, scalability and reliability make it the right choice for corporate IT departments, Web developers and packaged software vendors.(from http://www.mysql.com/)&quot;&gt;Mysql&lt;/acronym&gt;&lt;/a&gt; server on the Ubuntu 64 server seems to corrupt the db, host, etc tables. This means mysql doesn&#039;t start anymore and requires a rm -f /var/lib/mysql/mysql/*, then a dpkg-reconfigure mysql-server-5.0 to get it going again.&lt;/p&gt;
&lt;p&gt;2. Network manager. Why does my eth1 interface keep coming up and creating a default route, sometime huors after bootup? It seems to be ignoring /etc/network/interfaces now, and just doing its own thing. Weird.&lt;/p&gt;
&lt;p&gt;3. Swiftfox (32) and plugins are pretty much required to view flash etc. ;-(&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 09 Jul 2007 08:44:54 +0930</pubDate>
</item>
<item>
 <title>Well. Ubuntu is here</title>
 <link>http://www.geekaction.com/node/60</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Got the desktop done. Using the 64 bit version of ubuntu on here, last time I tried the 64 bit, it was sorely lacking codecs, DVD playback etc. This all appears fixed now, or at least it is once you use Automatix2 to install the appropriate software.&lt;/p&gt;
&lt;p&gt;If you&#039;re trying Ubuntu/Kubuntu Feisty, add Automatix2 for some extra Apps.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.getautomatix.com/wiki/index.php?title=Installation&quot;&gt;http://www.getautomatix.com/wiki/index.php?title=Installation&lt;/a&gt;&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sat, 12 May 2007 18:10:30 +0930</pubDate>
</item>
<item>
 <title>Feisty for me</title>
 <link>http://www.geekaction.com/node/59</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;I&#039;ve been a long time KDE user, and Kubuntu user, but recent comments by a friend have inspired me to switch to Gnome/Ubuntu on one of my daily use workstations.&lt;/p&gt;
&lt;p&gt;After fixing a couple of things I&#039;ll detail later, I&#039;, actually quite happy with it. Gnome has come a long way, and if you just want it to &quot;work&quot;, then it does. Sure, KDE is great for tweaking, but does it get any more work done? I don&#039;t know. I suspect not.&lt;/p&gt;
&lt;p&gt;I&#039;m about to reinstall my laptop (needs it anyway), and my main desktop with Feisty Ubuntu. I&#039;ll keep a bit of details here on how I go.&lt;/p&gt;
&lt;p&gt;The laptop is an ASUS M2400N, and has been running great with an old install of edgy, that has been upgraded to dapper, and through the feisty betas. However, it has a lingering windows partition I&#039;m keen to rid myself of ;-)&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Fri, 11 May 2007 18:57:29 +0930</pubDate>
</item>
<item>
 <title>KnoppMythTV Setup HOWTO for Australia</title>
 <link>http://www.geekaction.com/node/56</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Perform a &quot;Auto Install&quot; from the KnoppMyth CD.&lt;/p&gt;
&lt;p&gt;After it reboots set the timezone for Your region in Australia, then you will be asked whether to use DHCP broadcast.&lt;/p&gt;
&lt;p&gt;I said no here, and assigned a static ip address on my local LAN.&lt;br /&gt;
It also asks for the gateway, nameserver etc information. Enter it for your local LAN.&lt;/p&gt;
&lt;p&gt;Next myth-setup is started, and it asks for your language. Choose the appropriate language and the main config menu will be displayed.&lt;/p&gt;
&lt;p&gt;Select General, and then click next until you see the &quot;TV Format&quot; screen. Choose PAL for the TV Format, and PAL Teletext for the VBI Format. Change the frequency table to &quot;australia&quot; and set the Time offset for XMLTV listings to &quot;Auto&quot;. I left everything else as defaults.&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sat, 09 Dec 2006 12:47:18 +1030</pubDate>
</item>
<item>
 <title>Eclipse in edgy</title>
 <link>http://www.geekaction.com/node/55</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;I&#039;ve tried to get eclipse &amp;amp; phpeclipse going under ubuntu edgy a few times now with now luck. I finally managed to get it going with a few hints. Mostly &quot;update-alternatives --config java&quot; and choose the sun java rather than the default one.&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Sat, 02 Dec 2006 17:03:56 +1030</pubDate>
</item>
<item>
 <title>Want to be able to use google talk while in KDE?</title>
 <link>http://www.geekaction.com/node/54</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Kopete has built in support for ICQ, MSN, Jabber etc, and google talk is based on the jabber protocol, so you can set it up easily.&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;KDE Wiki : Google Talk support&quot; href=&quot;http://wiki.kde.org/tiki-index.php?page=Google+Talk+support&quot;&gt;KDE Wiki : Google Talk support&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basic Setup page of Jabber add account dialog&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Mon, 06 Nov 2006 14:49:27 +1030</pubDate>
</item>
<item>
 <title>My Kubuntu setup tips</title>
 <link>http://www.geekaction.com/node/53</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;These are the steps I took with a recent edgy eft install to get things working to my liking. Please let me know what you&#039;ve done!&lt;/p&gt;
&lt;p&gt;# Click on the &quot;K&quot; menu, and click on system,&lt;br /&gt;
# then konsole to start a terminal window, then&lt;br /&gt;
# run the commands below as you need to&lt;br /&gt;
#&lt;br /&gt;
# switch to super user mode&lt;br /&gt;
sudo -i&lt;/p&gt;
&lt;p&gt;# edit the software repository sources and&lt;br /&gt;
# uncomment all the extra lines that start&lt;br /&gt;
# with &quot;deb&quot; - Ctrl-X to save/exit&lt;br /&gt;
nano /etc/apt/sources.list&lt;br /&gt;
# Some extra things I found at the ubuntuguide link above.&lt;br /&gt;
# Add in extra repositories as per this link before&lt;br /&gt;
# going any further&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 31 Oct 2006 20:02:17 +1030</pubDate>
</item>
<item>
 <title>Zenoss Network Monitor Howto</title>
 <link>http://www.geekaction.com/node/52</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;&lt;a title=&quot;Installing Zenoss Network Monitor on a Ubuntu Server | HowtoForge - Linux Howtos and Tutorials&quot; href=&quot;http://www.howtoforge.com/zenoss_network_monitor_ubuntu&quot;&gt;Installing Zenoss Network Monitor on a Ubuntu Server | HowtoForge - Linux Howtos and Tutorials&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Looks like a nice howto for installation of Zenoss. Anybody used it? Looks quite comprehensive.&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Tue, 31 Oct 2006 15:04:37 +1030</pubDate>
</item>
<item>
 <title>Gotta give it to them</title>
 <link>http://www.geekaction.com/node/51</link>
 <description>&lt;!-- google_ad_section_start --&gt;
 &lt;p&gt;Microsoft has put in a lot of effort. IE7, which has been released today is almost as good as mozilla firefox! &lt;/p&gt;
&lt;p&gt;But, its only available on Windows XP variants, oh, and it doesn&#039;t have as many extensions.&lt;/p&gt;
&lt;p&gt;While you&#039;re at &lt;a href=&quot;http://www.microsoft.com&quot;&gt;www.microsoft.com&lt;/a&gt;, don&#039;t forget to grab the microsoft defender which has also been released.&lt;/p&gt;
&lt;p&gt;Of course, if you&#039;re really sick of &lt;a class=&quot;glossary-term&quot; href=&quot;glossary#term9&quot;&gt;&lt;acronym title=&quot;Spyware:  A technology that assists in gathering information about a person or organization without their knowledge. On the Internet, &amp;quot;spyware is programming that is put in someone&amp;#039;s computer to secretly gather information about the user and relay it to advertisers or other interested parties.&amp;quot; As such, spyware is cause for public concern about privacy on the Internet. (From reach.ucf.edu/~coursdev/cdrom/html/help/glossary.html)&quot;&gt;spyware&lt;/acronym&gt;&lt;/a&gt; and viruses, visit &lt;a href=&quot;http://www.ubuntu.com&quot;&gt;www.ubuntu.com&lt;/a&gt;&lt;/p&gt;
 &lt;!-- google_ad_section_end --&gt;
</description>
 <pubDate>Wed, 25 Oct 2006 19:19:50 +0930</pubDate>
</item>
</channel>
</rss>
