<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>FOSSwire</title>
	
	<link>http://fosswire.com</link>
	<description>Welcome to FOSSwire, a blog about free and open source software. FOSSwire offers news, tutorials, and articles for the open-sourced individual and/or enterprise.</description>
	<pubDate>Fri, 18 Jul 2008 11:20:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/fosswire" type="application/rss+xml" /><feedburner:emailServiceId>548415</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Cygwin - a Unix Environment and Shell on Windows</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/338149470/</link>
		<comments>http://fosswire.com/2008/07/17/cygwin-a-unix-environment-and-shell-on-windows/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 15:39:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[Cygwin]]></category>

		<category><![CDATA[FOSS on Windows]]></category>

		<category><![CDATA[GNU]]></category>

		<category><![CDATA[MinGW]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=506</guid>
		<description><![CDATA[Intermediate&#160;&#160;&#160;&#160;
NOTE: Apparently this doesn&#8217;t run under Windows Vista. I am unable to verify that, however.
If your daily routine means that you spend much of your time behind a Windows system, yet you love the power and flexibility of a Unix-based environment, it might be frustrating not to have access to the tools and environment that [...]]]></description>
			<content:encoded><![CDATA[Intermediate&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2007/06/cygwin.png" alt="Cygwin logo" /></p>
<p><em><strong>NOTE:</strong> Apparently this doesn&#8217;t run under Windows Vista. I am unable to verify that, however.</em></p>
<p>If your daily routine means that you spend much of your time behind a Windows system, yet you love the power and flexibility of a Unix-based environment, it might be frustrating not to have access to the tools and environment that you want.</p>
<p>Alternatively, you might want to compile some Linux/Unix software, so that it can run natively under Windows.</p>
<p><a href="http://cygwin.com/">Cygwin</a> is a Linux-style environment for Windows, that gives you a set of libraries, a full Linux-style command line and a package manager so you can install many of the Unix programs you might be familiar with.</p>
<p>I thought I would take a look at Cygwin&#8217;s latest release and show you how to install it and get up and running.</p>
<p><span id="more-506"></span></p>
<p>First of all, head on over to <a href="http://cygwin.com/">the site</a> and download setup.exe. This is the main installer/package manager for Cygwin and by default you use it to do an internet-based install, i.e. the setup program itself will download the packages.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/downloadsetuphr3.png" alt="Downloaded setup.exe file" title="Downloaded setup.exe file" width="398" height="234" class="alignnone size-full wp-image-513" /></p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/setupstage1fb5.png" alt="Cygwin Installer" title="Cygwin Installer" width="500" height="384" class="size-full wp-image-514" /></p>
<p>Once the installer is up and running, click Next to bypass the initial welcome screen. You will be given several options on how you want to obtain packages. In most cases, <strong>Install from Internet</strong> is fine here.</p>
<p>Next, choose the directory to install Cygwin to on your Windows machine. This directory will become your root (<strong>/</strong>) from within the Cygwin shell.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/choosedirqd8.png" alt="Choose Cygwin directory" title="Choose Cygwin directory" width="500" height="384" class="size-full wp-image-517" /></p>
<p>On the next screen, choose the temporary folder where packages will be downloaded before they are installed into Cygwin. If you want, you can use a Windows temporary folder, but if you want to keep the source packages files around so you don&#8217;t have to redownload later, make it somewhere permanent.</p>
<p>Again, click the old Next button and choose whether you need to use a proxy. In most home computer situations, leave the defaults intact and move on.</p>
<p>The Installer will at this point go off and retrieve a list of the different download sites, or mirrors, available to you. Choose one geographically close to you in preference, but any of them should be fine.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/selectpackagesws0.png" alt="Cygwin Select Packages" title="Cygwin Select Packages" width="500" height="384" class="size-full wp-image-518" /></p>
<p>Here, you need to choose the packages that you want to install. You can just leave this all as it is and move on, but if you want to install additional packages into Cygwin, follow these steps.</p>
<p>The categories can be either left at the Default setting, or you can choose to Install or Uninstall whole categories by clicking on the &#8216;recycling&#8217; icon next to them (and the word &#8216;Default&#8217;).</p>
<p>For individual packages, expand a category and find the package you want. To install or uninstall it, add a check under the &#8216;<strong>B</strong>inary&#8217; and/or &#8216;<strong>S</strong>ource&#8217; columns to grab what you want.</p>
<p>Once you&#8217;re done choosing packages, click Next yet again to move on. You can always come back to this stage later by re-running the installer to add or remove packages.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/downandinstallrf2.png" alt="Cygwin Download and Installation" title="Cygwin Download and Installation" width="500" height="384" class="size-full wp-image-520" /></p>
<p>Download and installation now takes place. Depending on the speed of your machine and how much you&#8217;ve asked to download, this could take a while.</p>
<p>Once the installation is finished, pick your Desktop and Start menu shortcut options and Finish.</p>
<p>Finally - that&#8217;s the installation done! You can access Cygwin through the shortcuts you just made, or by browsing to the directory you installed it in and launching <strong>cygwin.bat</strong>.</p>
<p>You will be presented with a bash shell, just as on Linux, and all of the Cygwin packages you installed should now be available for use.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/cygwinshellwn1.png" alt="Cygwin shell" title="Cygwin shell" width="500" height="247" class="size-full wp-image-521" /></p>
<p>You can also access Windows programs and files through <strong>/cygdrive/<em>[Windows drive letter]</em></strong>.</p>
<p>And there you have it - a Linux compatible environment for your Windows machine. Cygwin isn&#8217;t really for the faint hearted, or those without Linux/Unix CLI experience, but it is a very powerful platform to bringing many features of the Unix platform to a Windows machine in a native way.</p>
<p>You can even <a href="http://x.cygwin.com/">run X</a> on it.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=LBR8zH"><img src="http://feeds.feedburner.com/~a/fosswire?i=LBR8zH" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=fcGi7j"><img src="http://feeds.feedburner.com/~f/fosswire?i=fcGi7j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=jOIjrJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=jOIjrJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=7suDHj"><img src="http://feeds.feedburner.com/~f/fosswire?i=7suDHj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=yYOzkJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=yYOzkJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/338149470" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/17/cygwin-a-unix-environment-and-shell-on-windows/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/17/cygwin-a-unix-environment-and-shell-on-windows/</feedburner:origLink></item>
		<item>
		<title>Gnickr - Access Flickr through your Filesystem</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/337277619/</link>
		<comments>http://fosswire.com/2008/07/16/gnickr-access-flickr-through-your-filesystem/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:45:31 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Apps]]></category>

		<category><![CDATA[file browser]]></category>

		<category><![CDATA[Flickr]]></category>

		<category><![CDATA[Gnickr]]></category>

		<category><![CDATA[GNOME]]></category>

		<category><![CDATA[Nautilus]]></category>

		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=459</guid>
		<description><![CDATA[GNOME&#160;&#160;&#160;&#160;
Advance warning: While this application does look like a cool program, I haven&#8217;t been able to get it to actually work (everything is fine up until typing flickr:/// in Nautilus), on either Fedora 8 or Ubuntu Hardy. There have been reports of it working on older distros, for example you might have more luck if [...]]]></description>
			<content:encoded><![CDATA[<span class="de-GNOME">GNOME</span>&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2008/07/logo-text.png" alt="Gnickr logo" title="Gnickr logo" width="114" height="32" class="alignnone size-full wp-image-462" /></p>
<p><em><strong>Advance warning:</strong> While this application does look like a cool program, I haven&#8217;t been able to get it to actually work (everything is fine up until typing <strong>flickr:///</strong> in Nautilus), on either Fedora 8 or Ubuntu Hardy. There have been reports of it working on older distros, for example you might have more luck if you are still running Ubuntu Edgy.</p>
<p>I&#8217;ll leave this tutorial up in the hope that it is useful to someone, but I can&#8217;t say that this will work for you, because I have had no luck at all. Try it at your own risk.</em></p>
<p>While this program is fairly old and hasn&#8217;t been updated in a while, it&#8217;s a pretty neat concept if you&#8217;re into photo sharing site Flickr.</p>
<p>What <a href="http://gnickr.sourceforge.net/">Gnickr</a> does is that it gives you access to Flickr through your filesystem, so you can drag and drop files between your desktop and Flickr through Nautilus.</p>
<p>So, let&#8217;s install Gnickr. On my Fedora 8 system, I had to install the <strong>gnome-python2-devel</strong> package from yum in order to get Gnickr to compile. Head to <a href="http://gnickr.sourceforge.net/download.php">the Download page</a> and grab the tarball of the latest release.</p>
<p><span id="more-459"></span></p>
<p>Once you&#8217;ve got that, extract it and open a terminal into the directory where it has been extracted.</p>
<p><code>$ ./configure --prefix=/usr --sysconfdir=/etc<br />
$ make<br />
[[become root]]<br />
# make install</code></p>
<p>On my test system, I had the issue that Gnickr&#8217;s FlickrLib installation wasn&#8217;t getting put in the right Python directory, which meant it wasn&#8217;t working. If you get errors at the next stage, you might also need to try this:</p>
<p><code># ln -s /usr/local/lib/python2.5/site-packages/flickrlib.py /usr/lib/python2.5/site-packages</code></p>
<p>Once you&#8217;re installed, you need to complete one final step, which is to authorise Gnickr to access your Flickr account. In the terminal (but not as root anymore), run this:</p>
<p><code>$ gnickr-auth.py</code></p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/authorisegnickr.png" alt="Authorise Gnickr" title="Authorise Gnickr" width="500" height="248" class="alignnone size-full wp-image-460" /></p>
<p>You&#8217;ll then be sent to Flickr in your browser to give Gnickr access.</p>
<p><!--more--></p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/gnickbrowsauth.png" alt="Flickr authorisation" title="Flickr authorisation" width="500" height="160" class="alignnone size-full wp-image-461" /></p>
<p>Once that&#8217;s done, go back to the window on your desktop and Complete Authorisation. One more step to complete is to manually quit Nautilus, so that it loads back up and is ready to access Flickr. Your desktop and any File Browser windows open will disappear briefly.</p>
<p><code>$ killall nautilus</code></p>
<p>Now, to access your Flickr account through Gnickr, go to any File Browser window. Press Ctrl+L to bring up the location bar and enter <strong>flickr:///</strong> to start browsing Flickr.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=ymk5gJ"><img src="http://feeds.feedburner.com/~a/fosswire?i=ymk5gJ" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=hUzvaj"><img src="http://feeds.feedburner.com/~f/fosswire?i=hUzvaj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=kW2d5J"><img src="http://feeds.feedburner.com/~f/fosswire?i=kW2d5J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=aviS5j"><img src="http://feeds.feedburner.com/~f/fosswire?i=aviS5j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=Hkf3aJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=Hkf3aJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/337277619" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/16/gnickr-access-flickr-through-your-filesystem/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/16/gnickr-access-flickr-through-your-filesystem/</feedburner:origLink></item>
		<item>
		<title>Printable Guide - Installing Software on Ubuntu</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/336235004/</link>
		<comments>http://fosswire.com/2008/07/15/printable-guide-installing-software-on-ubuntu/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:45:02 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[beginner]]></category>

		<category><![CDATA[guide]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[installing]]></category>

		<category><![CDATA[printable]]></category>

		<category><![CDATA[printable guide]]></category>

		<category><![CDATA[software]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=504</guid>
		<description><![CDATA[Peter shows off a new Printable Guide, showing the absolute Ubuntu beginner how to install software, using both Add/Remove Applications and by downloading packages from the web.]]></description>
			<content:encoded><![CDATA[Beginner&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p><img class="alignnone size-medium wp-image-480 alignright" style="float: right;" title="Ubuntu 'Circle of Friends' logo" src="http://files.fosswire.com/2008/07/ubuntu-cof-250x250.png" alt="Ubuntu 'Circle of Friends' logo" width="142" height="142" />If you&#8217;re brand new to Ubuntu, or Linux, many concepts will be alien to you and whilst it is pretty simple to pick it up after a while, you may be left in the dark when things differ from how Windows works.</p>
<p>One of the key differences between the two is how you install software. With terms like package and repository flying around, it can be a challenge to know where to start to get some new software downloaded and installed.</p>
<p>For this reason, I&#8217;ve put together a two-sided printable guide which explains, in very simple and easy-to-understand terms, how to install most software in Ubuntu.</p>
<p><strong>Click the image below to download it as a PDF file.</strong></p>
<p><a href="http://files.fosswire.com/guides/2008/softwareubuntu.pdf"><img class="aligncenter size-medium wp-image-505" style="text-align:center; margin-left:auto; margin-right:auto;" title="Click here to download PDF" src="http://files.fosswire.com/2008/07/installingsoftwareonubuntu_thm-212x300.png" alt="Installing Software on Ubuntu Guide Thumbnail" width="212" height="300" /></a></p>
<p>It is also available in two alternative formats:</p>
<ul>
<li><a href="http://files.fosswire.com/guides/2008/softwareubuntu.odt">Source OpenDocument Text format</a></li>
<li><a href="http://files.fosswire.com/guides/2008/softwareubuntu.html">HTML format</a> (for online viewing)</li>
</ul>
<p>In true open source and open content style, the printable guide is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported</a> licence. This means you have the right to adapt and build upon it, provided that you credit FOSSwire (our logo and link should be fine!) and allow others to do the same to your versions too!</p>
<p>In fact, we&#8217;d love people to help us, particularly with translating this guide into other languages. It would be great if this information was available to every new Ubuntu user, regardless of where they are from and what language they speak!</p>
<p>If you want to do a translation, I suggest you download the <a href="http://files.fosswire.com/guides/2008/softwareubuntu.odt">OpenDocument Text version</a>, do the business and then email it to me - peter at fosswire.com - and I will put it up here on FOSSwire.</p>
<h3>Translations</h3>
<ul>
<li><a href="http://arapajoe.blogspot.com/2008/07/instalando-software-en-ubuntu.html">Spanish / Espa&#241;ol</a></li>
</ul>
<p>Finally, it would be great if you spread the word about this new guide - feel free to download and share this among your Linux newbie friends, put it up on your website as well, or just link to us so that the word gets out that help is at hand.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=wm17Zm"><img src="http://feeds.feedburner.com/~a/fosswire?i=wm17Zm" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=ljWN3j"><img src="http://feeds.feedburner.com/~f/fosswire?i=ljWN3j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=sqX0oJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=sqX0oJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=bOn84j"><img src="http://feeds.feedburner.com/~f/fosswire?i=bOn84j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=PQWVtJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=PQWVtJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/336235004" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/15/printable-guide-installing-software-on-ubuntu/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/15/printable-guide-installing-software-on-ubuntu/</feedburner:origLink></item>
		<item>
		<title>WordPress 2.6 Released</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/335877360/</link>
		<comments>http://fosswire.com/2008/07/15/wordpress-26-released/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:18:19 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[2.6]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Releases]]></category>

		<category><![CDATA[web apps]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=503</guid>
		<description><![CDATA[
The WordPress team have announced the release of WordPress 2.6, the latest version of the popular open source blogging software.
It has only been a few months since the last major version update, 2.5 was released back in March, and this release was actually pushed out ahead of schedule according to the team.
The new release of [...]]]></description>
			<content:encoded><![CDATA[<p class="container" align="center"><img src="http://files.fosswire.com/2008/03/wordpress-logo.gif" alt="WordPress logo" /></p>
<p>The WordPress team <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">have announced the release</a> of WordPress 2.6, the latest version of the popular open source blogging software.</p>
<p>It has only been a few months since the last major version update, 2.5 <a href="http://fosswire.com/2008/03/29/wordpress-25-released/">was released</a> back in March, and this release was actually pushed out ahead of schedule according to the team.</p>
<p>The new release of WordPress adds many new features, including:</p>
<ul>
<li>Post revisioning - save multiple versions of a post while you are editing, compare and roll back at any time.</li>
<li>New &#8216;Press This&#8217; functionality for making a blog post directly from something you find on the web.</li>
<li>Support for <a href="http://gears.google.com/">Gears</a> to speed up blogging on slower connections.</li>
<li>A new &#8216;theme preview&#8217; function, so you can test out new blog themes without committing to applying them.</li>
</ul>
<p>Find out more and watch a video detailing the new features on <a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">the announcement blog post</a>.</p>
<p>The new WordPress 2.6 release can be obtained from the <a href="http://wordpress.org/download/">official download page</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=0Mt480"><img src="http://feeds.feedburner.com/~a/fosswire?i=0Mt480" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=YTxYUj"><img src="http://feeds.feedburner.com/~f/fosswire?i=YTxYUj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=wWMkYJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=wWMkYJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=g2IfLj"><img src="http://feeds.feedburner.com/~f/fosswire?i=g2IfLj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=5cGJNJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=5cGJNJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/335877360" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/15/wordpress-26-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/15/wordpress-26-released/</feedburner:origLink></item>
		<item>
		<title>Installing Gentoo 2008.0 Live CD</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/334426548/</link>
		<comments>http://fosswire.com/2008/07/13/installing-gentoo-20080-live-cd/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 18:36:35 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[live CD]]></category>

		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=492</guid>
		<description><![CDATA[Intermediate&#160;&#160;&#160;&#160;XFCE&#160;&#160;&#160;&#160;
Traditionally, Gentoo Linux has been a distribution designed more towards the more experienced Linux user, perhaps the &#8216;power user&#8217;, if you will.
Its source-based package management and offering the user complete control over the system installation and configuration have meant that traditionally, it can be difficult to approach.
Having myself tried and failed to install Gentoo in [...]]]></description>
			<content:encoded><![CDATA[Intermediate&nbsp;&nbsp;&nbsp;&nbsp;<span class="de-XFCE">XFCE</span>&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2008/07/gentoo-transparent.png" alt="Gentoo logo" width="250" height="304" /></p>
<p>Traditionally, <a href="http://gentoo.org/">Gentoo Linux</a> has been a distribution designed more towards the more experienced Linux user, perhaps the &#8216;power user&#8217;, if you will.</p>
<p>Its source-based package management and offering the user complete control over the system installation and configuration have meant that traditionally, it can be difficult to approach.</p>
<p>Having myself tried and failed to install Gentoo in the past, I thought I would take the recently released 2008.0 Live CD for a spin, and see what the installation process is like, and how easy it is to use and understand. So here goes.</p>
<p><span id="more-492"></span></p>
<p>You get started like any other Live CD - throw it in the drive, reboot and press Enter to boot in. Before the GUI even arrives, you&#8217;ll be asked to pick a keyboard layout to use for the live CD, then eventually you will be greeted with this GDM login screen.</p>
<p><a href='http://files.fosswire.com/2008/07/autologin.jpg'><img src="http://files.fosswire.com/2008/07/autologin-300x225.jpg" alt="GDM in Gentoo 2008.0" title="GDM in Gentoo 2008.0" width="300" height="225" class="alignnone size-medium wp-image-495" /></a></p>
<p>There&#8217;s an autologin set here, so you just have to wait a few seconds for the live user to be logged in. Gentoo now uses Xfce as the default GUI environment, so it will load up (fast, as it always seems to be).</p>
<p><a href='http://files.fosswire.com/2008/07/initial-screen.jpg'><img src="http://files.fosswire.com/2008/07/initial-screen-300x225.jpg" alt="Xfce in Gentoo 2008.0" title="Xfce in Gentoo 2008.0" width="300" height="225" class="alignnone size-medium wp-image-496" /></a></p>
<p>As expected, this is a fully usable Gentoo system at this point, albeit running Live, so of limited utility. A fair selection of packages are installed, included Firefox 2.0.0.14, in a &#8216;Bon Echo&#8217; branded guise.</p>
<p><a href='http://files.fosswire.com/2008/07/bon-echo.jpg'><img src="http://files.fosswire.com/2008/07/bon-echo-300x169.jpg" alt="Bon Echo in Gentoo 2008.0" title="Bon Echo in Gentoo 2008.0" width="300" height="169" class="alignnone size-medium wp-image-497" /></a></p>
<p>Still, we&#8217;re interested in the installation procedure. Conveniently on the desktop is an installer shortcut. Actually there are two - a command-line based installer, and the graphical GTK+ version. I&#8217;ll be using the latter.</p>
<p>There&#8217;s no introduction or anything. As soon as you double-click the installer, you&#8217;re thrown straight in at a partitioning screen. Provided you have a clean disk and don&#8217;t mind Gentoo monopolising your hard drive, it&#8217;s simple to click the Recommend Layout button for a one-click solution to this screen.</p>
<p><a href='http://files.fosswire.com/2008/07/gtkinstallerstep1.jpg'><img src="http://files.fosswire.com/2008/07/gtkinstallerstep1-300x233.jpg" alt="Partitioning in Gentoo Installer" title="Partitioning in Gentoo Installer" width="300" height="233" class="alignnone size-medium wp-image-498" /></a></p>
<p>It does, however, give its power user base the ability to fully control how Gentoo will inhabit their hard drives.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/parts.jpg" alt="Partition layout" title="Partition layout" width="500" height="151" class="alignnone size-full wp-image-499" /></p>
<p>Click Next at this point and you are right away doing mount points for those partitions you just set up (and any others you want too). This is usually saved for the tail end of distro installations, but the way that the Gentoo installer works means that it will mount all of these partitions for you in the live distro too for the install, so it is done at this point.</p>
<p>You don&#8217;t get an awful lot of confirmation, so pretty much as soon as you hit Next, those partitions will be written to disk and a few files get copied over.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/copyfiles.jpg" alt="Initial 'stage' File Copy" title="Initial 'stage' File Copy" width="500" height="114" class="alignnone size-full wp-image-501" /></p>
<p>Once that initial set of files gets copied, you then go back into answering questions. Personally, I don&#8217;t like this sort of do some work, then ask more questions, then do more work thing.</p>
<p>It reminds me of the Windows XP installation procedure - when you can never just answer questions and set it off doing its own thing, it requires constant supervision. The Gentoo install isn&#8217;t nearly as bad, but the way it works doesn&#8217;t feel very &#8217;standard&#8217; in comparison to more mainstream Linux distros.</p>
<p>From this point on, you are asked about configuring network interfaces, your root password and setting up the different users for your newly installed system.</p>
<p><a href='http://files.fosswire.com/2008/07/userinfo.jpg'><img src="http://files.fosswire.com/2008/07/userinfo-300x169.jpg" alt="Adding Users" title="Adding Users" width="300" height="169" class="alignnone size-medium wp-image-502" /></a></p>
<p>The users module could potentially be a little confusing without a fair bit of Linux experience, as you are asked to manually fill in details such as the user&#8217;s shell, home directory and user ID. You can leave things blank for defaults, however.</p>
<p>The final step before the proper copying of packages happens is to choose any additional packages you need. If you want a graphical system at the end of the install, you&#8217;ll need to make sure you check at least the xfce and xorg-x11 packages.</p>
<p>Finally, the proper copy operation gets started. This will probably take considerable time (it did in my VM installation, at least).</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/packageinstaller.jpg" alt="Main installation copying" title="Main installation copying" width="500" height="115" class="alignnone size-full wp-image-500" /></p>
<p>Once the copy is finished, just as abruptly as it begun, you are notified that the installation is complete and you can reboot into the installed system.</p>
<h2>Conclusion</h2>
<p>So, how easy is this to install?</p>
<p>It certainly doesn&#8217;t require much specific knowledge of Gentoo or how it works, but neither is it for the faint hearted.</p>
<p>A significant body of previous Linux experience is expected, as you&#8217;ll be on your own with respect to key concepts, such as partitioning, packages and users.</p>
<p>I imagine that in a &#8217;safe&#8217; environment - i.e. a machine that didn&#8217;t particularly matter, someone with only intermediate Linux skills could probably get through relatively easily and progress to using the distro.</p>
<p>Gentoo is still very oriented towards the more experienced user and the person who likes to endlessly fiddle with and tweak their system so it works exactly how they like it and has the maximum possible performance.</p>
<p>I don&#8217;t remember how I fell down on installing in the past, but it certainly seems like an achievable feat for someone with some Linux experience now, and that in itself has lowered the bar to learning and using Gentoo.</p>
<p>They could try to make it even easier to install, but then I guess there might be complaints from those who do not want their installer to be &#8217;simplified&#8217; any more.</p>
<p>People like control over their machines.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=R3wIZa"><img src="http://feeds.feedburner.com/~a/fosswire?i=R3wIZa" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=fBT3sj"><img src="http://feeds.feedburner.com/~f/fosswire?i=fBT3sj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=aBvJ7J"><img src="http://feeds.feedburner.com/~f/fosswire?i=aBvJ7J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=2ZL2Ej"><img src="http://feeds.feedburner.com/~f/fosswire?i=2ZL2Ej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=t58HHJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=t58HHJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/334426548" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/13/installing-gentoo-20080-live-cd/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/13/installing-gentoo-20080-live-cd/</feedburner:origLink></item>
		<item>
		<title>Using GNU Screen on a Remote Machine</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/331916948/</link>
		<comments>http://fosswire.com/2008/07/10/using-gnu-screen-on-a-remote-machine/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:41:44 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[GNU]]></category>

		<category><![CDATA[GNU screen]]></category>

		<category><![CDATA[remote]]></category>

		<category><![CDATA[screen]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=490</guid>
		<description><![CDATA[
I recently posted about using nohup to run a command, particularly on a remote machine, that keeps running even when you close the terminal or connection that started it.
Several people in the comments there also suggested GNU Screen for a similar purpose.
So, what is Screen? It describes itself as:
&#8230; a full-screen window manager that multiplexes [...]]]></description>
			<content:encoded><![CDATA[<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/cables.png" alt="Cables - source http://www.sxc.hu/photo/496858" title="Cables - source http://www.sxc.hu/photo/496858" width="350" height="231" class="alignnone size-full wp-image-491" /></p>
<p>I recently posted about <a href="http://fosswire.com/2008/07/08/nohup-run-a-command-even-once-your-shell-is-closed/">using nohup</a> to run a command, particularly on a remote machine, that keeps running even when you close the terminal or connection that started it.</p>
<p>Several people <a href="http://fosswire.com/2008/07/08/nohup-run-a-command-even-once-your-shell-is-closed/#comments">in the comments</a> there also suggested GNU Screen for a similar purpose.</p>
<p>So, what is <a href="http://www.gnu.org/software/screen/">Screen</a>? It describes itself as:</p>
<blockquote><p><em>&#8230; a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.</em></p></blockquote>
<p>Basically, among other things, it can create multiple &#8216;virtual terminals&#8217; that run inside a single physical terminal or connection, and offers you additional features, such as resuming sessions later and basic copy and paste.</p>
<p>What we&#8217;re interested in in the context of my other post is running commands in the background on remote machines, so I can start a command running, disconnect from SSH, but the command will stay running.</p>
<p>Screen, unlike Nohup, will allow me to come back later and interact directly with the terminal that I started, not just dump the results of a command to a file.</p>
<p>On your remote machine, start the program:</p>
<p><code>$ screen</code></p>
<p>You&#8217;ll get a brief copyright notice and such, just press Space as directed. You are now running Screen (although it won&#8217;t look any different to a normal terminal session by default).</p>
<p>Now, feel free to go off and start that important task. Once it&#8217;s up and running, press Ctrl+A, then Ctrl+D. Screen sends you back to your shell and you can now disconnect.</p>
<p>Later, when you want to come back, run:</p>
<p><code>$ screen -r</code></p>
<p>Your old session is restored! Anything you started should still be running.</p>
<p>Screen is a lot more powerful than just offering this feature, however, but we&#8217;ll save the rest for another day.</p>
<p>Finally, when you are actually done with a Screen session for good, quit it by pressing Ctrl+A, then Ctrl+\ or you can simply type exit into the terminal as normal.</p>
<p><span style="font-size:0.8em;">[<a href="http://www.sxc.hu/photo/496858">image source</a>]</span></p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=oWWrHK"><img src="http://feeds.feedburner.com/~a/fosswire?i=oWWrHK" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=3f8Kmj"><img src="http://feeds.feedburner.com/~f/fosswire?i=3f8Kmj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=lnbeRJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=lnbeRJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=3Lso5j"><img src="http://feeds.feedburner.com/~f/fosswire?i=3Lso5j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=THPYvJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=THPYvJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/331916948" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/10/using-gnu-screen-on-a-remote-machine/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/10/using-gnu-screen-on-a-remote-machine/</feedburner:origLink></item>
		<item>
		<title>GNOME 2.30 = GNOME 3.0</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/331852954/</link>
		<comments>http://fosswire.com/2008/07/10/guadec-gnome3/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:17:45 +0000</pubDate>
		<dc:creator>Jacob</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[GNOME]]></category>

		<category><![CDATA[GNOME 3]]></category>

		<category><![CDATA[GUADEC]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=488</guid>
		<description><![CDATA[GNOME&#160;&#160;&#160;&#160;
This image has set the Internet on fire. No big details yet, but the main scoop is that GNOME 3 will also have GTK 3. Going by the current release schedule, that is a year and a half from now in 2010, unless things change.
What do you think will be in GNOME 3? What would [...]]]></description>
			<content:encoded><![CDATA[<span class="de-GNOME">GNOME</span>&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p><a href="http://www.vuntz.net/journal/2008/07/10/480-live-from-istanbul-gnome-30"><img src="http://files.fosswire.com/2008/07/gnome3guadec.jpeg" alt="" style="border:0" /></a></p>
<p>This image has set the Internet on fire. No big details yet, but the main scoop is that GNOME 3 will also have GTK 3. Going by the current release schedule, that is a year and a half from now in 2010, unless things change.</p>
<p>What do you think will be in GNOME 3? What would you like to see in, or out?</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=pWmxbF"><img src="http://feeds.feedburner.com/~a/fosswire?i=pWmxbF" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=Tjl1Ej"><img src="http://feeds.feedburner.com/~f/fosswire?i=Tjl1Ej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=bmmGzJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=bmmGzJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=wDSkfj"><img src="http://feeds.feedburner.com/~f/fosswire?i=wDSkfj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=7V9PlJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=7V9PlJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/331852954" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/10/guadec-gnome3/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/10/guadec-gnome3/</feedburner:origLink></item>
		<item>
		<title>Book Review - Beginning Ubuntu Linux, Third Edition</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/330960021/</link>
		<comments>http://fosswire.com/2008/07/09/book-review-beginning-ubuntu-linux-third-edition/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:33:10 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Apress]]></category>

		<category><![CDATA[Beginning Ubuntu Linux]]></category>

		<category><![CDATA[book]]></category>

		<category><![CDATA[book review]]></category>

		<category><![CDATA[Jaime Sicam]]></category>

		<category><![CDATA[Keir Thomas]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=479</guid>
		<description><![CDATA[Peter reviews 'Beginning Ubuntu Linux, Third Edition', published by Apress. Is it capable of taking a complete Linux novice and turning them into a fairly proficient user?]]></description>
			<content:encoded><![CDATA[<strong>7</strong> of 10&nbsp;&nbsp;&nbsp;&nbsp;Beginner&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2008/07/ubuntu-cof-250x250.png" alt="Ubuntu 'Circle of Friends' logo" title="Ubuntu 'Circle of Friends' logo" width="250" height="250" class="alignnone size-full wp-image-480" /></p>
<p>It&#8217;s no coincidence that Ubuntu is now the most popular distribution of Linux for desktop PCs. It is one of the easiest distributions to set up and use for day-to-day tasks.</p>
<p>Despite this, getting onto the &#8216;Linux ladder&#8217;, making your first steps into the world of Linux, can be daunting, especially without support. There are lots of books specifically targeted towards beginners and Ubuntu, and Apress&#8217;s <a href="http://apress.com/book/view/9781590599914">Beginning Ubuntu Linux</a>, by Keir Thomas and Jaime Sicam is one.</p>
<p>I was given a copy of the third edition of the book, which is updated to specifically cover the latest release of Ubuntu, Hardy Heron (8.04). Its 700 odd pages are designed to take you all the way from a beginner moving from a Windows environment to a pretty proficient Linux user.</p>
<p>I should reiterate that point - this is very much a book for switchers (or people who want to use both). Throughout the text, comparisons are made between Ubuntu features and their Windows counterparts to aid the transition. It is also possible to follow coming from a Mac environment, but there is much more focus on Windows.</p>
<p>The book also includes a double-sized DVD with the full Ubuntu 8.04 distribution on one side, plus many alternative versions (including Kubuntu, etc.) in .iso image format on the other.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/dvd.jpg" alt="DVD - source http://www.sxc.hu/photo/1023847" title="DVD - source http://www.sxc.hu/photo/1023847" width="250" height="187" class="alignnone size-full wp-image-487" /></p>
<p>Structurally, the book is divided into eight parts, starting with an introduction to the world of Linux, progressing through installing Ubuntu and getting started with it, and then moving on to in-depth coverage of the command line, multimedia, many of the included applications and finally maintenance and optimisation of your system and appendices.</p>
<p><span id="more-479"></span></p>
<h2>Introduction and Background</h2>
<p>The first chapter gives a nice gentle introduction; it tells you in basic terms what an operating system is and how Linux differs from Windows. Even if you barely know anything, you should be able to follow.</p>
<p>Right after that, there is a pretty detailed and comprehensive &#8216;history and politics lesson&#8217;, explaining how Linux came about, GNU (and all the politics there) and the crucial concept of different Linux distributions.</p>
<p>The second chapter is a lot of historical information to digest for a complete beginner and it is tempting to skip it, but if you do, you will miss the explanation of how Ubuntu fits into the wider Linux picture and the concept of different distributions, which is critical knowledge.</p>
<p>This section is in depth, however, and is interesting to read, even if you&#8217;ve been using Linux for some time.</p>
<h2>Installation</h2>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/ubiquity.png" alt="Ubuntu Installer screenshot" title="Ubuntu Installer screenshot" width="500" height="341" class="alignnone size-full wp-image-483" /></p>
<p>Installing Ubuntu is probably the biggest hurdle to many people. As easy as you can make an operating system installation procedure, you still have to have pretty solid computer knowledge to perform one.</p>
<p>A whole part of the book is dedicated to installation. Key concepts such as disk partitioning are explained well, but there is at this point a (largely unavoidable) assumption that you are already proficient with the management of a Windows system.</p>
<p>One element of the Installation section that could be improved is making the different installation options clearer in the step-by-step installation process.</p>
<p>For example, if you&#8217;re not aiming for a dual boot setup (Windows and Ubuntu co-existing), there are a lot of steps that are specific to dual booting, and you sort of have to filter the instructions relevant to you to get through the process.</p>
<p>Overall, though, the Installation part of the book is well detailed, such that with a little additional support, a proficient Windows user can end up with an installed copy of Ubuntu and get on to the rest of the book relatively easily.</p>
<h2>Getting Started</h2>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/ubuntuapps.png" alt="Applications menu in Ubuntu" title="Applications menu in Ubuntu" width="395" height="329" class="alignnone size-full wp-image-484" /></p>
<p>The next task for the Linux newbie is getting to grips with the unfamiliar interface. Beginning Ubuntu Linux gives you a good rundown of the differences between Windows (or OS X) and the GNOME interface, including annotated screenshots and tables.</p>
<p>There is a slight concern in my mind that depending on the level of expertise of the reader, rushing in at this point to introducing concepts such as virtual desktops might be a bit too much to take in at once, but on the other hand, it would be difficult to fit that section elsewhere in the book.</p>
<h2>Getting Up and Running</h2>
<p>This part of the book focuses on getting things working post-install, such as getting connected to the internet, including wireless networking.The problem I have with this section is that it does jump quite noticeably in difficulty level.</p>
<p>Having had a gentle ride so far, it is as if you are suddenly thrown in at the deep end.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/networkmanager.png" alt="Configuring Wi-Fi in Ubuntu" title="Configuring Wi-Fi in Ubuntu" width="318" height="327" class="alignnone size-full wp-image-486" /></p>
<p>For example, using Ndiswrapper to configure Wi-Fi cards not natively supported by Ubuntu seems way beyond the level explored thus far.</p>
<p>While network access is quite fundamental to Ubuntu being useful, I can&#8217;t help thinking this would have better been saved for later.</p>
<h2>The Command Line</h2>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/cli.png" alt="Command Line screenshot" title="Command Line screenshot" width="449" height="359" class="alignnone size-full wp-image-482" /></p>
<p>It is assumed in some parts of the book that you want to take Ubuntu further than just using it and delve somewhat into the more technical side. Of course, while it is possible to skip whole sections on this, important concepts might be missed out.</p>
<p>The introduction to the shell in this part is well written. Everything you need to understand to do basic tasks at the command line is adequately explained, without throwing too much detail in too early. Again, we&#8217;re back to a gentle pace.</p>
<p>In itself, this section is actually an excellent beginner&#8217;s guide to any Linux CLI and gives a good solid framework of knowledge to learn about the more techie side of Ubuntu.</p>
<p>Of course, whether this section is of utility or interest, or at the right difficulty level, depends a lot on the reader.</p>
<h2>Applications and Multimedia</h2>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/main.png" alt="OpenOffice.org logo" title="OpenOffice.org logo" width="128" height="128" class="alignnone size-full wp-image-481" /></p>
<p>For most of the rest of the book, you drop back down a difficulty level to being more of a consumer, focusing on multimedia and many of the productivity applications that Ubuntu provides.</p>
<p>The multimedia section discusses the legal issues of proprietary codecs well and its step-by-step tutorials makes it easy for users to enjoy media content in many different formats.</p>
<p>The applications that are covered are the OpenOffice.org productivity suite and the Evolution email and groupware client.</p>
<p>Each of OOo&#8217;s applications are covered in a good amount of detail, often comparing to similar features of Microsoft Office where appropriate. Again, these sections alone would make a formidable beginner&#8217;s reference to OOo, especially for those migrating from or working in conjunction with MS Office.</p>
<p>The same in depth coverage is given to Evolution, with the viewpoint of using it as a replacement for Outlook. Again, there is reference to Outlook, equivalent features and focus on integrating with users of other email systems.</p>
<p>I can&#8217;t really argue with these chapters. They provide an impressive go-to reference for OOo and Evolution and I can certainly see them being useful in easing the transition from a Windows/Office system.</p>
<h2>Management, Optimisation and Appendices</h2>
<p>Rather curiously, installing and removing software is left for this section, close to the end (but frequently referenced to elsewhere in the text). Again, the content is well written and all necessary concepts are explained perfectly well, but the placement of that section seems a little, well, bizarre.</p>
<p>Also detailed here are backups, connecting to remote machines as well as user and group management and more.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/usersprefs.png" alt="Users Settings in Ubuntu" title="Users Settings in Ubuntu" width="390" height="265" class="alignnone size-full wp-image-485" /></p>
<p>Finally, the appendices include a glossary of bash commands, how to get help as well as how to run the other versions of Ubuntu that ship on the other side of the DVD.</p>
<h2>Overall</h2>
<p>Beginning Ubuntu Linux is undoubtedly a good starting point for anyone with intermediate or greater Windows skills that wants to dip their toe in the Linux world.</p>
<p>In general, the book is detailed and comprehensive and makes a great introduction to desktop Linux and subsequently a sound reference tool.</p>
<p>It seems, however, to be a sort of hybrid book - as I just said, it starts with an introduction/getting started guide at the front and then suddenly switches into a reference book for much of the remainder.</p>
<p>A complete novice reading from cover to cover might well end up taking in too much in one go, getting confused and then giving up.</p>
<p>To get the most out of this title, I think you need to initially be very picky about what you read. Don&#8217;t be tempted to venture into the technical aspects, such as the command line, too quickly. Plenty of digestion time is necessary, unless you already have Linux experience and just want a refresher.</p>
<p>The book is a strong starting point for those who are good at Windows and want to venture into the world of Linux and I would recommend it for those people.</p>
<p>Again, though, it&#8217;s not necessarily to be read in a linear fashion; picking and choosing the right sections to read at the right times is important.</p>
<p><em><strong>Full disclosure:</strong> Publisher Apress approached me asking me to review this book and sent me a free review copy. Other than that, there is no affiliation or other involvement between myself or FOSSwire and Apress.</em></p>
<p><span style="font-size:0.8em;">[<a href="http://www.sxc.hu/photo/1023847">DVD image source</a>]</span></p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=8nNnUd"><img src="http://feeds.feedburner.com/~a/fosswire?i=8nNnUd" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=t8urMj"><img src="http://feeds.feedburner.com/~f/fosswire?i=t8urMj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=aoX8jJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=aoX8jJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=hCdJTj"><img src="http://feeds.feedburner.com/~f/fosswire?i=hCdJTj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=m3pXRJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=m3pXRJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/330960021" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/09/book-review-beginning-ubuntu-linux-third-edition/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/09/book-review-beginning-ubuntu-linux-third-edition/</feedburner:origLink></item>
		<item>
		<title>Nohup - Run a Command Even Once your Shell is Closed</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/329882798/</link>
		<comments>http://fosswire.com/2008/07/08/nohup-run-a-command-even-once-your-shell-is-closed/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 15:04:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[background]]></category>

		<category><![CDATA[background task]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[command line]]></category>

		<category><![CDATA[GNU]]></category>

		<category><![CDATA[nohup]]></category>

		<category><![CDATA[remote]]></category>

		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=477</guid>
		<description><![CDATA[
Oftentimes you&#8217;ll be in a situation where you want to run a command on a remote machine that will take a long time to complete, but you want to be able to issue the command and then log off and have that command run in the background.
There are many ways you could achieve this, perhaps [...]]]></description>
			<content:encoded><![CDATA[<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/server_remote.jpg" alt="Remote server - source http://www.sxc.hu/photo/869240" title="Remote server - source http://www.sxc.hu/photo/869240" width="500" height="339" class="alignnone size-full wp-image-478" /></p>
<p>Oftentimes you&#8217;ll be in a situation where you want to run a command on a remote machine that will take a long time to complete, but you want to be able to issue the command and then log off and have that command run in the background.</p>
<p>There are many ways you could achieve this, perhaps by using cron or at to schedule the command to run right away. However, there is a better way.</p>
<p>There is a command called <strong>nohup</strong> built into both the GNU toolset, and most shells, which allows you to run a command in this way. It is so called because the command being run is executed ignoring &#8216;hang up&#8217; signals, which are given when you close the terminal you started the program from.</p>
<p>To use this, simply prefix your command with nohup, for example:</p>
<p><code>nohup wget <em>bigfile</em></code></p>
<p>This will still run in the foreground, however, meaning that you will lose the ability to use that terminal while the command is executing. In most cases, you&#8217;ll want to use the ampersand (&amp;) to run the command in the background.</p>
<p><code>nohup wget <em>bigfile</em> &#038;</code></p>
<p>Now you can log off your remote machine, or close your terminal and the command will continue running in the background.</p>
<p>The output and errors from the command you run with nohup are stored in a file called <strong>nohup.out</strong> in the directory where you started the command, or your home directory if for some reason that&#8217;s not possible (e.g. permissions).</p>
<p><span style="font-size:8pt;">[<a href="http://www.sxc.hu/photo/869240">image source</a>]</span></p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=4p5edw"><img src="http://feeds.feedburner.com/~a/fosswire?i=4p5edw" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=KJQfqj"><img src="http://feeds.feedburner.com/~f/fosswire?i=KJQfqj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=ToEl4J"><img src="http://feeds.feedburner.com/~f/fosswire?i=ToEl4J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=yaJmfj"><img src="http://feeds.feedburner.com/~f/fosswire?i=yaJmfj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=S7wUtJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=S7wUtJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/329882798" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/08/nohup-run-a-command-even-once-your-shell-is-closed/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/08/nohup-run-a-command-even-once-your-shell-is-closed/</feedburner:origLink></item>
		<item>
		<title>Gentoo 2008.0 Released</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/329026269/</link>
		<comments>http://fosswire.com/2008/07/07/gentoo-20080-released/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:58:17 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[distros]]></category>

		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[Gentoo Linux]]></category>

		<category><![CDATA[portage]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=475</guid>
		<description><![CDATA[
The Gentoo Project have announced the release of Gentoo Linux 2008.0.
The new release boasts an updated Live CD installer, the Live CD now using Xfce by default, vastly improved hardware support and many updated packages to bring the core system up to date.
For those new, or who haven&#8217;t heard of the distribution, Gentoo is generally [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-476 aligncenter" title="Gentoo logo" src="http://files.fosswire.com/2008/07/gentoo-transparent.png" alt="Gentoo logo" width="139" height="185" /></p>
<p>The <a href="http://www.gentoo.org/">Gentoo Project</a> have announced <a href="http://www.gentoo.org/news/20080706-release-2008.0.xml">the release of</a> Gentoo Linux 2008.0.</p>
<p>The new release boasts an updated Live CD installer, the Live CD now using Xfce by default, vastly improved hardware support and many updated packages to bring the core system up to date.</p>
<p>For those new, or who haven&#8217;t heard of the distribution, Gentoo is generally aimed towards the more experienced Linux user. While it does feature its Portage package management system, Gentoo puts emphasis on building software from source to fully optimise the system and squeeze as much performance as possible from your machine.</p>
<p>You can download many versions of the new release <a href="http://www.gentoo.org/main/en/where.xml">from the official download page</a>.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=pDbpPY"><img src="http://feeds.feedburner.com/~a/fosswire?i=pDbpPY" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=hvtXUj"><img src="http://feeds.feedburner.com/~f/fosswire?i=hvtXUj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=K9EAHJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=K9EAHJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=gtszbj"><img src="http://feeds.feedburner.com/~f/fosswire?i=gtszbj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=RyeO1J"><img src="http://feeds.feedburner.com/~f/fosswire?i=RyeO1J" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/329026269" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/07/gentoo-20080-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/07/gentoo-20080-released/</feedburner:origLink></item>
		<item>
		<title>Buddi - Simple Personal Budgeting</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/328201142/</link>
		<comments>http://fosswire.com/2008/07/06/buddi-simple-personal-budgeting/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 18:00:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Apps]]></category>

		<category><![CDATA[Buddi]]></category>

		<category><![CDATA[budget]]></category>

		<category><![CDATA[finance]]></category>

		<category><![CDATA[financial]]></category>

		<category><![CDATA[FOSS on Mac]]></category>

		<category><![CDATA[FOSS on Windows]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[money]]></category>

		<category><![CDATA[personal budget]]></category>

		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=467</guid>
		<description><![CDATA[6.5 of 10&#160;&#160;&#160;&#160;
Many financial applications, such as KMyMoney, can be very useful, however there is often quite a learning curve associated with them.
Buddi is an open source personal budgeting application for Windows, Linux and Mac OS X that is designed to keep things very simple, yet still be usable for the average home user to [...]]]></description>
			<content:encoded><![CDATA[<strong>6.5</strong> of 10&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi.png" alt="Buddi logo" title="Buddi logo" width="48" height="48" class="alignnone size-full wp-image-468" /></p>
<p>Many financial applications, such as <a href="http://fosswire.com/2007/12/03/kmymoney-kde-finance-management/">KMyMoney</a>, can be very useful, however there is often quite a learning curve associated with them.</p>
<p><a href="http://buddi.thecave.homeunix.org/en/index.jsp">Buddi</a> is an open source personal budgeting application for Windows, Linux and Mac OS X that is designed to keep things very simple, yet still be usable for the average home user to keep track of their finances.</p>
<p><span id="more-467"></span></p>
<h2>Installation</h2>
<p>Buddi is written in Java, and thus needs you to have a working installation of Java on your system to run. Whether you have Java and how to get it differs depending on your operating system. Mac users should be fine, Windows users can <a href="http://java.com/en/">grab an installer</a>, and <a href="http://fosswire.com/2007/10/17/installing-sun-java-on-linux/">this guide should help Linux users</a>.</p>
<p>Once you&#8217;ve got Java, you can get the appropriate download for your system <a href="http://buddi.thecave.homeunix.org/en/download.jsp">from the Downloads page</a>. Here on Kubuntu Linux, I get the .deb and double-click it to install (which actually does Java as well for me if I don&#8217;t have it, but your results might differ).</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_install.png" alt="Installing Buddi under Kubuntu Hardy" title="Installing Buddi under Kubuntu Hardy" width="500" height="281" class="alignnone size-full wp-image-469" /></p>
<h2>Interface Impressions</h2>
<p>On the Linux platform (and possibly elsewhere too), Buddi unfortunately sports a rather generic, and ugly, Java interface. This makes integration with the rest of your desktop poor. This is a symptom of the way it is developed and its cross platform Java nature, however, and something that can be difficult to avoid.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_basicinterface.png" alt="Buddi\&#039;s basic interface" title="Buddi\&#039;s basic interface" width="500" height="266" class="alignnone size-full wp-image-470" /></p>
<p>The main interface is divided into three simple tabs for accounts, budgets and reports. Unlike some competing programs, it&#8217;s a nice simple setup that is easy to digest and understand.</p>
<p>The first two tabs also work as you expect and it&#8217;s obvious how to use them. Aside from some commands being hidden away on the Edit menu, where it&#8217;s not immediately obvious to look, these two modules work as advertised and it&#8217;s really easy to get to grips with them.</p>
<p>On the subject of those Edit menu commands, it would be much better from an interface point of view to use a toolbar, with graphical buttons for the most frequently used commands, like <strong>Create Budget Category</strong>, for example.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_budget.png" alt="Buddi Budget tab" title="Buddi Budget tab" width="500" height="260" class="alignnone size-full wp-image-471" /></p>
<p>The final tab, for reports, however, came across to me as working in a bit of a confusing way.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_reports.png" alt="Buddi Reports" title="Buddi Reports" width="500" height="282" class="alignnone size-full wp-image-472" /></p>
<p>You select a report to view from a relevant drop-down box, but then there is an unnerving delay when it&#8217;s not clear whether that action worked, or didn&#8217;t. Turns out what is happening is that your web browser is being loaded, to display the report as an HTML file.</p>
<p>The reports are a good way of getting your data back out of the application and present the information in a clear way, but I think it wouldn&#8217;t hurt here to make it more clear that your browser would be invoked, and that there might be some delay.</p>
<p>A further criticism, which might be more to do with my Java setup, is that my default browser wasn&#8217;t loaded for some reason, instead it loaded in a different browser installed on the system.</p>
<h2>Functionality</h2>
<p>Buddi isn&#8217;t trying to do everything. Far from that, Buddi tries to be simple and is even described as being aimed at those with little financial experience.</p>
<p>Functionality wise, though, it offers enough to do basic financial recording and reporting. Transactions can be performed on your accounts, allowing you to keep track of what&#8217;s going in and coming out of your account.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_accounttransactions.png" alt="Transactions in Buddi" title="Transactions in Buddi" width="500" height="375" class="alignnone size-full wp-image-473" /></p>
<p>These transactions can be linked to Budget categories and then allow you to track what you planned against what&#8217;s actually being spent in each category.</p>
<p>Speaking of those Budget categories, it&#8217;s trivial to add custom incoming and outgoing categories of different types to personalise your records and ease the process of tracking your personal data.</p>
<p>As I&#8217;ve already mentioned, the Reports are also good, giving you a nice overview of how well reality is matching with your budgeting, and allowing you to drill down into the categories and transactions to see where everything is going.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/buddi_report.png" alt="Buddi Report" title="Buddi Report" width="500" height="424" class="alignnone size-full wp-image-474" /></p>
<p>One final thing to say is you have to remember to save your accounts to a file, and then manually use <strong>File</strong> &gt; <strong>Open</strong> when you relaunch the program to load in your saved data. It would be nice here to have Buddi remember your last file, and automatically open it.</p>
<h2>Overall</h2>
<p>Buddi doesn&#8217;t try to be too clever or complicated, and I personally think it succeeds in offering a simple solution for people who want to do basic personal budgeting.</p>
<p>While I do have some minor interface concerns, I can&#8217;t emphasise enough how simple Buddi is to use. Even if there are quirks, it&#8217;s likely that most people will quickly learn how to master the application given a bit of time.</p>
<p>If you want a budgeting solution a bit lighter than the others (and don&#8217;t mind braving a distinctly Java-y interface on Linux), Buddi is a win.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=KRnrkt"><img src="http://feeds.feedburner.com/~a/fosswire?i=KRnrkt" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=kRH2xj"><img src="http://feeds.feedburner.com/~f/fosswire?i=kRH2xj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=rwXnVJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=rwXnVJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=5Ocw2j"><img src="http://feeds.feedburner.com/~f/fosswire?i=5Ocw2j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=7vef0J"><img src="http://feeds.feedburner.com/~f/fosswire?i=7vef0J" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/328201142" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/06/buddi-simple-personal-budgeting/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/06/buddi-simple-personal-budgeting/</feedburner:origLink></item>
		<item>
		<title>Rip CDs with KAudioCreator</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/327529052/</link>
		<comments>http://fosswire.com/2008/07/05/rip-cds-with-kaudiocreator/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:27:28 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[CDs]]></category>

		<category><![CDATA[entertainment]]></category>

		<category><![CDATA[KAudioCreator]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[ripping]]></category>

		<category><![CDATA[tutorials]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=463</guid>
		<description><![CDATA[Beginner&#160;&#160;&#160;&#160;KDE&#160;&#160;&#160;&#160;Getting music from a CD (that you own, of course) to your favourite media player, such as Amarok, isn&#8217;t always a clear process under KDE.
Amarok itself doesn&#8217;t have the facility to rip CDs, as with many other media players, so using an external program is sometimes the only option. KAudioCreator is one such ripping program.
To [...]]]></description>
			<content:encoded><![CDATA[Beginner&nbsp;&nbsp;&nbsp;&nbsp;<span class="de-KDE">KDE</span>&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p>Getting music from a CD (that you own, of course) to your favourite media player, such as Amarok, isn&#8217;t always a clear process under KDE.</p>
<p>Amarok itself doesn&#8217;t have the facility to rip CDs, as with many other media players, so using an external program is sometimes the only option. <a href="http://www.icefox.net/programs/?program=KAudioCreator">KAudioCreator</a> is one such ripping program.</p>
<p>To install, you should be able to search for it in your package manager. While you&#8217;re there, you might also want to snag <strong>flac</strong>, <strong>libvorbis</strong> and/or <strong>lame</strong> for encoding into FLAC, Ogg Vorbis and MP3 respectively.</p>
<p>Pop in an audio disc, and load up KAudioCreator.</p>
<p><a href='http://files.fosswire.com/2008/07/kaudiocreator_initiale.png'><img src="http://files.fosswire.com/2008/07/kaudiocreator_initiale-300x159.png" alt="KAudioCreator screenshot" title="KAudioCreator screenshot" width="300" height="159" class="alignnone size-medium wp-image-464" /></a></p>
<p>If this is the first time, you&#8217;ve used the program, you&#8217;ll need to first head into the configuration and set up an encoder. You&#8217;ll be reminded of this through a dialogue box.</p>
<p>Go to <strong>Settings</strong> &gt; <strong>Configure KAudioCreator</strong>.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/kaudiocreator_encoder.png" alt="KAudioCreator Encoder selection" title="KAudioCreator Encoder selection" width="500" height="593" class="alignnone size-full wp-image-465" /></p>
<p>Under the Encoder tab, you&#8217;ll want to pick which format you want your CD extracted to (make sure you&#8217;ve installed the right packages for your chosen encoder). Pick the one you want.</p>
<p>While you&#8217;re here, you might want to also choose the output folder for ripped tracks, under <strong>Encoded File Location</strong>. I&#8217;ve chosen to set a prefix of <strong>~/Music</strong>.</p>
<p>Now you can get started ripping. The interface is a little&#8230; erm, unique, and takes some getting used to.</p>
<p>To simply rip all the tracks on the disc, choose Select All Tracks at the bottom of the interface, and then click the Gear icon in the toolbar to get started. Then check out the Jobs tab to watch the status of the rip and encode.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/kaudiocreator_gear_icon.png" alt="KAudioCreator toolbar" title="KAudioCreator toolbar" width="147" height="57" class="alignnone size-full wp-image-466" /></p>
<p>To rip only selected tracks, instead of choosing Select All Tracks, click each track individually to place a tick mark next to its name.</p>
<p>That&#8217;s it! Once the rip is complete, you&#8217;ll have a set of files.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=dz3QFR"><img src="http://feeds.feedburner.com/~a/fosswire?i=dz3QFR" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=XAvrMj"><img src="http://feeds.feedburner.com/~f/fosswire?i=XAvrMj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=k7gDfJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=k7gDfJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=RkHRXj"><img src="http://feeds.feedburner.com/~f/fosswire?i=RkHRXj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=ZjF8fJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=ZjF8fJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/327529052" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/05/rip-cds-with-kaudiocreator/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/05/rip-cds-with-kaudiocreator/</feedburner:origLink></item>
		<item>
		<title>Stallman on Gates, and Free Software</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/326175074/</link>
		<comments>http://fosswire.com/2008/07/03/stallman-on-gates-and-free-software/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 22:55:09 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[FOSS Politics]]></category>

		<category><![CDATA[free software]]></category>

		<category><![CDATA[FSF]]></category>

		<category><![CDATA[GNU]]></category>

		<category><![CDATA[purism]]></category>

		<category><![CDATA[Richard Stallman]]></category>

		<category><![CDATA[RMS]]></category>

		<category><![CDATA[Stallman]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=457</guid>
		<description><![CDATA[
Free Software Foundation chairman and all around computer freedom guru Richard Stallman has written an article for the BBC entitled &#8216;It&#8217;s not the Gates, it&#8217;s the bars&#8217;.
But Gates didn&#8217;t invent proprietary software, and thousands of other companies do the same thing. It&#8217;s wrong, no matter who does it.
Microsoft, Apple, Adobe, and the rest, offer you [...]]]></description>
			<content:encoded><![CDATA[<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/portrait_-_denmark_dtu_2007-3-31.jpg" alt="Richard Stallman" title="Richard Stallman - image credit http://commons.wikimedia.org/wiki/Image:Portrait_-_Denmark_DTU_2007-3-31.jpg" width="300" height="307" class="alignnone size-full wp-image-458" /></p>
<p>Free Software Foundation chairman and all around computer freedom guru Richard Stallman has written <a href="http://news.bbc.co.uk/1/hi/technology/7487060.stm">an article for the BBC</a> entitled &#8216;It&#8217;s not the Gates, it&#8217;s the bars&#8217;.</p>
<blockquote><p><em>But Gates didn&#8217;t invent proprietary software, and thousands of other companies do the same thing. It&#8217;s wrong, no matter who does it.</p>
<p>Microsoft, Apple, Adobe, and the rest, offer you software that gives them power over you. A change in executives or companies is not important. What we need to change is this system.</p>
<p>That&#8217;s what the free software movement is all about. &#8220;Free&#8221; refers to freedom: we write and publish software that users are free to share and modify.</p>
<p>We do this systematically, for freedom&#8217;s sake; some of us paid, many as volunteers. We already have complete free operating systems, including GNU/Linux.</em></p></blockquote>
<p>If you&#8217;ve read up on Stallman&#8217;s views on the issue of proprietary software, most of that article simply reiterates the points he makes about the perils of proprietary software and how free software is meant to put the user back in control and give them freedom.</p>
<p>In a sense, it&#8217;s just the same old mantra being regurgitated, but using Bill Gates&#8217; recent departure from an active role at Microsoft as a reason to bring up the issue.</p>
<p>I did think it was interesting, though, that Stallman has got an article on the BBC News Technology website. The overwhelming majority of computer users have no idea of the concept of free software (at least in the way that RMS means it) and using a reputable and very popular news source to get his message out.</p>
<p>If you&#8217;re new to the FOSS world and haven&#8217;t read Stallman&#8217;s views on this issue, it&#8217;s definitely worth a read to get his and the FSF&#8217;s view. I don&#8217;t for a minute expect everyone to agree on everything, and it obviously doesn&#8217;t necessarily reflect the viewpoints of the whole community. There&#8217;s a wide spectrum of differing views on whether proprietary software is a good thing and motivations for building and using free software.</p>
<p>For those of us who are familiar, I thought it would be interesting to point out the use of this channel to get the message out, as it&#8217;s certainly something I don&#8217;t remember seeing before.</p>
<p><span style="font-size:8pt;">[<a href="http://commons.wikimedia.org/wiki/Image:Portrait_-_Denmark_DTU_2007-3-31.jpg">image source</a>] in public domain</span></p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=4cK3PG"><img src="http://feeds.feedburner.com/~a/fosswire?i=4cK3PG" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=WeZfdj"><img src="http://feeds.feedburner.com/~f/fosswire?i=WeZfdj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=a3cs0J"><img src="http://feeds.feedburner.com/~f/fosswire?i=a3cs0J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=2DNwmj"><img src="http://feeds.feedburner.com/~f/fosswire?i=2DNwmj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=TicjAJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=TicjAJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/326175074" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/03/stallman-on-gates-and-free-software/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/03/stallman-on-gates-and-free-software/</feedburner:origLink></item>
		<item>
		<title>Count Lines of Code with Cloc</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/325054646/</link>
		<comments>http://fosswire.com/2008/07/02/count-lines-of-code-with-cloc/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:27:26 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Apps]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[Cloc]]></category>

		<category><![CDATA[code count]]></category>

		<category><![CDATA[coder]]></category>

		<category><![CDATA[line count]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[scripts]]></category>

		<category><![CDATA[word count]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=454</guid>
		<description><![CDATA[While it might seem a little of a mundane task, counting the lines of code in your programming projects can be a useful thing to do, and provides you with interesting statistics.
Cloc is a Perl script written to allow you to do just that. Download the script, and then from a command line, you simply [...]]]></description>
			<content:encoded><![CDATA[<p>While it might seem a little of a mundane task, counting the lines of code in your programming projects can be a useful thing to do, and provides you with interesting statistics.</p>
<p><a href="http://cloc.sourceforge.net/">Cloc</a> is a Perl script written to allow you to do just that. Download the script, and then from a command line, you simply pass it a directory of source code, or a single file if you wish.</p>
<p><code>$ perl cloc.pl /path/to/code</code></p>
<p>Cloc is more than just a tool for counting the number of lines in the file, it is more clever than that. Cloc detects the programming language if it can, and then shows you the number of blank lines, code and comments of each file.</p>
<p>With a single file, Cloc might give output similar to this:</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/cloc.png" alt="Cloc screenshot 1" title="Cloc screenshot 1" width="500" height="202" class="alignnone size-full wp-image-455" /></p>
<p>As I&#8217;ve mentioned, however, Cloc&#8217;s real strong point is when you point it at a directory or several directories of source code.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/07/cloc2.png" alt="Cloc screenshot 2" title="Cloc screenshot 2" width="500" height="156" class="alignnone size-full wp-image-456" /></p>
<p>Quite frankly, I think this is a pretty indispensable tool for any programmer interested in getting statistics on their code, especially when you want an overview of the whole project.</p>
<p>Cloc can be <a href="http://sourceforge.net/project/showfiles.php?group_id=174787">downloaded from here</a>. The Perl script version should work on any operating system where you have a working installation of Perl. Windows users can download the pre-built exe as well.</p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=ICyEIX"><img src="http://feeds.feedburner.com/~a/fosswire?i=ICyEIX" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=qQXeQj"><img src="http://feeds.feedburner.com/~f/fosswire?i=qQXeQj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=zQUvsJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=zQUvsJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=neRxIj"><img src="http://feeds.feedburner.com/~f/fosswire?i=neRxIj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=lO5QNJ"><img src="http://feeds.feedburner.com/~f/fosswire?i=lO5QNJ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/325054646" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/07/02/count-lines-of-code-with-cloc/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/07/02/count-lines-of-code-with-cloc/</feedburner:origLink></item>
		<item>
		<title>Using SSH as an Ad-Hoc VPN</title>
		<link>http://feeds.feedburner.com/~r/fosswire/~3/323365930/</link>
		<comments>http://fosswire.com/2008/06/30/using-ssh-as-an-ad-hoc-vpn/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:44:03 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Tips &amp; Tutorials]]></category>

		<category><![CDATA[CLI]]></category>

		<category><![CDATA[command line]]></category>

		<category><![CDATA[laptop]]></category>

		<category><![CDATA[secure tunnel]]></category>

		<category><![CDATA[SSH]]></category>

		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[tunnel]]></category>

		<category><![CDATA[virtual private network]]></category>

		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://fosswire.com/?p=450</guid>
		<description><![CDATA[Intermediate&#160;&#160;&#160;&#160;
Many of us have been in this scenario - you&#8217;re on the move, using a random WiFi connection that you can get. You want to browse around to all your favourite sites, including ones where you log in over normal HTTP, but you&#8217;re not entirely convinced of the security of the connection, so you don&#8217;t.
If [...]]]></description>
			<content:encoded><![CDATA[Intermediate&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/><p class="container" align="center"><img src="http://files.fosswire.com/2008/06/laptop_small.jpg" alt="Laptop - source http://www.sxc.hu/photo/888008" title="Laptop - source http://www.sxc.hu/photo/888008" width="250" height="375" class="alignnone size-full wp-image-453" /></p>
<p>Many of us have been in this scenario - you&#8217;re on the move, using a random WiFi connection that you can get. You want to browse around to all your favourite sites, including ones where you log in over normal HTTP, but you&#8217;re not entirely convinced of the security of the connection, so you don&#8217;t.</p>
<p>If you have access to pretty much any server running SSH where you can log in, you actually can set up a secure tunnel to route all of your data through using nothing more than what you already have. Kind of like a very simple VPN, that you can do on the fly.</p>
<p>This assumes your client/laptop is running Linux, Mac OS X or another Unix-like OS where ssh is installed and on the command line. We&#8217;ll also be configuring Firefox as the browser to route traffic through the tunnel. Windows users can <a href="http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/">use PuTTY</a> to achieve the same effect.</p>
<h2>Set Up the Tunnel</h2>
<p>From your terminal, log in to your SSH server with the normal command, but add -D and a port number, to set up your tunnel on that local port. Something like this:</p>
<p><code>$ ssh -D 1080 user@host</code></p>
<p>You&#8217;ll be logged in as normal, and the prompt should come up. What has also happened, however, is that your SSH client is now listening on local port 1080. Anything you tunnel through there will go securely to the SSH server, and responses sent back through that tunnel.</p>
<p>Before we move on to configuring Firefox to route through this, here are a few more options for that command. If you don&#8217;t want a prompt to come up, i.e. you just want to set up the tunnel and don&#8217;t need to actually interactively log in to the server, add the -N switch, like so:</p>
<p><span id="more-450"></span></p>
<p><code>$ ssh -ND 1080 user@host</code></p>
<p>Also, you can use gzip compression to speed up the transfer. Combined with no login, that is:</p>
<p><code>$ ssh -CND 1080 user@host</code></p>
<h2>Configuring Firefox</h2>
<p>Our tunnel is now up and running, and should be accepting traffic. To configure Firefox to use this tunnel, first go to <strong>Edit</strong> &gt; <strong>Preferences</strong> and choose the <strong>Advanced</strong> section.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/06/vpn_ffcfg1.png" alt="Firefox Proxy configuration screenshot" title="Firefox Proxy configuration screenshot" width="500" height="486" class="alignnone size-full wp-image-451" /></p>
<p>Under <strong>Network</strong>, click the <strong>Settings</strong> button. Choose a <strong>Manual proxy configuration</strong>.</p>
<p>Under SOCKS Host, put localhost and port 1080. Leave it on SOCKS v5.</p>
<p class="container" align="center"><img src="http://files.fosswire.com/2008/06/vpn_ffcfg2.png" alt="Firefox Connection Settings screenshot" title="Firefox Connection Settings screenshot" width="500" height="462" class="alignnone size-full wp-image-452" /></p>
<p>Say OK to that, close Preferences and now use something like <a href="http://checkip.dyndns.com/">Check IP</a> to confirm that your IP address now appears to the outside world as your SSH server&#8217;s IP address. This tells you that your traffic is being tunnelled and you can now do anything you wish without fear of snooping (provided you trust your SSH server and its connection, of course).</p>
<h2>Finishing Up</h2>
<p>When you&#8217;re back home or you&#8217;ve closed the SSH session, make sure to go back to that dialogue in Firefox and choose <strong>No proxy</strong> (or whatever it was set to before). Otherwise, you won&#8217;t be loading any pages any time soon.</p>
<p>Speaking of which, when you&#8217;re done, go back to that SSH session in your terminal window and hit Ctrl+C to drop the connection and close your tunnel down.</p>
<p>This is a really simple way to securely browse on untrusted connections and the fact that it doesn&#8217;t require any special setup on the SSH server makes it particularly easy when you just happen to find a moment when you need to use it.</p>
<p>Quick, easy and gets the job done. You can&#8217;t ask for much more than that.</p>
<p><span style="font-size:8pt;">[<a href="http://www.sxc.hu/photo/888008">image source</a>]</span></p>

<p><a href="http://feeds.feedburner.com/~a/fosswire?a=nknuOo"><img src="http://feeds.feedburner.com/~a/fosswire?i=nknuOo" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/fosswire?a=GF041i"><img src="http://feeds.feedburner.com/~f/fosswire?i=GF041i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=vBAPzI"><img src="http://feeds.feedburner.com/~f/fosswire?i=vBAPzI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=fkb2ji"><img src="http://feeds.feedburner.com/~f/fosswire?i=fkb2ji" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/fosswire?a=YwJwKI"><img src="http://feeds.feedburner.com/~f/fosswire?i=YwJwKI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/fosswire/~4/323365930" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fosswire.com/2008/06/30/using-ssh-as-an-ad-hoc-vpn/feed/</wfw:commentRss>
		<feedburner:origLink>http://fosswire.com/2008/06/30/using-ssh-as-an-ad-hoc-vpn/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.465 seconds --><!-- Cached page served by WP-Cache --><!-- Compression = gzip -->
