<?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 windows)</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>Linux Printing - where is the fun in that</title>
    <link>http://matt.bottrell.com.au/archives/311-Linux-Printing-where-is-the-fun-in-that.html</link>
            <category>Apps</category>
            <category>Hardware</category>
            <category>Linux</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/311-Linux-Printing-where-is-the-fun-in-that.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=311</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Ahh the good ol&#039; days.   &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 distinctly remember the days when you would stick a printer on the network and then wrestle with the sucker getting the right settings so your printouts didn&#039;t look like Egyptian hieroglyphics.&lt;br /&gt;
Installing custom filters and weird control files were all the norm.  Not so much now. &lt;br /&gt;
&lt;br /&gt;
Thanks to &lt;a href=&quot;http://heimic.net/&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;Michael Fox&lt;/a&gt; advice, I purchased a Brother Mono Laser printer this week (that handles Duplex/Networking as well).  The Brother &lt;a href=&quot;http://www.brother.com.au/products/printer_productoverview.asp?ProductID=199&amp;amp;SubCategoryID=4&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;HL-5250DN&lt;/a&gt; works 100% under Linux and just &lt;a href=&quot;http://openprinting.org/show_printer.cgi?recnum=Brother-HL-5250DN&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;required installing the PPDs&lt;/a&gt; off &lt;a href=&quot;http://linuxfoundation.org/en/OpenPrinting&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;LinuxPrinting.org&lt;/a&gt; (though it was working fine prior to that just via CUPS and the included driver).   What&#039;s even more surprising is that they have a &lt;a href=&quot;http://solutions.brother.com/linux/en_us/index.html&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;Linux section on the Brother website&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I had the printer uninstalled from the box, read the &#039;setup instructions&#039; included (plug this, remove that, etc), and had it printing duplex in &lt; 10 minutes!&lt;br /&gt;
&lt;br /&gt;
Before Michael&#039;s advice -- I had avoided Brother printers -- mainly due to having a PoS Brother plain-paper Fax machine.   It seems their printers are much better than their Faxes.  &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;
So a big thanks to Michael.    &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 I ask Linux developers... stop making it so easy to install hardware.  Otherwise everyone will be running Linux before too long!  &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;
Now -- I only need a bookcase in my office, and I&#039;ve completed my &lt;a href=&quot;http://matt.bottrell.com.au/archives/304-Not-Marching-South....html&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;new office setup&lt;/a&gt;! 
    </content:encoded>

    <pubDate>Thu, 22 Jan 2009 04:16:00 +1100</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/311-guid.html</guid>
    <category>apps</category>
<category>cups</category>
<category>fonts</category>
<category>gnome</category>
<category>hardware</category>
<category>linux</category>
<category>networking</category>
<category>office</category>
<category>printing</category>
<category>software</category>
<category>support</category>
<category>windows</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Making your fonts fontastic!</title>
    <link>http://matt.bottrell.com.au/archives/283-Making-your-fonts-fontastic!.html</link>
            <category>Linux</category>
    
    <comments>http://matt.bottrell.com.au/archives/283-Making-your-fonts-fontastic!.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=283</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    One thing Linux often gets bashed about is &#039;the fonts look crap&#039;, or something similar.&lt;br /&gt;
&lt;br /&gt;
True, it&#039;s hard to deny, most distros ship their distro without enabling certain features to give you great looking fonts.  (Basically &lt;a href=&quot;http://freetype.sourceforge.net/patents.html&quot;&gt;to avoid patent issues&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Having said that, there is no issue with users deciding what&#039;s best for them.  &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 recently &lt;a href=&quot;http://tombuntu.com/index.php/2008/10/15/tweak-your-font-rendering-for-better-appearance/&quot;&gt;read a blog post&lt;/a&gt; describing how to get those nice crisp clean fonts that we all would like.  That in turn &lt;a href=&quot;http://rewind.themasterplan.in/2007/07/15/sexy-smooth-fonts-on-kubuntu/&quot;&gt;lead to this excellent post&lt;/a&gt;, that has a great &lt;a href=&quot;http://rewind.themasterplan.in/dl/Kubuntu_FontsConf&quot;&gt;~/.fonts.conf file&lt;/a&gt; if you like the look of those silky smooth Apple OSX fonts.  (In fact some people think these settings make Linux fonts appear even better than OSX!  -- ymmv)&lt;br /&gt;
&lt;br /&gt;
Take a look at his example screenshots, comparing &lt;a href=&quot;http://rewind.themasterplan.in/wp-content/uploads/2007/07/snapshot_fontwindows.png&quot;&gt;Windows (no AntiAliasing)&lt;/a&gt;, &lt;a href=&quot;http://rewind.themasterplan.in/wp-content/uploads/2007/07/snapshot_fontosx.png&quot;&gt;MacOSX&lt;/a&gt;, and &lt;a href=&quot;http://rewind.themasterplan.in/wp-content/uploads/2007/07/snapshot_fontubuntu.png&quot;&gt;Linux&lt;/a&gt; -- and you decide.&lt;br /&gt;
&lt;br /&gt;
I turned it on Thursday night, and it&#039;s been refreshingly crisp and clean.  Well worth a look.  &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&#039;d be interested to know what other options people are setting and what they&#039;ve discovered to get the &#039;wow&#039; factor out of their fonts.&lt;br /&gt;
&lt;br /&gt;
Some great background reading can be found on the &lt;a href=&quot;http://fontconfig.org/&quot;&gt;font-config website&lt;/a&gt;, and in particular the &lt;a href=&quot;http://fontconfig.org/fontconfig-user.html&quot;&gt;fonts-conf User Manual&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 21 Oct 2008 00:44:46 +1100</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/283-guid.html</guid>
    <category>fonts</category>
<category>linux</category>
<category>macosx</category>
<category>windows</category>
<category>X11</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Making Google Chrome more private</title>
    <link>http://matt.bottrell.com.au/archives/273-Making-Google-Chrome-more-private.html</link>
            <category>Apps</category>
            <category>Linux</category>
            <category>Web</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/273-Making-Google-Chrome-more-private.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=273</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Most people are aware the &lt;a href=&quot;http://www.google.com/chrome/?hl=en&quot;&gt;Google&#039;s Chrome Browser&lt;/a&gt; is based on the great work of the &lt;a href=&quot;http://dev.chromium.org/Home&quot;&gt;Chromium Browser Project&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.codeweavers.com/&quot;&gt;CodeWeavers&lt;/a&gt; have even created a free &#039;port&#039; of Google Chrome for Linux users, aptly named &lt;a href=&quot;http://www.codeweavers.com/services/ports/chromium/&quot;&gt;CrossOver Chromium&lt;/a&gt;.  This means Linux people don&#039;t need to feel left out of all the Google lovin&#039;.&lt;br /&gt;
&lt;br /&gt;
There have been &lt;a href=&quot;http://www.guardian.co.uk/technology/blog/2008/sep/04/googlechromeprivacyissuesa&quot;&gt;a few people concerned with privacy issues&lt;/a&gt; (also &lt;a href=&quot;http://www.mercurynews.com/breakingnews/ci_10510989?nclick_check=1&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://news.cnet.com/8301-13860_3-10031661-56.html?tag=txt&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;here&lt;/a&gt;) when using the &lt;a href=&quot;http://www.google.com/chrome/?hl=en&quot;&gt;Google Chrome browser&lt;/a&gt;.  &lt;a href=&quot;http://news.cnet.com/8301-13860_3-10032047-56.html&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;Even the EFF has raised concerns&lt;/a&gt;. Google has reacted and posted some &lt;a href=&quot;http://www.google.com/chrome/intl/en/privacy.html&quot;&gt;information regarding privacy in Chrome&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
There has been some applications produced that remove one of the largest concerns people have (a unique ID assigned to every installation of Chrome).  In particular &lt;a href=&quot;http://blog.gjl-network.net/blog/index.php?archives/166-English.html&amp;amp;serendipity[lang_selected]=en&quot;&gt;Chrome Privacy Guard&lt;/a&gt; will strip this unique ID out for you.  Turning off some of the features (like &lt;a href=&quot;http://labs.google.com/suggestfaq.html&quot;&gt;Google Suggest&lt;/a&gt;) via the Browser preferences will also limit the amount of information sent back to the mothership (Google).&lt;br /&gt;
&lt;br /&gt;
Buoyed by all these privacy concerns, &lt;a href=&quot;http://www.srware.net/&quot;&gt;SRWare&lt;/a&gt; a German software company have released &lt;a href=&quot;http://www.srware.net/en/software_srware_iron.php&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;&#039;Iron&#039;&lt;/a&gt;,  a browser also based on Chromium source but &lt;a href=&quot;http://www.srware.net/en/software_srware_iron_chrome_vs_iron.php&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;without all the &#039;Googleness&#039; privacy issues&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
If you like Chrome, but are concerned about the privacy aspect, Iron might be your solution.&lt;br /&gt;
&lt;br /&gt;
For those on Linux and really just wanting to use a &lt;a href=&quot;http://webkit.org/&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;WebKit&lt;/a&gt; based browser, take a peek at &lt;a href=&quot;http://www.twotoasts.de/index.php?/pages/midori_summary.html&quot; target=&quot;_blank&quot; class=&quot;bb-url&quot;&gt;Midori&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sun, 28 Sep 2008 02:43:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/273-guid.html</guid>
    <category>apps</category>
<category>browser</category>
<category>google</category>
<category>linux</category>
<category>privacy</category>
<category>web</category>
<category>webkit</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>Setting up simple virtual box networking</title>
    <link>http://matt.bottrell.com.au/archives/258-Setting-up-simple-virtual-box-networking.html</link>
            <category>Apps</category>
            <category>Hardware</category>
            <category>Linux</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/258-Setting-up-simple-virtual-box-networking.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=258</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    I&#039;ve seen many people that run Windows under &lt;a href=&quot;http://www.virtualbox.org/&quot; title=&quot;VirtualBox - OpenSourced Virtualization software for OpenSolaris, Linux, Mac and Windows&quot;&gt;VirtualBox&lt;/a&gt; to run those legacy applications that just haven&#039;t made it across to Linux.&lt;br /&gt;
&lt;br /&gt;
Too often I see people messing about with Ethernet bridging because they feel the need to have some incoming ports on the machine active to the outside world.  &lt;br /&gt;
Fair enough, however it&#039;s a complex way to accomplish that.   You&#039;re much better using the simple &lt;a href=&quot;http://en.wikipedia.org/wiki/Network_address_translation&quot;&gt;NAT&lt;/a&gt; interface, particularly if it&#039;s only a few incoming ports.&lt;br /&gt;
&lt;br /&gt;
NAT under VirtualBox does indeed allow incoming ports.   Knowing how to set these up is the key!&lt;br /&gt;
&lt;br /&gt;
By definition, a NAT internal IP uses an IP address in the private address space defined by &lt;a href=&quot;http://www.faqs.org/rfcs/rfc1918.html&quot;&gt;RFC1918&lt;/a&gt;.  Namely one from these networks:&lt;blockquote&gt;     10.0.0.0        -   10.255.255.255  (10/8 prefix) &lt;br /&gt;
     172.16.0.0      -   172.31.255.255  (172.16/12 prefix)&lt;br /&gt;
     192.168.0.0     -   192.168.255.255 (192.168/16 prefix)&lt;br /&gt;
&lt;/blockquote&gt;Most people are familiar with 192.168.0.0/24 or 192.168.1.0/24 which many ADSL routers provide.  Many know that you can setup &lt;a href=&quot;http://en.wikipedia.org/wiki/Port_forwarding&quot;&gt;port forwarding&lt;/a&gt; in their router to allow external IPs access to a particular port/service on their internal machine.  Virtual Box is no different.&lt;br /&gt;
&lt;br /&gt;
Like a network router that can be configured so that accessing a particular port on the router it can be sent directly to the machine(s) behind it.  How is this accomplished under VirtualBox?    You just configure a port on the host machine to be forwarded to the IP and port on the virtual machine.   &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;
VirtualBox ships with a nifty little GUI.  It&#039;s simple but effective.  Unfortunately much of the power to configuring your virtual machines is not found in this tool.&lt;br /&gt;
VirtualBox also packs some handy cli tools for managing your virtual machines.&lt;br /&gt;
&lt;br /&gt;
One such tool is the &lt;strong&gt;&lt;em&gt;VBoxManage&lt;/em&gt;&lt;/strong&gt; utility. Infact this is the tool we&#039;ll be using to enable some port forwards.&lt;br /&gt;
&lt;br /&gt;
Let&#039;s enable the &lt;a href=&quot;http://en.wikipedia.org/wiki/Remote_Desktop_Protocol&quot;&gt;Remote Desktop Protocol&lt;/a&gt; in our Virtual Machine. This Virtual Machine is called MyVM for ease of use:&lt;blockquote&gt;VBoxManage setextradata &quot;MyVM&quot; &quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/vmrdp/Protocol&quot; TCP&lt;br /&gt;
VBoxManage setextradata &quot;MyVM&quot; &quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/vmrdp/GuestPort&quot; 3389&lt;br /&gt;
VBoxManage setextradata &quot;MyVM&quot; &quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/vmrdp/HostPort&quot; 3389&lt;/blockquote&gt;As you can see we passed several arguments to VBoxManage.   You&#039;ll find by just running VBoxManage without any arguments that it will list all it&#039;s available options (there is quite a few!).&lt;br /&gt;
&lt;br /&gt;
In this example the arguments are:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;setextradata:  Inform VBoxManage that we wish to do additional configuration of our Virtual Machine.&lt;/li&gt;&lt;li&gt;&quot;MyVM&quot;: The name of our virtual machine.&lt;/li&gt;&lt;li&gt;&quot;VBoxInternal....&quot;: The key we wish to change.  In this example, it&#039;s a new port forwarding rule on our specific ethernet card. (You&#039;ll find more information in the &lt;a href=&quot;http://download.virtualbox.org/virtualbox/2.0.2/UserManual.pdf&quot;&gt;UserManual for Virtual Box&lt;/a&gt; for a list of available ones)&lt;/li&gt;&lt;li&gt;Final value:  The actual value we wish to set for the key.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
So what did the 3 lines accomplish?&lt;br /&gt;
&lt;ol type=a&gt;&lt;li&gt;We informed VBoxManage that we wanted to configure a TCP rule (named vmrdp) for our first ethernet card (pcnet)&lt;/li&gt;&lt;li&gt;We set the TCP port we want to send the forwarded packets to within the virtual machine. (GuestPort 3389)&lt;/li&gt;&lt;li&gt;We then defined the port we wanted to listen to on the VirtualBox Host (HostPort 3389)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
Now basically from anywhere on you can hit your Virtual Box Host on TCP/3389 (eg: Your Linux desktop), and it will forward the packets through to your virtual machine.  Neat &#039;eh?  If you are on your Linux box and running VirtualBox in say headless mode.. you can get a remote desktop session by just connecting to localhost:3389.  &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;
Some things to also remember:&lt;ul&gt;&lt;li&gt;If you need TCP and UDP rules... you need to define them seperately.&lt;/li&gt;&lt;li&gt;You need to set a &#039;working&#039; port forward with the triple configuration above (it takes 3 commands to get a working port forward.&lt;/li&gt;&lt;li&gt;No two rules can have the same name.  This also counts for a service that runs on both UDP/TCP on the same port.   In that instance name it something like myserviceudp and myservicetcp to distinguish them.&lt;/li&gt;&lt;li&gt;Port forwarding is set across reboots.   You don&#039;t need to do this multiple times.&lt;/li&gt;&lt;li&gt;VBoxManage basically edits the xml configuration file for your Virtual Machine.  If you don&#039;t want the port forwards any more... just edit the xml file directly is the fastest and easiest way (likewise once you get the hang of it and the format, there is nothing stoppign you editing the xml definition file directly).&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
Other things you should know about NAT networking include:&lt;ul&gt;&lt;li&gt;By default the NAT network is 10.0.2.0/24.&lt;/li&gt;&lt;li&gt;The actual network can be changed using VBoxManage modifyvm &quot;MyVM&quot; -natnet1 &quot;10.10.1.0/24&quot;  (Change the last value to your desired network/netmask.)&lt;/li&gt;&lt;li&gt;The IP assigned by the VBox DHCP server will be .15, with a gateway of .2.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
That&#039;s a brief introduction to some of the features you can accomplish with VBoxManage.  Explore a little and you&#039;ll be amazed how much you can customise.&lt;br /&gt;
&lt;br /&gt;
Have fun!  &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>Wed, 24 Sep 2008 03:39:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/258-guid.html</guid>
    <category>apps</category>
<category>hardware</category>
<category>linux</category>
<category>networking</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>Time for an Australian OSS based Accounting &amp; Payroll program</title>
    <link>http://matt.bottrell.com.au/archives/239-Time-for-an-Australian-OSS-based-Accounting-Payroll-program.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/239-Time-for-an-Australian-OSS-based-Accounting-Payroll-program.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=239</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    Ask any small business owner in Australia what drives them craziest running their business.&lt;br /&gt;
More often then not the answer will be their accounting software.   &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;
Why?  It&#039;s not because they are unable to understand the principles of double-entry accounting or even the tax system imposed on them.&lt;br /&gt;
&lt;br /&gt;
No, its the lack of a decent, flexible and affordable solution.&lt;br /&gt;
&lt;br /&gt;
The two most popular business accounting packages for the SME is either MYOB and QuickBooks.  Both have huge hurdles, and it&#039;s not uncommon for users to find that they spend more time attempting to work the software than the software working for them.   &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;&lt;br /&gt;
&lt;br /&gt;
I have previously blogged about the issue when talking about &lt;a href=&quot;http://matt.bottrell.com.au/archives/218-The-difficulty-of-Aussie-small-businesses-adopting-Linux.html&quot;&gt;how Linux is difficult for many Aussie SMEs to take up&lt;/a&gt;.  (Mainly due to their critical accounting software only available under Windows, though it is possible to &lt;a href=&quot;http://matt.bottrell.com.au/archives/223-Stop-whining-about-Wine-printing!.html&quot;&gt;run them under WINE&lt;/a&gt; if required).  Though getting these Windows programs running under Linux doesn&#039;t actually solve the problem, it just &lt;em&gt;migrates&lt;/em&gt; it.  You are still stuck attempting to drive these frustrating accounting packages.&lt;br /&gt;
&lt;br /&gt;
The Australian market is crying out for an alternative!  It&#039;s something I&#039;ve pondered over for some time.&lt;br /&gt;
&lt;br /&gt;
An OSS based accounting and payroll system that put the source code directly in the hands of the users would be appealing to many.&lt;br /&gt;
&lt;br /&gt;
I like the idea of a browser-based accounting system.   It means end-users aren&#039;t restricted to one operating system platform, and in theory it doesn&#039;t need to be restricted to just a computer.  (3G Accounting anyone?).&lt;br /&gt;
&lt;br /&gt;
Accounting isn&#039;t fun, in fact it&#039;s dead-pan boring. &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;   It is however a required evil if you wish to be paid and be compliant with the taxation law.  (Particularly GST, BAS reporting and PAYG).&lt;br /&gt;
&lt;br /&gt;
I&#039;ve looked at programs  like &lt;a href=&quot;http://www.sql-ledger.com/&quot;&gt; SQL-Ledger&lt;/a&gt; and &lt;a href=&quot;http://www.ledgersmb.org/&quot;&gt;LedgerSMB&lt;/a&gt;, though both didn&#039;t &#039;fit right&#039; for an Australian environment.&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/symbol-accounts/&quot;&gt;&lt;br /&gt;
SYMBOL&lt;/a&gt; was promising.  But unfortunately has been abandoned.   &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;a href=&quot;http://www.fivedash.com/&quot;&gt;fiveDASH&lt;/a&gt;, I played with for several hours, though I found it quite primitive and in it&#039;s infancy...  it&#039;s one that at least has some promise, but it will need to progress quite some way to make it in any real production system for a business.&lt;br /&gt;
&lt;br /&gt;
As such, I&#039;ve decided to look at writing my own.  This is purely selfish, as I would like to ditch MYOB come the 2009-2010 financial year.  That gives me just under a year to get something up and running.   &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;   I&#039;ll run a dummy book up til the time, by running MYOB in parallel to ensure all is working as required.   The ATO also has some excellent test suites/scenarios to assist in testing an application.&lt;br /&gt;
&lt;br /&gt;
The big choice now is from what components should I build it?&lt;br /&gt;
&lt;br /&gt;
I think PostgreSQL is probably the most solid OSS database to use, though writing something that can also talk to MySQL (due to it&#039;s popularity) is probably also wise.   End-users can then elect to run whichever they feel most comfortable for their backend.&lt;br /&gt;
&lt;br /&gt;
I considered many languages, but I&#039;m leaning towards PHP for a few reasons:&lt;ul&gt;&lt;li&gt;Most SMB that have a Linux server for File and Print serving also have a LAMP environment already setup.&lt;/li&gt;&lt;li&gt;Writing the system using say the &lt;a href=&quot;http://framework.zend.com/&quot;&gt;Zend Framework&lt;/a&gt; ensures a lot of the ground work is already done.   Working within their &lt;a href=&quot;http://framework.zend.com/manual/en/coding-standard.html&quot;&gt;coding standards&lt;/a&gt; also ensures the code is reasonably clean and readable (and thus maintainable).&lt;/li&gt;&lt;li&gt;Python was also considered, but it&#039;s more likely a SMB has a Apache/PHP environment over an Apache/Python setup&lt;/li&gt;&lt;li&gt;I already have quite a number of generic PHP libraries that will mean I can get moving much faster.   My Python libraries are no-where as extensive.&lt;/li&gt;&lt;li&gt;A Java-based web app would be an overkill and likely to confuse many small business owners. (ie: Install a Java Application Server, etc.)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.sugarcrm.com/&quot;&gt;SugarCRM&lt;/a&gt; is already popular in many SMBs.  It would be quite easy to have an Accounting + Payroll package integrate into SugarCRM.  Sugar is written in PHP, so it would make the job much easier if they both spoke the same language.&lt;/li&gt;&lt;/ul&gt;I haven&#039;t commenced any coding to date, and am still in the embryo stage of getting something up off the ground.&lt;br /&gt;
&lt;br /&gt;
I&#039;m interested to hear people&#039;s feedback with their thoughts.   Do you think a PHP application (backended by your choice of MySQL or PostgreSQL) for your business accounts is feasible?   (Obviously if  &#039;approved&#039; by the ATO as compliant).&lt;br /&gt;
&lt;br /&gt;
Do SMB owners prefer the option of paid software with support packs?  (like offered by MYOB and Quicken) they can fall back on?  Would you not trust your business books to an OSS based accounting package?   What other hurdles do you envisage if you used OSS accounting software? 
    </content:encoded>

    <pubDate>Wed, 09 Jul 2008 00:49:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/239-guid.html</guid>
    <category>accounting</category>
<category>apache</category>
<category>apps</category>
<category>coding</category>
<category>java</category>
<category>linux</category>
<category>myob</category>
<category>open source</category>
<category>php</category>
<category>python</category>
<category>quicken</category>
<category>smb</category>
<category>symbol</category>
<category>web</category>
<category>windows</category>
<category>wine</category>
<category>work</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Firefox 3 - What The?!</title>
    <link>http://matt.bottrell.com.au/archives/228-Firefox-3-What-The!.html</link>
            <category>Apps</category>
            <category>Linux</category>
            <category>Windows</category>
    
    <comments>http://matt.bottrell.com.au/archives/228-Firefox-3-What-The!.html#comments</comments>
    <wfw:comment>http://matt.bottrell.com.au/wfwcomment.php?cid=228</wfw:comment>

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

    <author>mbottrell@gmail.com (Matt)</author>
    <content:encoded>
    &lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://matt.bottrell.com.au/uploads/certificate-ie.png&#039;&gt;&lt;!-- s9ymdb:67 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;85&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://matt.bottrell.com.au/uploads/certificate-ie.thumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;It seems various people are getting certificates for helping the &lt;a href=&quot;http://www.spreadfirefox.com/en-US/worldrecord/&quot;&gt;Mozilla team set a new world record for the number of downloads in a day&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s always interesting to see some of the organisations that made it possible!   &lt;img src=&quot;http://matt.bottrell.com.au/templates/default/img/emoticons/eek.png&quot; alt=&quot;:-O&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Tip:&lt;/strong&gt; &lt;a href=&quot;http://matt.bottrell.com.au/uploads/certificate-ie.png&quot; alt=&quot;&quot; /&gt;Click on the image&lt;/a&gt; to see a larger version. 
    </content:encoded>

    <pubDate>Mon, 23 Jun 2008 12:40:00 +1000</pubDate>
    <guid isPermaLink="false">http://matt.bottrell.com.au/archives/228-guid.html</guid>
    <category>apps</category>
<category>firefox</category>
<category>ie</category>
<category>linux</category>
<category>mozilla</category>
<category>web</category>
<category>windows</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>

</channel>
</rss>