<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Adrian Kosmaczewski &#187; Ubuntu</title> <atom:link href="http://kosmaczewski.net/category/ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://kosmaczewski.net</link> <description></description> <lastBuildDate>Sat, 05 May 2012 22:16:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Installing Xubuntu 7.10 on a G3 iBook</title><link>http://kosmaczewski.net/installing-xubuntu-710-on-a-g3-ibook/</link> <comments>http://kosmaczewski.net/installing-xubuntu-710-on-a-g3-ibook/#comments</comments> <pubDate>Sun, 18 Nov 2007 18:12:25 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[How to?]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[iBook]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2007/11/18/installing-xubuntu-710-on-a-g3-ibook/</guid> <description><![CDATA[Just a small post, pointing to the one and only solution to a known bug, that (incredibly) shipped with the public release of the PowerPC version of the latest Ubuntu distribution: 7.10 or &#8220;Gutsy Gibbon&#8221;. When installing that OS on &#8230; <a
href="http://kosmaczewski.net/installing-xubuntu-710-on-a-g3-ibook/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Just a small post, pointing to the one and only solution to a <a
href="https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126337">known bug</a>, that (incredibly) shipped with the public release of the PowerPC version of the latest Ubuntu distribution: 7.10 or &#8220;Gutsy Gibbon&#8221;. When installing that OS on a PowerPC G3 iBook (like mine), during the boot sequence the computer &#8220;freezes&#8221; (that is, the scrollbar stops running and the whole boot stops) and then you get a &#8220;BusyBox&#8221; screen, which is, needless to say, kind of a bummer.</p><p>The problem is that /dev/hda3 is not available (that is, your IDE internal hard disk) and of course, Xubuntu does not know what to do in that case. Kind of incredible, huh?</p><p>Well, the solution for that problem was in <a
href="http://ubuntuforums.org/showpost.php?p=3583053&#038;postcount=5">this answer of the Ubuntu Forums</a>. Just follow the instructions there and you&#8217;ll succeed. Now I have a nice Xubuntu install in my good old and faithful G3 iBook (in double boot with Mac OS X &#8220;Jaguar&#8221;).</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/installing-xubuntu-710-on-a-g3-ibook/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Building JUCE on Kubuntu 7.10</title><link>http://kosmaczewski.net/building-juce-on-kubuntu-710/</link> <comments>http://kosmaczewski.net/building-juce-on-kubuntu-710/#comments</comments> <pubDate>Fri, 16 Nov 2007 08:12:42 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Code]]></category> <category><![CDATA[How to?]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[C++]]></category> <category><![CDATA[Juce]]></category> <category><![CDATA[Linux]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2007/11/16/building-juce-on-kubuntu-710/</guid> <description><![CDATA[JUCE is a gorgeous thing: JUCE (Jules&#8217; Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform applications. It&#8217;s particularly good for creating highly-specialised user interfaces and for handling graphics and sound. For Mac OS X (with the &#8230; <a
href="http://kosmaczewski.net/building-juce-on-kubuntu-710/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.rawmaterialsoftware.com/juce/">JUCE</a> is a gorgeous thing:</p><blockquote>JUCE (Jules&#8217; Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform applications.
It&#8217;s particularly good for creating highly-specialised user interfaces and for handling graphics and sound.</blockquote><p>For Mac OS X (with the Developer Tools installed) and Windows (using Visual Studio 6, 2003 or 2005), the library builds out-of the box (well, almost: on Windows you need to have <a
href="http://www.apple.com/quicktime/download/">QuickTime</a> and the <a
href="http://www.steinberg.net/324+M52087573ab0.html">ASIO SDK</a> <a
href="http://www.rawmaterialsoftware.com/juceforum/viewtopic.php?p=12107&#038;highlight=&#038;sid=1a6b77fdef10736f25f1dc05caecb4c9#12107">installed</a>). However, for Linux there are a couple of external dependencies.</p><p>This is a small tutorial (and a reminder for myself, as usual) for those interested in building <strong>JUCE on Kubuntu 7.10 &#8220;Gutsy Gibbon&#8221;</strong> (these instructions should also be useful for other Linux distributions, but I cannot tell for sure). <span
id="more-989"></span></p><ol><li>Make sure that you have the <a
href="http://www.lua.org/">Lua programming language</a> installed (you can use your favorite package manager to install it)</li><li>Make sure that you have the following libraries installed in your Kubuntu installation using Synaptic or any other package manager (info taken from <a
href="http://www.rawmaterialsoftware.com/juceforum/viewtopic.php?t=1312&#038;highlight=audio+build">this JUCE forum post</a>):<ul><li>libx11-dev</li><li>libasound2-dev</li><li>libfreetype6-dev</li><li>libxinerama-dev</li><li>libglu1-mesa-dev</li><li>libglut3-dev (with its dependency freeglut3-dev too)</li></ul></li><li>Download JUCE 1.45 <a
href="http://sourceforge.net/project/showfiles.php?group_id=137492&#038;package_id=234619&#038;release_id=545894">from Sourceforge</a></li><li>Download <a
href="http://premake.sourceforge.net/">premake</a> <a
href="http://prdownloads.sf.net/premake/premake-linux-3.4.tar.gz">from Sourceforge</a>; unzip the file and install the binary where you want (typically /usr/bin). You have to do this manually, since premake is not available through the Synaptic package manager, in any repository.</li><li>Unzip the JUCE distribution anywhere (for example in your ~/Desktop) and cd into the juce/build/linux folder.</li><li>Run &#8220;sh runpremake&#8221; which will use premake and Lua to create a makefile</li><li>Run &#8220;make&#8221; (which is equal to &#8220;make CONFIG=Debug&#8221;) or &#8220;make CONFIG=Release&#8221; to build the library; a couple of minutes later you&#8217;ll have a juce/bin/libjuce_debug.a file ready to use</li><li><strong>Optional: </strong> You can build some sample applications that use JUCE:<ul><li>juce/extras/juce demo/</li><li>juce/extras/the jucer/</li></ul></li></ol><p>Hope this helps!</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/building-juce-on-kubuntu-710/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Dell will ship Ubuntu</title><link>http://kosmaczewski.net/dell-will-ship-ubuntu/</link> <comments>http://kosmaczewski.net/dell-will-ship-ubuntu/#comments</comments> <pubDate>Wed, 02 May 2007 08:29:09 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2007/05/02/dell-will-ship-ubuntu/</guid> <description><![CDATA[http://www.theregister.com/2007/05/01/dell_linux_lives/ http://www.ubuntu.com/news/dell-to-offer-ubuntu http://direct2dell.com/one2one/archive/2007/05/01/13147.aspx This is arguably the hottest tech news event of the week (but rumor has it that we ain&#8217;t seen nothin&#8217; yet)]]></description> <content:encoded><![CDATA[<p><a
href="http://www.theregister.com/2007/05/01/dell_linux_lives/">http://www.theregister.com/2007/05/01/dell_linux_lives/</a> <a
href="http://www.ubuntu.com/news/dell-to-offer-ubuntu">http://www.ubuntu.com/news/dell-to-offer-ubuntu</a> <a
href="http://direct2dell.com/one2one/archive/2007/05/01/13147.aspx">http://direct2dell.com/one2one/archive/2007/05/01/13147.aspx</a></p><p>This is arguably the hottest tech news event of the week (but rumor has it that we ain&#8217;t seen nothin&#8217; yet)</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/dell-will-ship-ubuntu/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Ubuntu &#8211; The Movie</title><link>http://kosmaczewski.net/ubuntu-the-movie/</link> <comments>http://kosmaczewski.net/ubuntu-the-movie/#comments</comments> <pubDate>Mon, 30 Apr 2007 07:29:20 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2007/04/30/ubuntu-the-movie/</guid> <description><![CDATA[Believe it or not!]]></description> <content:encoded><![CDATA[<p><a
href="http://www.ubuntutribe.com/">Believe it or not!</a></p><p><object
width="425" height="350"><param
name="movie" value="http://www.youtube.com/v/rZGZlXpHB2g"></param><param
name="wmode" value="transparent"></param><embed
src="http://www.youtube.com/v/rZGZlXpHB2g" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/ubuntu-the-movie/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Feeling like a grown-up kid</title><link>http://kosmaczewski.net/feeling-like-a-grown-up-kid/</link> <comments>http://kosmaczewski.net/feeling-like-a-grown-up-kid/#comments</comments> <pubDate>Sun, 18 Feb 2007 15:09:08 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Opinion]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2007/02/18/feeling-like-a-grown-up-kid/</guid> <description><![CDATA[Jedi Knights, when they achieve a certain level of maturity in their craft, are told to build their own lightsaber, as one of the final steps of their training. Software developers have similar feats to accomplish at least once in &#8230; <a
href="http://kosmaczewski.net/feeling-like-a-grown-up-kid/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Jedi Knights, when they achieve a certain level of maturity in their craft, are told to build their own lightsaber, as one of the final steps of their training. Software developers have similar feats to accomplish at least once in their coding life, like building their own Linux kernel, writing a rant about Microsoft Windows in their blog, submitting a patch for some open-source system, or even starting and managing their own company or open-source project.</p><p><strong>Today I&#8217;ve compiled my own kernel from scratch</strong>, <a
href="http://ubuntuforums.org/showthread.php?t=311158">thanks to the instructions given in the Ubuntu forums</a>. And I feel like I&#8217;ve done another nice, big, useful step in my career. I can only thank all of those who write how-tos and instructions in forums, which is one of the factors that make Linux so great; you can find information about how to do pretty much anything, with incredible levels of detail. I hope that <a
href="http://kosmaczewski.net/2006/06/02/how-to-install-the-linksys-wpc54gs-wireless-g-network-adapter-in-ubuntu-606-dapper/">my small contributions</a> might be useful to others! This, for me, is a way to give back to the community as well.</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/feeling-like-a-grown-up-kid/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>BirthdayCard Project</title><link>http://kosmaczewski.net/birthdaycard-project/</link> <comments>http://kosmaczewski.net/birthdaycard-project/#comments</comments> <pubDate>Sun, 05 Nov 2006 13:48:07 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Code]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2006/11/05/birthdaycard-project/</guid> <description><![CDATA[I have just created a project page for the BirthdayCard Project. This was an experimental project for me, to test the combination of several open-source and proprietary technologies such as wxWidgets SQLite CppUnit Doxygen Eclipse Visual Studio Xcode ISO C++ &#8230; <a
href="http://kosmaczewski.net/birthdaycard-project/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I have just created a project page for the <a
href="http://kosmaczewski.net/projects/birthdaycard">BirthdayCard Project</a>. This was an experimental project for me, to test the combination of several open-source and proprietary technologies such as</p><ul><li>wxWidgets</li><li>SQLite</li><li>CppUnit</li><li>Doxygen</li><li>Eclipse</li><li>Visual Studio</li><li>Xcode</li><li>ISO C++</li></ul><p>The final result is a small utility that you can use to store birthdays for people you know and care about. You can add as many people as you wish, and for each person, as many dates as needed. It has a layered architecture, in such a way that the underlying &#8220;business&#8221; classes (namely Person and Date) are reusable in another application (my idea was to add a command line app to show this, but I will do it in a later step). The code is portable, and was tested with 3 different compilers (3 GCC versions, and Microsoft&#8217;s Visual Studio .NET 2004 one).</p><p>Here&#8217;s a screenshot of BirthdayCard, running on Mac OS X Tiger:</p><p
align="center"><a
href="http://kosmaczewski.net/wp-content/uploads/2006/11/BirthdayCard-1.0-tiger.png" rel="lightbox" title="BirthdayCard running on Mac OS X Tiger"><img
src="http://kosmaczewski.net/wp-content/uploads/2006/11/BirthdayCard-1.0-tiger.png" width="250" height="225"/></a></p><p
align="left">There are more screenshots in the <a
href="http://kosmaczewski.net/projects/birthdaycard/screenshots">corresponding page</a>.</p><p
align="left">I have provided <a
href="http://kosmaczewski.net/projects/birthdaycard/downloads">binaries</a> for Mac and Ubuntu (only PowerPC binaries, sorry) and Windows. There is a bundled SQLite database file that contains 950 people, and 2 dates for each person. All in all, it took me 2 weeks to develop the thing, mostly on evenings and weekends.</p><p>I have placed the code in the public domain, so that everyone can use it and do what they want with it. The project can be opened with several IDEs, and the code is completely documented for your reading pleasure. Feel free to use this as a template for your own wxWidgets applications, and as always, <strong>I am not responsible of anything that could happen while using this software!</strong> Use it under your own responsibility, learn &amp; teach, and be kind to each other.</p><p>In a future article I will post more comments about what I&#8217;ve learnt while creating BirthdayCard.</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/birthdaycard-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java on Ubuntu for PowerPC</title><link>http://kosmaczewski.net/java-on-ubuntu-for-powerpc/</link> <comments>http://kosmaczewski.net/java-on-ubuntu-for-powerpc/#comments</comments> <pubDate>Sat, 14 Oct 2006 19:21:56 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[How to?]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2006/10/14/java-on-ubuntu-for-powerpc/</guid> <description><![CDATA[Ubuntu bundles a great application, Synaptic Package Manager, which makes an excellent job to manage the dependencies, installation and desinstallation of applications of any kind in the Ubuntu platform. This usually works for all the platforms supported by Ubuntu, including &#8230; <a
href="http://kosmaczewski.net/java-on-ubuntu-for-powerpc/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Ubuntu bundles a great application, <a
href="http://www.nongnu.org/synaptic/">Synaptic Package Manager</a>, which makes an excellent job to manage the dependencies, installation and desinstallation of applications of any kind in the Ubuntu platform. This usually works for all the platforms supported by Ubuntu, including the PowerPC architecture, which is the one that concerns my good old G3 iBook.</p><p>As I said, it usually works. Particularly for <a
href="http://java.sun.com/">Java</a>, the installation via Synaptic Package Manager does not work, since Sun does not provide Java, in any version, for the Linux/PowerPC platform (there is a Java version for Linux, but it targets the x86 architecture). And since Java is not an open source project (yet), it becomes harder to know what to do.</p><p>So this is where <a
href="https://help.ubuntu.com/community/Java#head-81c3789bc76872336f69a7af90d1759ef38eeb64">this page</a> comes in: it provides all the information needed to install Java in a PowerPC-based Mac, from the 603 to the G5. It even provides the instructions to configure Firefox, Mozilla and Opera to use your newly installed Java installation properly!</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/java-on-ubuntu-for-powerpc/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Update Xfce in Ubuntu Dapper</title><link>http://kosmaczewski.net/update-xfce-in-ubuntu-dapper/</link> <comments>http://kosmaczewski.net/update-xfce-in-ubuntu-dapper/#comments</comments> <pubDate>Sat, 14 Oct 2006 12:33:23 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[How to?]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2006/10/14/update-xfce-in-ubuntu-dapper/</guid> <description><![CDATA[Just found this article about how to update the Xfce desktop with the latest version, 4.4rc1, released earlier last September. The problems I had with following those instructions in my PowerPC G3 iBook were: I could not have the Trash &#8230; <a
href="http://kosmaczewski.net/update-xfce-in-ubuntu-dapper/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Just found <a
href="http://ubuntuforums.org/showthread.php?t=251350">this article</a> about how to update the Xfce desktop with the latest version, 4.4rc1, released earlier last September.</p><p>The problems I had with following those instructions in my PowerPC G3 iBook were:</p><ol><li>I could not have the Trash icon working in the panels</li><li>The &#8220;Thunar&#8221; version that kept appearing was version 0.3, not the latest 0.4.</li></ol><p>As such, I rebuilt Thunar following <a
href="http://ubuntuforums.org/showthread.php?t=95934&#038;highlight=thunar+svn">these instructions</a>, and then I applied this quick fix <a
href="http://forum.xfce.org/index.php?topic=2762.msg11682">found here</a>:</p><ul><li>cd /usr/bin</li><li>sudo mv Thunar Thunar.backup</li><li>sudo mv thunar thunar.backup</li><li>sudo ln -s /usr/local/bin/Thunar Thunar</li><li>sudo ln -s Thunar thunar</li></ul><p>This did it! I now have the latest version of Xfce and Thunar running in my computer.</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/update-xfce-in-ubuntu-dapper/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Calculator Project</title><link>http://kosmaczewski.net/calculator-project/</link> <comments>http://kosmaczewski.net/calculator-project/#comments</comments> <pubDate>Fri, 13 Oct 2006 15:03:57 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[Code]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2006/10/13/calculator-project/</guid> <description><![CDATA[I have just posted a page in the site, about a recent project I&#8217;ve done, implementing a simple stack-based calculator, similar to those HP ones: it is called Calculator, and you can find it under the Project pages. There are &#8230; <a
href="http://kosmaczewski.net/calculator-project/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I have just posted a page in the site, about a recent project I&#8217;ve done, implementing a simple stack-based calculator, similar to those HP ones: it is called Calculator, and you can find it <a
href="http://kosmaczewski.net/projects/calculator/">under the Project pages</a>.</p><p><span
id="more-23"></span></p><p>There are several ideas behind this project:</p><ol><li>Create a command-line application using C++, in such a way that the same source code could be used to create executables for the Mac OS X, Linux and Windows.</li><li>Have a good suite of unit tests for the different modules of the application, using <a
href="http://kosmaczewski.net/2006/10/09/about-cross-platform-unit-testing/">CppUnit</a>.</li><li>Give a test drive to <a
href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a> and &#8220;<a
href="http://www.graphviz.org/">dot</a>&#8220;, to generate a full CHM file plenty of diagrams and explanations about the solution.</li><li>Create the application using as many IDEs as possible:</li><ul><li><a
href="http://www.eclipse.org/">Eclipse</a></li><li><a
href="http://en.wikipedia.org/wiki/Microsoft_Visual_Studio">Visual Studio</a> (6.0, .NET 2003 and Express 2005)</li><li>Apple Project Builder</li><li>Apple <a
href="http://www.apple.com/macosx/features/xcode/">Xcode</a></li></ul><li>Compile the application using the biggest possible number of compilers:</li><ul><li><a
href="http://www.borland.com/downloads/download_cbuilder.html">Borland&#8217;s free command line tools</a></li><li>Microsoft (3 different versions)</li><li><a
href="http://gcc.gnu.org/">GCC</a> (under Windows, Mac OS X and Linux)</li></ul><li>Learn the basic syntax of <a
href="http://www.gnu.org/software/make/">makefiles</a> and provide one for each target platform (the Windows version uses MinGW)</li><li>Make the source code available as &#8220;<a
href="http://creativecommons.org/licenses/publicdomain/">Public Domain</a>&#8221; for others to test it, and play with it.</li></ol><p>I have learnt several things doing this:</p><ul><li>For some reason, dynamic libraries on the Mac have the &#8220;dylib&#8221; extension, while in Linux they are &#8220;so&#8221; files (&#8220;shared objects&#8221;). They are the equivalent of DLLs in Windows. Other than the naming different, they are used almost the same way.</li><li>Eclipse is a great thing; I could open the project without problem in the three environments.</li><li>Microsoft compilers generate much, much smaller executables than GCC; I would really know why!</li><li>CppUnit works like a charm in all possible environments, <a
href="http://kosmaczewski.net/2006/10/09/about-cross-platform-unit-testing/">exactly as I wanted</a>.</li><li>C++ is an incredible language. I just use 0.1% of what it can do, but I really liked it.</li><li>Doxygen is something out of this planet.</li></ul><p><a
href="http://kosmaczewski.net/projects/calculator/">Feel free to download it</a> and tell me your thoughts about it!</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/calculator-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Xubuntu</title><link>http://kosmaczewski.net/xubuntu/</link> <comments>http://kosmaczewski.net/xubuntu/#comments</comments> <pubDate>Thu, 12 Oct 2006 07:54:17 +0000</pubDate> <dc:creator>Adrian</dc:creator> <category><![CDATA[How to?]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://kosmaczewski.net/2006/10/12/xubuntu/</guid> <description><![CDATA[Since I discovered Ubuntu I&#8217;ve been trying to install it in different hardware, in different computers, even in virtual machines, and I just love it. It installs without problems, I can add and remove the coolest productivity and development tools &#8230; <a
href="http://kosmaczewski.net/xubuntu/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Since I discovered <a
href="http://www.ubuntu.com/">Ubuntu</a> I&#8217;ve been trying to install it in different hardware, in different computers, even in virtual machines, and I just love it. It installs without problems, I can add and remove the coolest productivity and development tools fast and easy, everything is ready to use, and it just feels great.</p><p>My latest discovery is <a
href="http://www.xubuntu.org/">Xubuntu</a>. It is basically the same as Ubuntu and <a
href="http://www.kubuntu.org/">Kubuntu</a>, but with the <a
href="http://www.xfce.org/">Xfce</a> desktop instead or <a
href="http://www.gnome.org/">GNOME</a> or <a
href="http://www.kde.org/">KDE</a>. The nice thing is that I have not had to uninstall Ubuntu: I just typed &#8220;<a
href="https://help.ubuntu.com/community/InstallingXubuntu"><tt>sudo apt-get install xubuntu-desktop</tt></a>&#8221; at the command prompt, and 10 minutes later I logged into Xubuntu.</p><p>The net result is a sooooooo much faster user experience.</p><p>The main machine where I have Xubuntu installed is a rather old G3 iBook that I bought in 2002, with only 256 MB of RAM and 30 GB of hard disk. The machine runs like a charm, but of course with GNOME and KDE there&#8217;s a lot of swapping. As soon as I installed the Xfce desktop, things went really faster. I can only recommend using Xubuntu in old machines: the base system only takes 90 MB of RAM, and applications load faster than in GNOME or KDE.</p><p>I just love (X)(K)(Ed)Ubuntu :)</p> ]]></content:encoded> <wfw:commentRss>http://kosmaczewski.net/xubuntu/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
