<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rebel Zero &#187; Software</title>
	<atom:link href="http://www.rebelzero.com/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rebelzero.com</link>
	<description>Where sleeping Lynxes lie....</description>
	<lastBuildDate>Sun, 09 May 2010 15:46:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Ubuntu: See, Preview, And Compare Fonts With gnome-specimen</title>
		<link>http://www.rebelzero.com/ubuntu/ubuntu-see-preview-and-compare-fonts-with-gnome-specimen/170</link>
		<comments>http://www.rebelzero.com/ubuntu/ubuntu-see-preview-and-compare-fonts-with-gnome-specimen/170#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:12:51 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Add Ons]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[font viewer]]></category>
		<category><![CDATA[gnome-specimen]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=170</guid>
		<description><![CDATA[See, preview, and compare all of your installed fonts with gnome-specimen.]]></description>
			<content:encoded><![CDATA[<p>More inspiration from #ubuntu @ irc.freenode.net</p>
<blockquote><p>trayzz_: how do i display the fonts i have installed graphically</p></blockquote>
<p><span id="more-170"></span><br />
Since 8.04 Hardy Heron, Ubuntu has included <strong>gnome-specimen</strong> in the universe repository. As long as that repository is enabled, you can install it simply at the command line with <strong>sudo apt-get install gnome-specimen</strong> or searching for <strong>gnome-specimen</strong> in Synaptic. It will be listed in the <strong>Applications</strong> &gt; <strong>Graphics</strong> menu.</p>
<p>You&#8217;ll get a window with a list of all of your installed fonts on the left, a field to change some preview text and its size, and a preview of that text using the currently highlighted font. A large blank field on the lower right gives you the opportunity to add lines of preview text to compare how they look in different fonts. In my example below, I compared both FreeSans Medium and Droid Sans Regular with Ubuntu&#8217;s default display font, Sans Regular, all in 12pt.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-171" title="gnome-specimen-screenshot" src="http://www.rebelzero.com/wp-content/uploads/2009/07/gnome-specimen-screenshot.png" alt="gnome-specimen-screenshot" width="451" height="358" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/ubuntu/ubuntu-see-preview-and-compare-fonts-with-gnome-specimen/170/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org 3.1 For Hardy, Intrepid, Jaunty</title>
		<link>http://www.rebelzero.com/openofficeorg/openofficeorg-31-for-hardy-intrepid-jaunty/136</link>
		<comments>http://www.rebelzero.com/openofficeorg/openofficeorg-31-for-hardy-intrepid-jaunty/136#comments</comments>
		<pubDate>Wed, 13 May 2009 01:46:04 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[8.04 LTS Hardy Heron]]></category>
		<category><![CDATA[8.10 Intrepid Ibex]]></category>
		<category><![CDATA[9.04 Jaunty Jackalope]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[OpenOffice.org]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[Upgrading]]></category>
		<category><![CDATA[OpenOffice.org 3.1.x]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=136</guid>
		<description><![CDATA[Quick and easy guide to upgrading your OpenOffice.org to 3.1 on Ubuntu Hardy, Intrepid, or Jaunty using the Scribblers PPA.]]></description>
			<content:encoded><![CDATA[<p>Want OpenOffice.org 3.1 for Hardy, Intrepid, or Jaunty? Open a terminal window and follow these quick steps.</p>
<p><code><span id="more-136"></span>sudo nano /etc/apt/sources.list.d/PPA_OpenOffice.org.list</code></p>
<p>Copy and paste the following deb lines:</p>
<p><code>deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu <strong>jaunty</strong> main<br />
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu <strong>jaunty</strong> main</code></p>
<p>This website&#8217;s formatting may split those lines. Each line from &#8220;deb&#8221; to &#8220;main&#8221; should be unbroken. Change <strong>jaunty</strong> in each entry to either <strong>intrepid</strong> or <strong>hardy</strong> accordingly for your own Intrepid or Hardy installation.</p>
<div style="text-align: center;"><a href="http://www.rebelzero.com/wp-content/uploads/2009/05/ppa_ooo_list.png"><img class="aligncenter size-full wp-image-137" style="border: 2px solid black; margin: 5px;" title="ppa_ooo_list" src="http://www.rebelzero.com/wp-content/uploads/2009/05/ppa_ooo_list.png" alt="ppa_ooo_list" width="462" height="303" /></a></div>
<p><strong>CTRL-O</strong> to write to the file.<br />
<strong>CTRL-X</strong> to exit.</p>
<p><code>nano ppa_keys</code></p>
<p>Copy and paste the PGP Public Key Block for the OpenOffice.org Scribblers PPA from <a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0x60D11217247D1CFF">HERE</a>.</p>
<div style="text-align: center;"><a href="http://www.rebelzero.com/wp-content/uploads/2009/05/ppa_ooo_pgpkey.png"><img class="aligncenter size-full wp-image-138" style="border: 2px solid black; margin: 5px;" title="ppa_ooo_pgpkey" src="http://www.rebelzero.com/wp-content/uploads/2009/05/ppa_ooo_pgpkey.png" alt="ppa_ooo_pgpkey" width="462" height="303" /></a></div>
<p><strong>CTRL-O</strong> to write to the file.<br />
<strong>CTRL-X</strong> to exit.</p>
<p><code>sudo apt-key add ppa_keys</code></p>
<p><code>sudo apt-get update &amp;&amp; sudo apt-get dist-upgrade</code></p>
<p>Answer yes when prompted. Wait for the packages to download and set up and enjoy OO.o 3.1 on your Hardy, Intrepid, or Jaunty Ubuntu installation.</p>
<div style="text-align: center;"><a href="http://www.rebelzero.com/wp-content/uploads/2009/05/ooo31screenshot.png"><img class="aligncenter size-full wp-image-139" style="border: 2px solid black; margin: 5px;" title="ooo31screenshot" src="http://www.rebelzero.com/wp-content/uploads/2009/05/ooo31screenshot.png" alt="ooo31screenshot" width="462" height="410" /></a></div>
<p>As an added bonus, if you don&#8217;t already have the full OpenOffice.org suite, as some unnecessary packages are left off of the install CDs, just tell apt-get to get them:</p>
<p><code>sudo apt-get install openoffice.org</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/openofficeorg/openofficeorg-31-for-hardy-intrepid-jaunty/136/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>gufw: Autostart with session</title>
		<link>http://www.rebelzero.com/fixes/gufw-autostart-with-session/133</link>
		<comments>http://www.rebelzero.com/fixes/gufw-autostart-with-session/133#comments</comments>
		<pubDate>Sat, 25 Apr 2009 18:35:16 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Add Ons]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gufw]]></category>
		<category><![CDATA[Ubuntu Firewall]]></category>
		<category><![CDATA[ufw]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=133</guid>
		<description><![CDATA[Finally figured out why gufw's "Autostart with session" option was grayed out.]]></description>
			<content:encoded><![CDATA[<p>I like using <a href="http://gufw.tuxfamily.org/">gufw</a> to manage the iptables firewall rules. It makes for a clean an easy graphical way to implement rules. I was having an issue with the preferences where &#8220;Autostart with session&#8221; was grayed out. After a little hunting with Google, I stumbled across a <a href="https://answers.launchpad.net/gui-ufw/+question/45995">question and an answer at Launchpad</a>, which is someplace I should be looking to first and foremost.</p>
<p>The answer to enabling that option is to simply create a directory.</p>
<p><code>mkdir ~/.config/autostart</code></p>
<p>Now the option is no longer grayed out and you can have gufw start for your every session.</p>
<p>You can install it from Ubuntu&#8217;s repositories. Make sure you have the universe repos enabled. You can find it in Synaptic or at the command line, issue:</p>
<p><code>sudo apt-get install gufw</code></p>
<p>It will need to download ufw and iptables if you don&#8217;t already have those.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/fixes/gufw-autostart-with-session/133/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle To Buy Sun Microsystems</title>
		<link>http://www.rebelzero.com/software/oracle-to-buy-sun-microsystems/125</link>
		<comments>http://www.rebelzero.com/software/oracle-to-buy-sun-microsystems/125#comments</comments>
		<pubDate>Mon, 20 Apr 2009 22:13:37 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=125</guid>
		<description><![CDATA[Jonathan Carter&#8217;s latest post, aggregated on Planet Ubuntu, made note of the announcement posted at Sun.com about the agreement made between Sun and Oracle. Good news to Sun&#8217;s shareholders who got an immediate $2.50/share jump in price today, but the greatest concern in the Linux community will be how this merger will impact the development [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Oracle to Buy Sun Microsystems" href="http://jonathancarter.co.za/2009/04/20/oracle-to-buy-sun-microsystems/">Jonathan Carter&#8217;s latest post, aggregated on Planet Ubuntu</a>, made note of the announcement posted at <a title="Sun and Oracle" href="http://www.sun.com/third-party/global/oracle/index.jsp">Sun.com</a> about the agreement made between Sun and Oracle. Good news to Sun&#8217;s shareholders who got an immediate $2.50/share jump in price today, but the greatest concern in the Linux community will be how this merger will impact the development of the many major open source applications we use today.</p>
<p>Sun Mircosystems is responsible for OpenOffice.org, MySQL, VirtualBox, OpenSolaris, and JAVA to name a few. If the past proposed merger with IBM had gone through, these applications might have been safely earmarked for the open source community. Under Oracle&#8217;s leadership, things could possibly be different.</p>
<p>We&#8217;ll just have to see how it all plays out.</p>
<p>EDIT: <a title=" Oracle buys Sun: understanding the impact on open source" href="http://arstechnica.com/open-source/news/2009/04/oracle-acquires-sun-ars-explores-the-impact-on-open-source.ars">Ars Technica just posted an excellent article</a> about how this may impact the future of open source.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/software/oracle-to-buy-sun-microsystems/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
