<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Bend in the Weather (Entries tagged as microsoft)</title>
    <link>http://matt.bottrell.com.au/</link>
    <description>A blog about Linux, Life and the 'Net</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:matt@bottrell.com.au" />
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 02 Jun 2009 23:20:46 GMT</pubDate>

    <image>
        <url>http://matt.bottrell.com.au/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Bend in the Weather - A blog about Linux, Life and the 'Net</title>
        <link>http://matt.bottrell.com.au/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Automating Software Update Downloads</title>
    <link>http://matt.bottrell.com.au/archives/359-Automating-Software-Update-Downloads.html</link>
            <category>Apps</category>
            <category>Family</category>
            <category>Linux</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/359-Automating-Software-Update-Downloads.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=359</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=359</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Even as a Linux desktop user, I still have a need to run various pieces of legacy software under Windows.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
Ideally, I would love to find a Linux alternative, but whilst the itch remains, I still need to scratch it.&lt;br /&gt;
&lt;br /&gt;
As such, I run various &lt;a href=&quot;http://www.virtualbox.org/&quot; title=&quot;Free virtualization software.&quot;&gt;Virtualbox&lt;/a&gt; &lt;a href=&quot;http://www.virtualbox.org/wiki/Virtualization&quot; title=&quot;What is a virtual machine?&quot;&gt;Virtual Machines&lt;/a&gt; running Windows XP.&lt;br /&gt;
&lt;br /&gt;
This gives me the added benefit of still being able to run my preferred operating system as my main desktop (Linux), whilst still using some legacy applications under Windows.&lt;br /&gt;
&lt;br /&gt;
This is nothing new, and most people do this all the time.   With most modern CPU chipsets from both AMD (&lt;a href=&quot;http://en.wikipedia.org/wiki/X86_virtualization#AMD_virtualization_.28AMD-V.29&quot;&gt;AMD-V&lt;/a&gt;) and Intel (&lt;a href=&quot;http://en.wikipedia.org/wiki/X86_virtualization#Intel_Virtualization_Technology_for_x86_.28Intel_VT-x.29&quot;&gt;VT-x&lt;/a&gt;) providing hardware assisted virtualization solutions - it has become a simple task for many people.&lt;br /&gt;
&lt;br /&gt;
One thing that has annoyed me, and any user that has ever had to reinstall a Windows machine (it happens to the best of us -- &lt;a href=&quot;http://support.microsoft.com/kb/307545&quot;&gt;Windows often decides to eat it&#039;s own registry&lt;/a&gt;), is that whilst you might install straight from CD, it also means you have to then spend a good few hours applying all the service packs and then all the updates from the Microsoft website (and sit back and watch a dozen or so reboots between multiple updates).  It&#039;s enough to send any sane person around the bend.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve done it - you vow never to do it again, yet as Murphy would have it... it&#039;s bound to happen again.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  This is partly due to the fact that Windows Deteriorates over time, until one day the performance is so shoddy you can swear you saw a snail push the cursor on your screen.   Once it comes to that, it&#039;s time to reinstall again.&lt;br /&gt;
&lt;br /&gt;
Microsoft also recognised it&#039;s a problem, particularly in corporate environments that run many desktop PCs.  As such they released &lt;a href=&quot;http://technet.microsoft.com/en-us/wsus/default.aspx&quot; title=&quot;Windows Server Update Services&quot;&gt;WSUS&lt;/a&gt;.  That&#039;s fine and well -- if you run a &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=F87B4C5E-4161-48AF-9FF8-A96993C688DF&amp;amp;displaylang=en#Requirements&quot;&gt;Microsoft Windows 2003/2008 Server&lt;/a&gt;.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Unfortunately most home users don&#039;t.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Don&#039;t dispair!   Some &lt;a href=&quot;http://www.h-online.com/security/Do-it-yourself-Service-Pack--/features/80682&quot;&gt;geeky German&#039;s&lt;/a&gt; have released a &lt;a href=&quot;http://www.gnu.org/licenses/gpl-3.0.html&quot;&gt;GPLv3 licensed&lt;/a&gt; utility that will pretty much undertake the task for you without the need for an expensive Microsoft Windows Server anywhere in sight.   &lt;a href=&quot;http://www.h-online.com/security/Offline-Update--/features/112953&quot;&gt;c&#039;t Offline Update&lt;/a&gt;, allows you to use either &lt;em&gt;Linux or Windows&lt;/em&gt; to download all the updates for both Microsoft Office and Microsoft Windows platforms.  In addition it can handle different language versions, and even build a nice ISO off all the updates so you can take it on the road, hand it to friends, etc.&lt;br /&gt;
&lt;br /&gt;
Why on earth would they code it to download the Windows Updates on Linux?    Well, it makes it easier to install in a central location -- say on a &lt;a href=&quot;http://www.samba.org/&quot; title=&quot;Open Source File and Print Server that mimicks Windows Server&quot;&gt;Samba server&lt;/a&gt; so that all your desktop machines can then install the updates from a central location over your LAN.  (Call it a poor man&#039;s WSUS!)&lt;br /&gt;
&lt;br /&gt;
To run under Linux it couldn&#039;t be easier.   Once you have downloaded &lt;a href=&quot;http://www.h-online.com/security/Offline-Update--/features/112953&quot;&gt;c&#039;t Offline Update&lt;/a&gt; and extracted it... change into the &lt;em&gt;sh&lt;/em&gt; subdirectory.  It&#039;s then just a matter of running the&lt;em&gt; DownloadUpdates.sh&lt;/em&gt; shell script with the right arguments:&lt;blockquote&gt;$ ./DownloadUpdates.sh -help&lt;br /&gt;
&lt;br /&gt;
**********************************************************&lt;br /&gt;
***            c&#039;t Offline Update Downloader           ***&lt;br /&gt;
***                  for Linux Systems                 ***&lt;br /&gt;
***                                                    ***&lt;br /&gt;
***   http://www.heise.de/ct/projekte/offlineupdate/   ***&lt;br /&gt;
***   Authors: Tobias Breitling, Stefan Joehnke        ***&lt;br /&gt;
**********************************************************&lt;br /&gt;
&lt;br /&gt;
Usage: ./DownloadUpdates.sh [system] [language] [parameter]&lt;br /&gt;
&lt;br /&gt;
Supported systems:&lt;br /&gt;
w2k, wxp, wxp-x64, w2k3, w2k3-x64, w60, w60-x64, oxp, o2k, o2k3, o2k7, all-x64, all-x86&lt;br /&gt;
&lt;br /&gt;
Supported languages:&lt;br /&gt;
enu, deu, nld, esn, fra, ptg, ptb, ita, rus, plk, ell, csy&lt;br /&gt;
dan, nor, sve, fin, jpn, kor, chs, cht, hun, trk, ara, heb&lt;br /&gt;
&lt;br /&gt;
Parameter:&lt;br /&gt;
/excludesp - do not download servicepacks&lt;br /&gt;
/makeiso   - create ISO-Image&lt;br /&gt;
/dotnet    - download .NET-Framework&lt;br /&gt;
/nocleanup - do not cleanup client directory&lt;br /&gt;
/proxy     - define proxyserver( /proxy http://[username:password@]&lt;server&gt;:&lt;port&gt;)&lt;br /&gt;
&lt;br /&gt;
Example: ./DownloadUpdates.sh wxp deu /dotnet /makeiso&lt;br /&gt;
&lt;br /&gt;
$&lt;/blockquote&gt;c&#039;t Update also provides a simple Windows GUI to automate the task:&lt;div align=&quot;center&quot;&gt;&lt;table align=&quot;center&quot; valign=&quot;top&quot; cellpadding=&quot;10&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Update_Windows_Updates.png&quot;&gt;&lt;img src=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Update_Windows_Updates.thumb.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Tab 1: Download&lt;br /&gt;Windows Updates&lt;/strong&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Update_Office_Updates.png&quot;&gt;&lt;img src=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Update_Office_Updates.thumb.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Tab 2: Download&lt;br /&gt;Office Updates&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Installing the updates on the client.&lt;/strong&gt;&lt;br /&gt;
Once you&#039;ve downloaded the updates and either burnt them to a CD/DVD (for easy portability) or made them available on a network share (&lt;em&gt;Tip: share the sub-directory called &lt;u&gt;client&lt;/u&gt;&lt;/em&gt;)  Windows users can then easily apply the updates.&lt;br /&gt;
&lt;br /&gt;
A user can run &lt;em&gt;UpdateInstaller.exe&lt;/em&gt; (in the root directory of the CD or the share).   The UpdateInstaller will determine what you have installed already (and grey these options out).  It&#039;s then just a case of selecting the options you want.&lt;div align=&quot;center&quot;&gt;&lt;table align=&quot;center&quot; valign=&quot;top&quot; cellpadding=&quot;10&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Updates_Install.png&quot;&gt;&lt;img src=&quot;http://matt.bottrell.com.au/uploads/ScreenShots/CT-Updates_Install.thumb.png&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;Client Installation&lt;br /&gt;of the various updates.&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;Now for those family members who are in dire need of a &#039;computer fix&#039; and need me to reinstall Windows for them, they&#039;ll be given burnt copies of the latest ISOs, so they can in future undertake the task themselves.   I would rather educate someone how to undertake the rebuild themselves for future use.  (That, and I really don&#039;t have the spare time/desire to rebuild dozens of Windows machines a year!  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;)&lt;br /&gt;
&lt;br /&gt;
Finally it&#039;s also worthwhile downloading and running the free &lt;a href=&quot;http://technet.microsoft.com/en-au/security/cc184924.aspx&quot;&gt;Microsoft Baseline Security Analyzer&lt;/a&gt; which will ensure you have all the updates applied (and inform you if you are missing any).  It&#039;s also a good idea to disable any non-essential services the tool recommends.&lt;br /&gt;
&lt;br /&gt;
Hopefully this tip will speed up the time it takes  to fully patch a Windows desktop after a reinstall.    &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Tue, 02 Jun 2009 01:59:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/359-guid.html</guid>
    <category>apps</category>
<category>family</category>
<category>ie</category>
<category>linux</category>
<category>microsoft</category>
<category>office</category>
<category>security</category>
<category>software</category>
<category>support</category>
<category>sysadmin</category>
<category>virtualbox</category>
<category>virtualization</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>The Linux Foundation speaks for no-one.</title>
    <link>http://matt.bottrell.com.au/archives/270-The-Linux-Foundation-speaks-for-no-one..html</link>
            <category>Apps</category>
            <category>Coding</category>
            <category>Hardware</category>
            <category>Linux</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/270-The-Linux-Foundation-speaks-for-no-one..html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=270</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=270</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    I was appalled after reading the rather rash statements made by &lt;a href=&quot;http://www.linux-foundation.org/weblogs/jzemlin/&quot;&gt;Jim Zemlin&lt;/a&gt; the Executive director of the &lt;a href=&quot;http://www.linuxfoundation.org/&quot;&gt;Linux Foundation&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
His rather bizarre statements against &lt;a href=&quot;http://www.sun.com/&quot; title=&quot;Sun Microsystems&quot;&gt;Sun&lt;/a&gt; (who is also a &lt;a href=&quot;http://www.linuxfoundation.org/en/Members&quot;&gt;silver member of the Foundation&lt;/a&gt;) must have left many execs in Santa Clara scratching their heads and wanting some answers.&lt;br /&gt;
What&#039;s worse is the story originally ran in &lt;a href=&quot;http://www.infoworld.com/article/08/09/24/39NF-linux-killing-solaris_1.html&quot;&gt;InfoWorld&lt;/a&gt;, then was picked up by the &lt;a href=&quot;http://www.nytimes.com/idg/IDG_852573C400693880002574CE00371FE1.html?pagewanted=1&amp;amp;ref=technology&quot;&gt;New York Times&lt;/a&gt;.  Other notable online sites also ran with it, including &lt;a href=&quot;http://linux.slashdot.org/article.pl?sid=08/09/25/2325232&quot; title=&quot;News for Nerds&quot;&gt;Slashdot&lt;/a&gt; and &lt;a href=&quot;http://lwn.net/Articles/300525/&quot;&gt;LWN&lt;/a&gt; to mention just two.&lt;br /&gt;
&lt;br /&gt;
Lets look at some of the statements the Exec Director of the Foundation made:&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;&quot;The future is Linux and Microsoft Windows, it is not Unix or Solaris.&quot;&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;Solaris has almost no new deployments and is a legacy operating environment offered by a company with financial difficulties. Original equipment manufacturers also do not see a bright future for Solaris.&lt;/em&gt;  This was paraphrased and not a direct quote.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;Sun&lt;/em&gt;, he declared, &lt;em&gt;should just move over to Linux.&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;&quot;It&#039;s certainly true that Unix is on the decline.&lt;/em&gt;&quot; - Discussing IBM AIX and HP-UX&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;&quot;The only people I hear talk about DTrace [Solaris&#039;s technology for assessing program and OS behaviours] and ZFS [the Zettabyte File System] as competitive features [are] Sun Microsystems sales representatives. It&#039;s not something I believe is impacting the market in any way.&quot;&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;em&gt;&quot;...With capabilities such as ZFS and DTrace, Sun is trying to compete based on minor features&quot;&lt;/em&gt;, Zemlin says. &lt;em&gt;&quot;That&#039;s literally like noticing the view from a third-story building as it burns to the ground.&quot;&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Zemlin, on Sun&#039;s open-source Solaris as &lt;em&gt;&quot;too little, too late.&quot;&lt;/em&gt; He also goes on to claim that there is no real open source community around OpenSolaris, arguing that Sun still controls development&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Open Solaris is no more than an attempt to expand the Solaris user base to drive customers to commercial Sun technology.&lt;/li&gt;&lt;br /&gt;
&lt;/ol&gt;Seriously where does the guy get off?&lt;br /&gt;
&lt;br /&gt;
Looking at &lt;a href=&quot;http://www.linuxfoundation.org/en/Staff&quot;&gt;his profile on the Linux Foundation&lt;/a&gt; it doesn&#039;t instil a level of confidence.&lt;br /&gt;
A former Exec at Free Standards Group (who with the OSDL merged to become the Linux Foundation).  He was also VP of Marketing of &lt;a href=&quot;http://www.covalent.net/&quot;&gt;Colavent Technologies&lt;/a&gt; (basically a crowd that sold commercial Apache support amongst other things).  In 2000 he was a board member of Corio an ASP, that had an IPO then was sold off in chunks.  IBM retains the &lt;a href=&quot;http://www.corio.com/&quot;&gt;http://www.corio.com/&lt;/a&gt; URL.&lt;br /&gt;
&lt;br /&gt;
So, from my reading he&#039;s got quite a bit of marketing/exec background for web-based application servers.... beyond that, I don&#039;t see any real technical prowless. He&#039;s a marketing suit that appears to shoot from the hip.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s review some of his &quot;quick-draws&quot;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;The future is Linux &lt;em&gt;and Windows&lt;/em&gt;?   &lt;br /&gt;
&lt;br /&gt;
WTF?!   Did you take crack before taking the interview?&lt;br /&gt;
&lt;br /&gt;
Sure as the exec. director of The Linux Foundation we expect you to come out and say &quot;Linux is the future&quot; - but to throw Microsoft in the mix -- you have to be kidding me.&lt;br /&gt;
&lt;br /&gt;
Look at general stall that Microsoft has had with Vista.   They have forced OEMs to install it, and even some of the larger ones now have kicked back and offer corporations and high-end consumer devices the option of Windows XP instead.&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;No major deployments of Solaris... and disliked by the OEMS.&lt;br /&gt;
&lt;br /&gt;
That must be news to both IBM and Dell, who offer OpenSolaris on their x86 series servers.&lt;br /&gt;
&lt;br /&gt;
As for a company in &#039;financial trouble&#039; this is an extract of the &lt;a href=&quot;http://materials.proxyvote.com/Approved/866810/20080924/CMBO_27948/HTML2/sun_microsystems-2008_0002.htm&quot;&gt;letter to shareholders&lt;/a&gt; attached to their &lt;a href=&quot;http://www.sun.com/aboutsun/investor/sec_filings/index.jsp&quot;&gt;latest Annual Report /10-K filing to the SEC&lt;/a&gt; (&lt;a href=&quot;http://materials.proxyvote.com/Approved/866810/20080924/CMBO_27948/HTML2/default.htm&quot;&gt;Read it online here&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
I&#039;ve included a screenshot the opening paragraph of the letter:&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://matt.bottrell.com.au/uploads/SunMicrosystems2008AnnualReport.png&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
That doesn&#039;t sound like a company in &#039;financial trouble&#039; to me.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
You can see this on their &lt;a href=&quot;http://materials.proxyvote.com/Approved/866810/20080924/CMBO_27948/HTML2/sun_microsystems-2008_0051.htm&quot;&gt;Consolidated Statements Of Operations&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;The decline of Unix (Solaris, HP-UX, AIX).&lt;br /&gt;
&lt;br /&gt;
It&#039;s interesting to note that all of these make hardware as well as an operating system.   These systems normally scale much larger than that of a traditional Linux server (excluding clusters).   Take a look at &lt;a href=&quot;http://www.sun.com/servers/highend/m9000/&quot;&gt;Sun&#039;s M9000&lt;/a&gt;, &lt;a href=&quot;http://www-03.ibm.com/systems/p/hardware/midrange_highend/index.html&quot;&gt;IBM&#039;s p5 595&lt;/a&gt; and &lt;a href=&quot;http://www.hp.com/products1/servers/scalableservers/superdome/specifications.html&quot;&gt;HP&#039;s HP-9000 Superdome Server&lt;/a&gt;.   These computers can replace dozens of Intel based servers and thus are not something companies run out and buy dozens of.  (well normally!)  Interestingly... both HP and IBM are also Platinum Members of the Linux Foundation.    With a Platinum membership of $500,000USD each. How&#039;s that for biting the hand that feeds you (literally in Zemlin&#039;s case).&lt;br /&gt;
&lt;br /&gt;
The I/O throughput and disk-subsystems available for these machines normally far outstrip that of anything under Intel/Linux range.&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;ZFS, Sun Zones/Containers and DTrace.&lt;br /&gt;
&lt;br /&gt;
Seriously you jest Mr Zemlin?&lt;br /&gt;
&lt;br /&gt;
Linux virtualization is still a mish-mash under heavy development. (take Xen, KVM, LVS and even Sun&#039;s VirtualBox)...  I wouldn&#039;t class as enterprise ready.   Hell, even VMWare that started in Linux roots, has moved over onto their own kernel.    Zones and Containers under Solaris are much neater and better suited to an enterprise environment.&lt;br /&gt;
&lt;br /&gt;
As for ZFS -- Linux has no mainstream file-system that competes.   The size of volumes and the ease of use leaves ext3 behind.  Even the upcoming ext4 has no real claims over ZFS.     For large scale filesystems, ZFS has it over native Linux filesystems. &lt;br /&gt;
&lt;br /&gt;
DTrace - ask any administrator of 100&#039;s of Linux servers if they think DTrace is a minor thing?  Sure &lt;a href=&quot;http://sourceware.org/systemtap/&quot;&gt;Systemtap&lt;/a&gt; is nice, but the &lt;a href=&quot;http://sourceware.org/systemtap/wiki/SystemtapDtraceComparison&quot;&gt;comparison of Systemtap to DTrace&lt;/a&gt; still shows some deficiencies.  Being able to trace safely on production systems is a requirement for something that can be used in the real world.  Add to it the ability to trace user-space programs and DTrace does indeed have some features many SysAdmins discuss and would love to see under Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Sun&#039;s open source Solaris &#039;too little-too late&#039;.  No community, still controlled by Sun.&lt;br /&gt;
&lt;br /&gt;
Wow...  I wonder if he would make the same statement if Microsoft released their OS as open-source?  Open-Solaris is a community site, though Sun still controls it.   There is nothing wrong with that.  It&#039;s their baby, and they can do with it what they like.&lt;br /&gt;
&lt;br /&gt;
Sun is still a large OSS backer....  remember products like &lt;a href=&quot;http://www.mysql.com/&quot;&gt;MySQL&lt;/a&gt;, &lt;a href=&quot;http://www.virtualbox.org/&quot;&gt;Innotek/VirtualBox&lt;/a&gt;, and hey, they even &lt;a href=&quot;http://www.sun.com/software/opensource/java/&quot;&gt;OpenSourced Java&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sun have shareholders to consider, and they need to make a return on their investments / R&amp;D.   I don&#039;t really have anything bad to say about the &lt;a href=&quot;http://www.sun.com/cddl/&quot;&gt;CDDL&lt;/a&gt;.  It makes sense for them... and hey something is better than nothing.  What I find hilarious is that many Linux advocates will bag the CDDL, but love Mozilla.    Wake up people... the CDDL is based on the &lt;a href=&quot;http://www.mozilla.org/MPL/MPL-1.1.html&quot;&gt;MPL&lt;/a&gt;!  The CDDL is also recognised as a license under the &lt;a href=&quot;http://www.opensource.org/licenses/cddl1.php&quot;&gt;OSI&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Open Solaris attempts  to drive customers to commercial Sun technology&lt;br /&gt;
&lt;br /&gt;
Actually most of the people I&#039;ve come across it are &lt;em&gt;already using&lt;/em&gt; the commercial  Solaris or wish to learn Solaris.  OpenSolaris is a nice way they can install it at home and come familiar with the environment outside of work at their own pace.  It makes sense that they can utilise the same operating system in their work-place and in the comforts of their own home. &lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;/ul&gt;For me,  I&#039;m a fan of Linux.    I love the breadth of software available to me, the rich and colourful community around it.  I have grown up watching Linux (I first compiled up an 0.54 kernel on a lowly 286).   My servers and desktops/laptops all run Linux.&lt;br /&gt;
&lt;br /&gt;
Having said that, I learnt *NIX on SunOS and later Solaris.   It has it&#039;s place, even in today&#039;s world.&lt;br /&gt;
I agree, the low-end UNIX servers are often replaced by Linux servers, yet there is nothing really in the Linux space that competes with the high-end UNIX environments.&lt;br /&gt;
&lt;br /&gt;
A lot of what we see in Linux has it&#039;s roots in commercial UNIX.  (Hell, who has networked file systems in their environment that doesn&#039;t use Sun&#039;s NFS?)&lt;br /&gt;
&lt;br /&gt;
So take some advice from a Linux admin at the coal face.  Linux co-exists well in a heterogeneous environment, sharing the space with commercial UNIXes and even those annoying Windows servers.&lt;br /&gt;
&lt;br /&gt;
If you need to beat up a &#039;Server OS&#039; next time Zemlin, try attacking Microsoft (Hint: they are not a member of the Linux Foundation).   &lt;br /&gt;
&lt;br /&gt;
Linux servers have probably dented more Windows server sales then that of commercial UNIX.  &lt;a href=&quot;http://www.samba.org/&quot;&gt;Samba&lt;/a&gt; has played a large role in that.&lt;br /&gt;
&lt;br /&gt;
Exchange is probably the last bastion of Microsoft dominance.  With the amount of Exchange &#039;replacements&#039; now on the go that run under Linux (ie: &lt;a href=&quot;http://www.postpath.com/&quot;&gt;PostPath&lt;/a&gt;, &lt;a href=&quot;http://www.zarafa.com/&quot;&gt;Zafara&lt;/a&gt;, &lt;a href=&quot;http://www.opengroupware.org&quot;&gt;OpenGroupWare&lt;/a&gt;, &lt;a href=&quot;http://www.scalix.com/&quot;&gt;Scalix&lt;/a&gt; and &lt;a href=&quot;http://www.open-xchange.com/&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;Open-Xchange&lt;/a&gt; to name just a small fraction of those available.  ) It&#039;s likely more inroads into the proprietary walls of Microsoft are now showing cracks in many corporations.   Many IT managers are struggling to justify the outrageous price they get slugged for Microsoft Exchange, and these cheaper and feature-rich alternatives are often fractions of the cost if not free.&lt;br /&gt;
&lt;br /&gt;
So next time you attempt to speak for the &#039;Linux Community&#039; Jim Zemlin, try actually speaking to some Linux administrators that live in the Fortune 500 world.  We aren&#039;t all hippies yelling &#039;free OS love&#039;.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;   In fact we happily co-exist with commercial *NIX and sometimes even Windows servers (much to our disgust).&lt;br /&gt;
&lt;br /&gt;
Leave your &quot;Us vs Them&quot; mentality at your door, it&#039;s not a view held by a large proportion of the Linux community.  Indeed many Linux administrators actually also administer other commercial *NIX machines in their day-to-day jobs.   There are more similarities between the commercial *NIX flavours and Linux than not.&lt;br /&gt;
&lt;br /&gt;
We do realise it&#039;s part of the Foundation&#039;s role to &#039;promote Linux&#039;, but keep the mud-slinging and crap out  of it.  Let Linux stand on it&#039;s own technical merits and not at the detriment of dragging another &#039;cousin&#039; down in the process.  We see enough of this style of &#039;marketing&#039; from Microsoft that we don&#039;t need to stoop to the same levels.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;&lt;sub&gt;&lt;strong&gt;Disclaimer:&lt;/strong&gt;&lt;br /&gt;
&amp;#8226; I work commercially as a Linux System Administrator at a Fortune-500 company.&lt;br /&gt;
&amp;#8226; I have however administered a large range of *NIX based operating systems over the years... including Solaris, HP-UX, AIX, Tru64, and IRIX just to mention a few of the more &#039;known&#039; variants.&lt;br /&gt;
&amp;#8226; My home desktop and all my servers run Linux.  Many that know me think I&#039;m a one-eyed Linux zealot!&lt;br /&gt;
&amp;#8226; I have no affiliations with Sun Microsystems at all.&lt;br /&gt;
&amp;#8226; The views and opinions expressed by some members of The Linux Foundation are not mine.&lt;/sub&gt;  
    </content:encoded>

    <pubDate>Sat, 27 Sep 2008 04:14:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/270-guid.html</guid>
    <category>apps</category>
<category>coding</category>
<category>email</category>
<category>hardware</category>
<category>java</category>
<category>linux</category>
<category>microsoft</category>
<category>mozilla</category>
<category>open source</category>
<category>samba</category>
<category>software</category>
<category>sysadmin</category>
<category>virtualbox</category>
<category>virtualization</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Improving VirtualBox performance</title>
    <link>http://matt.bottrell.com.au/archives/265-Improving-VirtualBox-performance.html</link>
            <category>Apps</category>
            <category>Hardware</category>
            <category>Linux</category>
            <category>Play</category>
            <category>Windows</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/265-Improving-VirtualBox-performance.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=265</wfw:comment>

    <slash:comments>30</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=265</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Most people don&#039;t read User Manuals.  It&#039;s a shame as they miss out on lots of great tid-bits.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
One such nugget can be found on Page 66 of the &lt;a href=&quot;http://download.virtualbox.org/virtualbox/2.0.2/UserManual.pdf&quot;&gt;VirtualBox User Manual&lt;/a&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Like a real SATA controller, VirtualBoxs virtual SATA controller operates faster and also consumes less CPU resources than the virtual IDE controller.&lt;/blockquote&gt;Interesting...&lt;br /&gt;
&lt;br /&gt;
I thought I would give this a go.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
I had an existing 32-bit Windows XP installation that used the traditional IDE interface, and found it used about 25% of my CPU when running (using an Intel Core 2 Duo E6600) when running under a 64-bit Linux installation.&lt;br /&gt;
&lt;br /&gt;
Whilst it ran fine, dropping the CPU utilisation and speeding it up sounded like a great idea.&lt;br /&gt;
Once done, I compared the results... it was indeed &#039;zippier&#039;, and low and behold, the CPU utilization had dropped to around 5%!  Now that&#039;s a big improvement!&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;img src=&quot;http://matt.bottrell.com.au/uploads/cpu-usage.png&quot; title=&quot;Gnome Screenlet showing CPU usage&quot; alt=&quot;Gnome Screenlet showing CPU usage&quot; /&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;So how did I go about it? &lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;Start the Virtual Machine as per usual.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Download and install the &lt;a href=&quot;http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=2101&quot;&gt;Intel Matrix Storage Manager&lt;/a&gt; (used to see the SATA interface).&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Install the software.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Shutdown the Virtual Machine&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Now create a temp virtual disk, and install this on SATA-1 on the virtual machine.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Boot back up and ensure you can see the disk (it won&#039;t be formatted, so you will probably need to look in the Disk Management utility found in the Administration Tools -&gt; Computer Management -&gt; Disk Management)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Hopefully you can see the newly added disk.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Shutdown the virtual machine.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Change your IDE disk to now be on SATA Port 0&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Remove the temp disk you previously added.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Boot back up and you should now be on a SATA HDD, that now is more snappier and uses a lot less CPU.&lt;/li&gt;&lt;/ol&gt;You can also use the &lt;a href=&quot;http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=2101&quot;&gt;floppy disk drivers&lt;/a&gt; to install it directly using the &#039;F6&#039; key during installation.&lt;/td&gt;&lt;/td&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
NB: For those using Vista - you&#039;ll find it supports SATA out of the box.  (No need to install an additional driver)   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
So enjoy faster and less resource hungry virtual machines.&lt;br /&gt;
&lt;br /&gt;
NB:  Whilst this covers SATA under Windows based Virtual machines, it also applies to running Linux based Virtual Machines.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;a href=&quot;http://matt.bottrell.com.au/uploads/Screenshot-VistaVirtualBox.png&quot; title=&quot;Vista Running under VirtualBox&quot;&gt;&lt;img align=&quot;center&quot; border=&quot;0&quot; src=&quot;http://matt.bottrell.com.au/uploads/Screenshot-VistaVirtualBox-small.png&quot; title=&quot;Vista Running under VirtualBox&quot; alt=&quot;Vista Running under VirtualBox&quot; /&gt;&lt;/a&gt;&lt;/center&gt; 
    </content:encoded>

    <pubDate>Thu, 25 Sep 2008 18:24:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/265-guid.html</guid>
    <category>apps</category>
<category>hardware</category>
<category>linux</category>
<category>microsoft</category>
<category>play</category>
<category>software</category>
<category>virtualbox</category>
<category>virtualization</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Firefox 3 - Come break a world record!</title>
    <link>http://matt.bottrell.com.au/archives/224-Firefox-3-Come-break-a-world-record!.html</link>
            <category>Apps</category>
            <category>Linux</category>
            <category>Web</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/224-Firefox-3-Come-break-a-world-record!.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=224</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=224</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    &lt;!-- s9ymdb:44 --&gt;&lt;a href=&quot;http://www.spreadfirefox.com/en-US/worldrecord&quot; title=&quot;Firefox 3 - Download Day 2008&quot;&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;250&quot; height=&quot;200&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://matt.bottrell.com.au/uploads/dday_badge_fox.png&quot; alt=&quot;Firefox 3 - Download Day 2008&quot; /&gt;&lt;/a&gt;At 3:00am AEST on Wednesday 18&lt;sup&gt;th&lt;/sup&gt; of June will herald the release of Firefox 3.&lt;br /&gt;
&lt;br /&gt;
It&#039;s a big jump ahead from the heady days of Firefox 1 and Firefox 2 days.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;   This version includes over 15,000 enhancements from the 2.x series.   It&#039;s faster, funkier and doesn&#039;t eat anywhere near the memory Firefox 2 did!&lt;br /&gt;
&lt;br /&gt;
The guys over at &lt;a href=&quot;http://www.spreadfirefox.com/&quot;&gt;SpreadFirefox&lt;/a&gt; are attempting to &lt;a href=&quot;http://www.spreadfirefox.com/en-US/worldrecord&quot;&gt;set a world record&lt;/a&gt;, with the most downloads in a given 24 hour period.  You too can be part of it!    &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I&#039;m currently running one of the Release Candidates, and I&#039;ve found it brilliant, all my favourite add-ons are now working flawlessly in it.&lt;br /&gt;
&lt;br /&gt;
So help spread the world,  &lt;a href=&quot;http://mozillalinks.org/wp/2008/01/firefox-global-market-share-reaches-211/&quot;&gt;Australia has around 30% of it&#039;s Internet users using Firefox&lt;/a&gt; these days.  So people do understand and utilise the crazy fox based browser.&lt;br /&gt;
&lt;br /&gt;
Moving more people off Internet Explorer will also ensure that Australian websites that wish to remain &#039;visible&#039; will also start writing websites that are browser agnostic and follow the &lt;a href=&quot;http://www.w3.org/&quot;&gt;W3C standards&lt;/a&gt; (something IE only websites break heavily).&lt;br /&gt;
&lt;br /&gt;
Microsoft claim that they are &lt;a href=&quot;http://blog.wired.com/monkeybites/2008/03/microsoft-backs.html&quot;&gt;going to be moving fully to standards compliance&lt;/a&gt; with &lt;a href=&quot;http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx&quot;&gt;IE8&lt;/a&gt;, but don&#039;t hold your breath.  We&#039;ve been hearing that for years.   As long as &lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9061101&quot;&gt;nasty ActiveX&lt;/a&gt; still hangs around like a bad fart in a crowded elevator it&#039;s not going to be compliant (or safe for that matter).   And yes, &lt;a href=&quot;http://blogs.msdn.com/ie/archive/2008/05/07/ie8-security-part-ii-activex-improvements.aspx&quot;&gt;IE8 will ship with ActiveX&lt;/a&gt;.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
So hop to it!  &lt;a href=&quot;http://www.spreadfirefox.com/en-US/worldrecord&quot;&gt;Pledge to download Firefox 3&lt;/a&gt; on Wednesday, and become a World Record Holder!   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  
    </content:encoded>

    <pubDate>Tue, 17 Jun 2008 23:25:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/224-guid.html</guid>
    <category>apps</category>
<category>firefox</category>
<category>internet</category>
<category>linux</category>
<category>microsoft</category>
<category>mozilla</category>
<category>security</category>
<category>web</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>The difficulty of Aussie small businesses adopting Linux</title>
    <link>http://matt.bottrell.com.au/archives/218-The-difficulty-of-Aussie-small-businesses-adopting-Linux.html</link>
            <category>Apps</category>
            <category>Coding</category>
            <category>Linux</category>
            <category>Web</category>
            <category>Windows</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/218-The-difficulty-of-Aussie-small-businesses-adopting-Linux.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=218</wfw:comment>

    <slash:comments>16</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=218</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    There are many reasons people are &lt;em&gt;stuck&lt;/em&gt; on Windows.&lt;br /&gt;
&lt;br /&gt;
For small businesses the main reason is their accounting software.&lt;br /&gt;
Like it or not, since the introduction of &lt;a href=&quot;http://www.ato.gov.au/businesses/pathway.asp?pc=001/003/022/002/014&amp;amp;mfp=001/003&amp;amp;mnu=3687#001_003_022_002_014&quot; title=&quot;Goods and Services Tax&quot;&gt;GST&lt;/a&gt; and &lt;a href=&quot;http://www.ato.gov.au/businesses/pathway.asp?pc=001/003/001&amp;amp;mfp=001/003&amp;amp;mnu=451#001_003_001&quot; title=&quot;Business Activity Statement&quot;&gt;BAS&lt;/a&gt; the days of the &lt;acronym title=&quot;Storing all receipts in a shoe-box for accounting purposes.&quot;&gt;shoe-box accounting&lt;/acronym&gt; have disappeared.  Every business that wants to keep accurate financial records requires an computerized accounting system.&lt;br /&gt;
&lt;br /&gt;
In Australia,  The introduction of  GST and BAS has made it difficult for these same people to move over to Linux.  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
The two most popular Small Business Accounting packages are &lt;a href=&quot;http://myob.com/servlet/Satellite?cid=1105078110482&amp;amp;pagename=MYOB%2FPage%2FHomePageTemplate&amp;amp;site=en_AU&quot; title=&quot;MYOB Australia&quot;&gt;MYOB&lt;/a&gt; and &lt;a href=&quot;http://home.quicken.com.au/&quot;&gt;QuickBooks&lt;/a&gt;.  Both products support the Australian market and handle submissions to the &lt;a href=&quot;http://www.ato.gov.au/&quot;&gt;ATO&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Many small businesses look for software that can handle base accounting (less then 25 invoices a week) &lt;em&gt;and an integrated simple payroll module&lt;/em&gt; that can pay their employees (1-5 typically).&lt;br /&gt;
&lt;br /&gt;
Both QuickBooks and MYOB operate as closed-source commercial software that runs on Windows (and on Mac - in the case of MYOB).  They also integrate heavily into Microsoft Office.&lt;br /&gt;
&lt;br /&gt;
Both business models expect customers to fork our between $500 - $800 for the initial purchase, and anywhere from $200- $500 annually to get &#039;updates&#039;.  For any small business this is a hefty investment just to keep up with the legal requirements of running their business.  Calling for support can also attract additional fees on top of the yearly retainer.&lt;br /&gt;
&lt;br /&gt;
As such, many are fearful to move on, but have a love-hate relationship with their accounting software provider.  They feel cheated and ripped off (and rightly so).  This duopoly has created a handsome cash-cow for both software makers. &lt;br /&gt;
&lt;br /&gt;
The current extortion model used by MYOB and Quicken is  best explained by &lt;a href=&quot;http://www.turbocashuk.com/BellsToll.html&quot;&gt;Turbo Cash&#039;s explaination&lt;/a&gt; (a GPL Windows Accounting package).  Unfortunately TurboCash is Windows software and contains no Australian payroll module. &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately, I am yet to see an OSS Linux accounting software that handles all the features required for an Australian business:&lt;ol&gt;&lt;li&gt;Handles Australian Taxation - including GST and BAS reporting/lodging&lt;/li&gt;&lt;li&gt;Handles Australian Payroll - including PAYG and Superannuation&lt;/li&gt;&lt;/ol&gt;The introduction of both these two options would see thousands migrate off Windows (it&#039;s often the only reason cited for not running Linux), and adopt a new accounting package.&lt;br /&gt;
&lt;br /&gt;
There is both &lt;a href=&quot;http://www.sql-ledger.com/&quot; title=&quot;SQL-Ledger® ERP is a double entry accounting/ERP system.&quot;&gt; Ledger-SQL&lt;/a&gt; and &lt;a href=&quot;http://www.ledgersmb.org/&quot;&gt;LedgerSMB&lt;/a&gt; (a fork of the former) that handle accounting and can be customized to handle GST.  Yet, they don&#039;t do anything to address BAS reporting/lodging or have a payroll module.  As such, both are unsuitable for the Australian SMB market without further heavy lifting.&lt;br /&gt;
&lt;br /&gt;
Their is commercial software like &lt;a href=&quot;http://www.sagebusiness.com.au/pg-Sage-Accpac.seo&quot;&gt;SAGE AccPac&lt;/a&gt; available, yet it&#039;s quite expensive and more geared towards a medium sized business and thus out of the price range for most small businesses. &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cry.png&quot; alt=&quot;:&#039;(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
One OSS project that did look indeed promising was &lt;a href=&quot;http://sourceforge.net/projects/symbol-accounts/&quot; title=&quot;Australian based OSS accounting and payroll solution.&quot;&gt;SYMBOL (Surf Your Money Books On Line)&lt;/a&gt;.  It was written by an accountant from Western Australia and licensed under the BSD license.&lt;br /&gt;
&lt;br /&gt;
I have been in Email discussion with the developer Edward Metcalfe, but it appears he has now moved on from the project and as such the project has stalled.  Looking at the CVS repository the last update was unfortunately 13 months ago.&lt;br /&gt;
&lt;br /&gt;
However, the software is indeed functional and delivers on the two items listed above (Australian Taxation/Payroll).  Whilst you would need to update the &lt;a href=&quot;http://www.ato.gov.au/businesses/content.asp?doc=/content/33283.htm&amp;amp;mnu=5050&amp;amp;mfp=001&quot;&gt;PAYG tax tables&lt;/a&gt; (no real show-stopper), it should do the job admirably.  &lt;a href=&quot;http://www.computerworld.com.au/index.php/id;1504289875&quot;&gt;ComputerWorld actually ran an article on SYMBOL&lt;/a&gt; in Februrary 2007.&lt;br /&gt;
&lt;br /&gt;
Those interested in SYMBOL, will find it is a web-based application so accounting can be down via a regular browser (making it suitable on either Mac/Windows/Linux clients)  It runs on a PostgreSQL backend and uses Perl/CGI for the front-end.  It also is multi-user based.  (One thing software like MYOB and Quicken charge an arm and a leg for!)  &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
The fear of running SYMBOL though in it&#039;s current form is that it is unmaintained.  It&#039;s likely the current government or subsequent ones will indeed look at overhauling the payroll and corporate tax systems (as opposed to just an implementation of the Goods and Services Tax).  This would mean that any software a small business adopts would need to address these modification.&lt;br /&gt;
&lt;br /&gt;
The ATO has worked to provide great documentation on the complex tax scheme we have in Australia for software developers.  Their &lt;a href=&quot;http://www.ato.gov.au/softwaredevelopers&quot;&gt;Software Developers Website&lt;/a&gt; gives test case scenarios and formulas to write compliant and competing software.&lt;br /&gt;
&lt;br /&gt;
I&#039;m in two minds:&lt;ol&gt;&lt;li&gt;Do I run SYMBOL and either start maintaining it or fork it?&lt;/li&gt;&lt;li&gt;Do I use a lot of the program logic, and spawn a completely new project?&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
Ideally I would love to see a AJAXed based web-version of the application with a modern interface using either the &lt;a href=&quot;http://developer.yahoo.com/yui/&quot; title=&quot;Yahoo User Interface Library&quot;&gt;Yahoo UI&lt;/a&gt; or the &lt;a href=&quot;http://dojotoolkit.org/&quot;&gt;Dojo Toolkit&#039;s&lt;/a&gt; &lt;a href=&quot;http://dojotoolkit.org/projects/dijit&quot;&gt;Dijit&lt;/a&gt; and &lt;a href=&quot;http://dojotoolkit.org/projects/dojox&quot;&gt;DojoX&lt;/a&gt; interfaces.&lt;br /&gt;
Either solution would provide an excellent interface and provide the user with an experience that matched a local fat client.  Using a web framework like &lt;a href=&quot;http://www.djangoproject.com/&quot; title=&quot;Python web framework&quot;&gt;Django&lt;/a&gt; and a PostgreSQL database underneath, would make for a solid backend. &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I think there is a market for an excellent OSS product to capture the market and knock off this &lt;acronym title=&quot;MYOB and Quicken&quot;&gt;duopoly&lt;/acronym&gt;.   However I suspect it will take some committed individuals to pull it off.  From the grumblings you hear frequently from small business owners there is a ready market to ditch their over-priced software once a viable and supported solution arises.&lt;br /&gt;
&lt;br /&gt;
Here are some &lt;a href=&quot;http://www.dfat.gov.au/aib/competitive_economy.html&quot;&gt;interesting facts&lt;/a&gt; about the Australian Small Business Market:&lt;ul&gt;&lt;li&gt;There are about 1.2 million small businesses in Australia employing around 3.3 million people.&lt;/li&gt;&lt;li&gt;During the past decade, small businesses have created an estimated 660,000 new jobs.&lt;/li&gt;&lt;li&gt;42% of all goods exporters are small businesses.&lt;/li&gt;&lt;li&gt;25% of the Australian GDP (estimated in 2006 at $1 trillion dollars) comes from small business.&lt;/li&gt;&lt;/ul&gt;That&#039;s a lot of potential users of an OSS product! &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I suspect a lot of OSS developers do a fair amount of &lt;acronym title=&quot;The holding of more than one paid job at the same time.&quot;&gt;moon-lighting&lt;/acronym&gt; and as such require a way to invoice for their work.  (Consulting may be your day time job also to pay for the bills, and OSS coding your passion and after hours work!).&lt;br /&gt;
&lt;br /&gt;
So what are your thoughts?&lt;br /&gt;
Is there enough interest in getting up an OSS Accounting+Payroll solution for Australian small businesses? 
    </content:encoded>

    <pubDate>Sun, 08 Jun 2008 12:29:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/218-guid.html</guid>
    <category>accounting</category>
<category>apps</category>
<category>coding</category>
<category>linux</category>
<category>microsoft</category>
<category>myob</category>
<category>open source</category>
<category>quicken</category>
<category>smb</category>
<category>symbol</category>
<category>web</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Forget Microsoft Office Documents forever!</title>
    <link>http://matt.bottrell.com.au/archives/213-Forget-Microsoft-Office-Documents-forever!.html</link>
            <category>Apps</category>
            <category>Linux</category>
            <category>Windows</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/213-Forget-Microsoft-Office-Documents-forever!.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=213</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=213</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    &lt;img width=&quot;110&quot; height=&quot;110&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://matt.bottrell.com.au/uploads/Pics/noooxml.thumb.png&quot; alt=&quot;&quot;  /&gt;We can all dream!   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
How many times do you get sent MS-Word, MS-Excel or MS-Powerpoint files?&lt;br /&gt;
Whilst &lt;a href=&quot;http://www.openoffice.org/&quot;&gt;OpenOffice&lt;/a&gt; does an excellent job opening them all, I would prefer them all in an open format natively.&lt;br /&gt;
&lt;br /&gt;
It appears the Dutch may come to the rescue and make that dream a reality. &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Reading through &lt;a href=&quot;http://ec.europa.eu/idabc/en/home&quot; title=&quot;Interoperable Delivery of European eGovernment Services to public Administrators, Businesses and Citizens&quot;&gt;IDABC website&lt;/a&gt; it appears that the &lt;a href=&quot;http://en.wikipedia.org/wiki/Dutch_Council_of_State&quot;&gt;Dutch Council of State&lt;/a&gt; are &lt;a href=&quot;http://ec.europa.eu/idabc/en/document/7638/469&quot;&gt;going to open-source an application they have written&lt;/a&gt; that allows you to convert flawlessly between Microsoft Office &lt;-&gt; Open Office.  It can also convert -&gt; PDF.&lt;br /&gt;
&lt;br /&gt;
At present, the only minor hiccup is images generated to PDF are a little &#039;darker&#039;.&lt;br /&gt;
&lt;br /&gt;
Really, I am happy to just get MS Office -&gt; OpenOffice.   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Really &lt;a href=&quot;http://ec.europa.eu/idabc/en/chapter/452&quot;&gt;the European approach to OSS&lt;/a&gt; is a beacon of light that hopefully is adopted across all regions.  The days of proprietry file formats are quickly disappearing.  For future generations and long term storage Open Standards in file formats in mandatory.&lt;br /&gt;
&lt;br /&gt;
History will look back at the stand the EU has made against Microsoft and show that their stance was the under swell that pushed many in that direction.&lt;br /&gt;
&lt;br /&gt;
It&#039;s great to see &lt;a href=&quot;http://www.tectonic.co.za/wordpress/wp-content/uploads/2008/05/dis-29500-appeal-letter-iso-2008-0-22.pdf&quot;&gt;South Africa has also filed their appeal against the OOXML&lt;/a&gt; becoming an ISO standard.   It does show there are some people left within ISO that still have a back-bone and conscience.&lt;blockquote&gt;South Africa challenges the validity of the final vote that we contend was based upon inadequate information resulting from poorly conducted BRM. Moreover, we challenge the validity of a process that, from beginning to end, required all parties involved to analyze far too much information in far too little time, involved a BRM that did not remotely provide enough time to perform the appointed purpose of that procedure, and for which an arbitrary time limitation was imposed to discuss and resolve a significant number of substantial responses, despite the Directives for not requiring any such limitation as to duration.&lt;br /&gt;
&lt;br /&gt;
It is our opinion that the process followed during all stages of this fast track has harmed the reputations of both ISO and the IEC and brought the processes enshrined in the Directives into disrepute, and that this negative publicity has, in turn, also harmed the reputations of all member bodies of ISO and the IEC.&lt;/blockquote&gt;Let&#039;s hope this appeal isn&#039;t squashed in a face-saving exercise by ISO.  The entire ISO process surrounding the adoption was flawed from the start with many unethical breaches of conduct undertaken during the whole voting process. 
    </content:encoded>

    <pubDate>Sat, 31 May 2008 00:06:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/213-guid.html</guid>
    <category>apps</category>
<category>linux</category>
<category>microsoft</category>
<category>office</category>
<category>openoffice</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>SuSE Linux 10.1 Screenshots</title>
    <link>http://matt.bottrell.com.au/archives/140-SuSE-Linux-10.1-Screenshots.html</link>
            <category>Apps</category>
            <category>Coding</category>
            <category>Linux</category>
            <category>Play</category>
            <category>Windows</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/140-SuSE-Linux-10.1-Screenshots.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=140</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=140</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    I&#039;ve just been testing &lt;a href=&quot;http://www.opensuse.org/&quot;&gt;SuSE Linux 10.1&lt;/a&gt; in a &lt;a href=&quot;http://www.vmware.com/&quot;&gt;VMWare machine&lt;/a&gt; to test it&#039;s capabilities and getting ready to run it on my new PC purchase (post on that in the next few days).&lt;br /&gt;&lt;br /&gt;I took the opportunity to take some screenshots of the install and the running operating system.&lt;br /&gt;&lt;br /&gt;Feel free to &lt;a href=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/&quot;&gt;take a look&lt;/a&gt;:&lt;br /&gt;&lt;a href=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/&quot;&gt; &lt;/a&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/&quot;&gt;&lt;img src=&quot;http://gallery.bottrell.com.au/d/1446-5/Suse_10_1.png&quot; id=&quot;IFid5&quot; class=&quot;ImageFrame_image giThumbnail&quot; alt=&quot;SuSE Linux 10.1&quot; longdesc=&quot;Screenshots of the installation of SuSE Linux 10.1&quot; height=&quot;150&quot; width=&quot;150&quot; /&gt; &lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;SuSE Linux 10.1 is an extremely slick operating system - and offers some fantastic benefits to those looking at either upgrading their current Windows machine or looking for a WindowsXP replacement.&lt;br /&gt;&lt;br /&gt;Best of all is that it&#039;s open-source and packed with all the software you will ever need! &lt;img src=&quot;http://img246.imageshack.us/img246/8399/thumbsup4kk.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;Traditionally, those under Windows would need to buy additional software to provide:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Office Suite (Word Processor, Spreadsheet, Presentation, Database, Email, etc.)&amp;#160; (eg: Microsoft Office)&lt;/li&gt;&lt;li&gt;Project Planning Software (eg:&amp;#160; Microsoft Project)&lt;/li&gt;&lt;li&gt;Acrobat PDF writing software (eg: Adobe Acrobat)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Raster Graphics Software&amp;#160; (eg: Adobe Photoshop)&lt;/li&gt;&lt;li&gt;Vector Graphics Software (eg: Adobe Illustrator)&lt;/li&gt;&lt;li&gt;HTML Editor (eg: Microsoft Frontpage)&lt;/li&gt;&lt;li&gt;Video Editing Software (eg: Adobe Premiere)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;CD/DVD Burning Software (eg: Ahead Nero)&lt;/li&gt;&lt;/ul&gt;SuSE Linux bundles all this software.&amp;#160;&amp;#160; Making life much easier and cheaper!&lt;br /&gt;If you were to buy these equiv. software bundles under Windows you would be up for $3,000 - $5,000! &lt;img src=&quot;http://www.feebleminds-gifs.com/smiley-faces-28.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;What&#039;s more you can pick and choose what you want to install.&lt;br /&gt;&lt;br /&gt;One of the largest innovations is the introduction of &lt;a href=&quot;http://www.xensource.com/&quot;&gt;Xen Hyperviser V3.02&lt;/a&gt; - which allows you to run multiple versions of operating systems at &lt;a href=&quot;http://www.cl.cam.ac.uk/Research/SRG/netos/xen/performance.html&quot;&gt;&lt;i&gt;near-native speeds!&lt;/i&gt;&lt;/a&gt;&amp;#160; VMWare and Virtual Server have provided &#039;Virtual Machines&#039; for years, but have always suffered a performance loss, Xen removes this with their &#039;para-virtualisation&#039; approach.&lt;br /&gt;&lt;br /&gt;For those people that still believe that they couldn&#039;t run Linux instead of Windows... take a look at these screenshots.&amp;#160;&amp;#160; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;P ALIGN=CENTER&gt;&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/34-app-menu.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1544-2/34-app-menu.png&quot; NAME=&quot;graphics1&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/44-app-firefox.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1574-2/44-app-firefox.png&quot; NAME=&quot;graphics2&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/45-app-evolution.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1577-2/45-app-evolution.png&quot; NAME=&quot;graphics3&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;
&lt;P ALIGN=CENTER&gt;&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/46-app-wordprocessor.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1580-2/46-app-wordprocessor.png&quot; NAME=&quot;graphics4&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/47-app-spreadsheet.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1583-2/47-app-spreadsheet.png&quot; NAME=&quot;graphics5&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/48-app-presentation.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1586-2/48-app-presentation.png&quot; NAME=&quot;graphics6&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;
&lt;P ALIGN=CENTER&gt;&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/50-app-database.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1592-2/50-app-database.png&quot; NAME=&quot;graphics7&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/60-desktop-prefs.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1622-2/60-desktop-prefs.png&quot; NAME=&quot;graphics8&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/51-yast-software.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1595-2/51-yast-software.png&quot; NAME=&quot;graphics9&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;
&lt;P ALIGN=CENTER&gt;&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/65-burner-app.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1637-2/65-burner-app.png&quot; NAME=&quot;graphics10&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/67-project.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1643-2/67-project.png&quot; NAME=&quot;graphics11&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;br /&gt;
&lt;A HREF=&quot;http://gallery.bottrell.com.au/v/matt/Suse_10_1/66-video-edit.png.html&quot;&gt;&lt;IMG SRC=&quot;http://gallery.bottrell.com.au/d/1640-2/66-video-edit.png&quot; NAME=&quot;graphics12&quot; ALIGN=BOTTOM WIDTH=150 HEIGHT=150 BORDER=0&gt;&lt;/A&gt;&lt;/P&gt;&lt;br /&gt;Scarey wasn&#039;t it?!&amp;#160; &lt;img src=&quot;http://img103.exs.cx/img103/6541/biggrin.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;Linux is well and truely ready for the home user.&amp;#160; It&#039;s easy to use, free of viruses (Windows viruses don&#039;t run under Linux!)&amp;#160; and has a swag of support and a price-tag that is excellent on the family budget.&lt;br /&gt;&lt;br /&gt;It&#039;s probably time to reassess your next computer operating system... particularly with Vista due out early next year.&lt;br /&gt; 
    </content:encoded>

    <pubDate>Tue, 18 Jul 2006 16:18:12 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/140-guid.html</guid>
    <category>apps</category>
<category>coding</category>
<category>hardware</category>
<category>Linux</category>
<category>microsoft</category>
<category>play</category>
<category>review</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Windows Defender: Upgrade from Microsoft AntiSpyware</title>
    <link>http://matt.bottrell.com.au/archives/133-Windows-Defender-Upgrade-from-Microsoft-AntiSpyware.html</link>
            <category>Apps</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/133-Windows-Defender-Upgrade-from-Microsoft-AntiSpyware.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=133</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=133</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Microsoft has released their upgraded product for their popular and useful AntiSpyware product.&lt;br /&gt;&lt;br /&gt;Like MS AntiSpyware -- &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=435BFCE7-DA2B-4A6A-AFA4-F7F14E605A0D&amp;amp;displaylang=en&quot;&gt;Windows Defender&lt;/a&gt; is free.&amp;#160;&lt;img src=&quot;http://img103.exs.cx/img103/6541/biggrin.gif&quot; alt=&quot;&quot;  /&gt; &lt;br /&gt;So if you used the first, it&#039;s time to upgrade to Windows Defender.&amp;#160; &lt;img src=&quot;http://img115.exs.cx/img115/9916/z4dwink.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://matt.bottrell.com.au/pics/windowsdefender.gif&quot;&gt;&lt;img alt=&quot;Windows Defender&quot; title=&quot;Windows Defender&quot; src=&quot;http://matt.bottrell.com.au/pics/windowsdefender-thumb.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Some of the interesting points about the upgrade:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Better User Interface - Making it easier to use and navigate&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Improved Detection and Removal of Spyware due to a new engine.&lt;/li&gt;&lt;li&gt;Real-time protection has been improved.&lt;/li&gt;&lt;li&gt;Can protect all users on the system... not just the one who installed it.&lt;/li&gt;&lt;li&gt;Can be installed without Admin privileges... making life much easier for many.&lt;/li&gt;&lt;li&gt;Supports 64-bit &lt;a href=&quot;http://www.microsoft.com/downloads/info.aspx?na=47&amp;amp;p=2&amp;amp;SrcDisplayLang=en&amp;amp;SrcCategoryId=&amp;amp;SrcFamilyId=435BFCE7-DA2B-4A6A-AFA4-F7F14E605A0D&amp;amp;u=details.aspx%3ffamilyid%3d61F0C114-6FFE-4FAD-8CA5-74F236E9283B%26displaylang%3den&quot;&gt;Windows XP x64&lt;/a&gt; machines.&lt;/li&gt;&lt;li&gt;Automatically downloads the latest definitions so you are always current.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;You can read more from the &lt;a href=&quot;http://www.microsoft.com/athome/security/spyware/software/default.mspx&quot;&gt;Windows Defender&lt;/a&gt; website. 
    </content:encoded>

    <pubDate>Fri, 21 Apr 2006 00:52:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/133-guid.html</guid>
    <category>apps</category>
<category>microsoft</category>
<category>security</category>
<category>spam</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Windows Vista: Not on your current machine!</title>
    <link>http://matt.bottrell.com.au/archives/129-Windows-Vista-Not-on-your-current-machine!.html</link>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/129-Windows-Vista-Not-on-your-current-machine!.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=129</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=129</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.microsoft.com/&quot;&gt;Microsoft&lt;/a&gt; are poised to announce the release of their next operating system later this year.&amp;#160; &lt;a href=&quot;http://www.microsoft.com/Windowsvista/&quot;&gt;Windows Vista&lt;/a&gt; will have some fancy new features... that will give you the &lt;i&gt;&quot;ohhhs and ahhhhs&quot;&lt;/i&gt; for all but 15 minutes.... but under the hood is still a lot of existing Windows features from Windows 2000 and Windows XP.&lt;br /&gt;&lt;br /&gt;What&#039;s worse is the eye-candy that will be on by default that regular users won&#039;t know how to disable ensures they&#039;ll almost certainly require a new computer to get reasonable performance out of it.&lt;br /&gt;&lt;br /&gt;Basically you should expect to have:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Pentium 4 or AMD 64 processor or better.&lt;/li&gt;&lt;li&gt;512MB of RAM (though I would recommend 1GB - 2GB if you want any decent response).&lt;/li&gt;&lt;li&gt;A high end video card (with at least 128MB of Video RAM - preferably with 256MB of Video RAM).&lt;/li&gt;&lt;/ul&gt;The majority of home computers won&#039;t make the grade.&amp;#160; &lt;img src=&quot;http://img117.echo.cx/img117/5600/smile0034db.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;What&#039;s worse, is that Microsoft are likely to start the &#039;only for Vista&#039; program that many patches and security updates have occurred for Windows XP. (For example some patches for Windows XP though vulnerable under Windows 2000 and Windows 98 were not made available -- Microsoft&#039;s stance:&amp;#160; Upgrade to XP).&lt;br /&gt;Microsoft are touting that Vista will be the &lt;i&gt;&#039;most secure OS to date&#039;.&lt;/i&gt;&amp;#160;&amp;#160; This might be true of Windows... but isn&#039;t so when compared to the likes of Linux or Macintosh Operating Systems.&amp;#160; &lt;img src=&quot;http://livinonaprayer.superforos.com/images/smiles/nana.gif&quot; alt=&quot;&quot;  /&gt;&amp;#160; I don&#039;t like Microsoft&#039;s chances... they have already had a &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=228f2cdc-7148-4002-86bb-e4ade080ea86&amp;amp;displaylang=en&quot;&gt;security update to plug a vulnerability&lt;/a&gt; (and the product hasn&#039;t even shipped!)&amp;#160; &lt;br /&gt;&lt;br /&gt;The most annoying feature is that all this eye candy serves little to no purpose.&amp;#160;&amp;#160;&lt;img src=&quot;http://img.chefkoch.de/img/smileys/motzki.gif&quot; alt=&quot;&quot;  /&gt;The &lt;a href=&quot;http://en.wikipedia.org/wiki/WinFS&quot;&gt;WinFS&lt;/a&gt; has long been scratched from Vista; which would have moved computing into new grounds. &amp;#160; &lt;br /&gt;&lt;br /&gt;Also &lt;a href=&quot;http://en.wikipedia.org/wiki/Digital_Rights_Management&quot;&gt;DRM&lt;/a&gt; will be built directly into the operating system.&amp;#160; So don&#039;t expect music or video you download to run on your computer unless you have a license!&amp;#160; &lt;img src=&quot;http://img117.exs.cx/img117/9585/q9crolleyes.gif&quot; alt=&quot;&quot;  /&gt;&amp;#160; Add to it &lt;a href=&quot;http://en.wikipedia.org/wiki/Trusted_computing&quot;&gt;&#039;Trusted Computing&#039;&lt;/a&gt; where it can be used by software manufacturers (ie: Microsoft) to control your computer without your permission. &amp;#160; Under such schemes, users will not be able to stop Microsoft from scanning your entire hard-drive, and logging it&#039;s contents or even your Email and confidential files.&amp;#160; I certainly won&#039;t be allowing such an invasion of my privacy for the &#039;privledge&#039; of using their software that I buy!&lt;br /&gt;&lt;br /&gt;One thing that is bound to catch people out is that Microsoft are getting tougher on their licensing models.&amp;#160;&amp;#160; Traditionally people who bought a computer, or new CPU/motherboard or the like would buy the OEM version of Windows and install that.&amp;#160; It is generally around $100-$200 cheaper than the &#039;retail&#039; product.&lt;br /&gt;&lt;br /&gt;However, Microsoft has stated they will force people into buying full retail product versions at these inflated costs.&amp;#160; You can still buy an OEM version, but if your motherboard, CPU or Hard-Drive gets replaced, don&#039;t expect Microsoft to let you use your OEM version...&amp;#160; nope...&amp;#160;&amp;#160; it&#039;s a once only license.&lt;br /&gt;&lt;br /&gt;So before you think you &lt;i&gt;must&lt;/i&gt; upgrade to that shiney version of Windows later this year, ensure you read up... there are many pitfalls to this new version that are bound to catch consumers out.&amp;#160; &lt;img src=&quot;http://img117.echo.cx/img117/5600/smile0034db.gif&quot; alt=&quot;&quot;  /&gt; 
    </content:encoded>

    <pubDate>Sat, 11 Mar 2006 23:06:43 +1100</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/129-guid.html</guid>
    <category>hardware</category>
<category>microsoft</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Next generation Linux Desktop</title>
    <link>http://matt.bottrell.com.au/archives/124-Next-generation-Linux-Desktop.html</link>
            <category>Apps</category>
            <category>Linux</category>
            <category>Play</category>
            <category>Windows</category>
            <category>Work</category>
    
    <comments>http://matt.bottrell.com.au/archives/124-Next-generation-Linux-Desktop.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=124</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://matt.bottrell.com.au/rss.php?version=2.0&amp;type=comments&amp;cid=124</wfw:commentRss>
    

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    There has been a lot of debate whether Linux is ready to be a desktop replacement for Windows over the last 5 years.&lt;br /&gt;&lt;br /&gt;Companies like &lt;a href=&quot;http://www.redhat.com/&quot;&gt;Redhat&lt;/a&gt; (&lt;a href=&quot;http://www.redhat.com/en_us/USA/rhel/details/clients/&quot;&gt;Redhat Desktop&lt;/a&gt; and &lt;a href=&quot;http://fedora.redhat.com/&quot;&gt;Fedora Core&lt;/a&gt;), &lt;a href=&quot;http://www.novell.com/&quot;&gt;Novell&lt;/a&gt; (&lt;a href=&quot;http://www.novell.com/products/desktop/&quot;&gt;Novell Linux Desktop&lt;/a&gt; and &lt;a href=&quot;http://www.opensuse.org/&quot;&gt;OpenSuSE&lt;/a&gt;), and &lt;a href=&quot;http://www.canonical.com/&quot;&gt;Canoncial&lt;/a&gt;  (&lt;a href=&quot;http://www.ubuntu.com/&quot;&gt;Ubuntu Linux&lt;/a&gt;) are doing a lot to make that a reality.&lt;br /&gt;&lt;br /&gt;Novell is forging ahead with some major new components that will give Linux desktops the edge when it comes to eye-candy and stunning graphical displays.&amp;#160; Novell is working on both &lt;a href=&quot;http://en.opensuse.org/Xgl&quot;&gt;Xgl&lt;/a&gt; and &lt;a href=&quot;http://en.opensuse.org/Compiz&quot;&gt;Compiz&lt;/a&gt; that will turn desktops upside turn (literally!) &lt;img src=&quot;http://img103.exs.cx/img103/6541/biggrin.gif&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://matt.bottrell.com.au/pics/LinuxDesktop/movie-cube.jpg&quot;&gt;&lt;img src=&quot;http://matt.bottrell.com.au/pics/LinuxDesktop/movie-cube_sm.jpg&quot; alt=&quot;XGL in operation&quot; title=&quot;XGL in operation&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div align=&quot;left&quot;&gt;&lt;br /&gt;Novell will ship the Xgl components in their upcoming OpenSuSE 10.1 release that is &lt;a href=&quot;http://en.opensuse.org/Roadmap&quot;&gt;scheduled for March 2006&lt;/a&gt;.&amp;#160; Other Linux distributions will follow shortly after.&lt;br /&gt;This will beat &lt;a href=&quot;http://www.microsoft.com/windowsvista/&quot;&gt;Microsoft&#039;s next version of Windows - Vista&lt;/a&gt; to market and provide users and graphic artists with a modern and dynamic working environment.&lt;br /&gt;&lt;br /&gt;A 3D desktop - as shown above is only one of the fancy features that Xgl will deliver.&amp;#160; You can see a range of demos from the &lt;a href=&quot;http://www.novell.com/linux/xglrelease/&quot;&gt;Xgl webpage at Novell&lt;/a&gt;.&amp;#160; These include true transparency and shading, some interesting ways to manage multiple windows on your desktop and the like.&lt;img src=&quot;http://img115.exs.cx/img115/9916/z4dwink.gif&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;It&#039;s great to see Linux is not only bringing many of the graphical features people love but also pushing the boundaries with new and exciting ways to work. &lt;img src=&quot;http://img103.exs.cx/img103/6541/biggrin.gif&quot; border=&quot;0&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;&lt;br /&gt;The days of finding an excuse to remain on Windows is very quickly disappearing!&lt;br /&gt;&lt;/div&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Wed, 22 Feb 2006 11:51:26 +1100</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/124-guid.html</guid>
    <category>apps</category>
<category>gnome</category>
<category>Linux</category>
<category>microsoft</category>
<category>play</category>
<category>windows</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>

</channel>
</rss>