<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Rebel Zero</title>
	
	<link>http://www.rebelzero.com</link>
	<description>We don't do Windoze</description>
	<lastBuildDate>Sun, 25 Mar 2012 15:07:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Rebelzerocom" /><feedburner:info uri="rebelzerocom" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/Rebelzerocom" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FRebelzerocom" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>We don't do Windows.</feedburner:browserFriendly><item>
		<title>Fedora 16: “no module named gmenu” workaround</title>
		<link>http://www.rebelzero.com/fixes/fedora-16-no-module-named-gmenu-workaround/319</link>
		<comments>http://www.rebelzero.com/fixes/fedora-16-no-module-named-gmenu-workaround/319#comments</comments>
		<pubDate>Tue, 13 Mar 2012 00:37:04 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[alacarte]]></category>
		<category><![CDATA[Fedora 16]]></category>
		<category><![CDATA[gmenu]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=319</guid>
		<description><![CDATA[Trying to install gnome's menu editor on Fedora 16 causes a gmenu missing module error. Here's how to work around that.]]></description>
			<content:encoded><![CDATA[<p>I just installed Fedora 16 on to my desktop and needed to add a couple of items to the main menu. I thought I would just install <strong>alacarte</strong> and go about my business. However, after unsuccessfully trying to launch the <strong>Main Menu</strong> app, I ran <strong>alacarte</strong> from a terminal window just to see the following error message:</p>
<blockquote><p>MainWindow.py:19::ImportError: No module named gmenu</p></blockquote>
<p>Shortly after, the Automatic Bug Report Tool popped up a warning saying the same thing. After doing some research I find that it&#8217;s a well known, overly reported bug. I won&#8217;t go into details but you can find them at Gnome&#8217;s Bugzilla site: <a title="Migrate from PyGTK to PyGObject introspection-based bindings" href="https://bugzilla.gnome.org/show_bug.cgi?id=626220" target="_blank">Bug 626220</a>.</p>
<p>In order to workaround this problem on Fedora 16, one needs to grab the <strong>gmenu</strong> package from the Fedora 15 package repository and copy over a couple of library files. I essentially followed the steps outlined at <a href="http://blog.mclaughlinsoftware.com/2011/11/24/gnome-menu-editing-fix/" title="Gnome Menu Editing Fix" target="_blank">MacLochlainns Weblog</a> but it was a bit difficult to follow even after having been edited a few times for corrections. So I offer a more straightforward rewrite below.<br />
<span id="more-319"></span><br />
<strong>DISCLAIMER: All the steps below will be done as the root user at the command line. Please read the entire post in full before attempting to complete the steps. No guarantees are provided should you do something horrible to your system by mistake.</strong></p>
<p>Seven easy steps:</p>
<ol>
<li>Open a terminal window and log in as root.
<p><code>$ su -</code>
</li>
<li>To use gnome&#8217;s menu editor, you&#8217;ll need to install the <strong>alacarte</strong> package.
<p><code># yum install alacarte.noarch</code>
</li>
<li>Next, create a temporary directory and change to it.
<p><code># mkdir /tmp/gmenu-temp<br />
# cd /tmp/gmenu-temp</code>
</li>
<li>Download the gmenu package from the Fedora 15 repository and extract its contents using <strong>rpm2cpio</strong>. There are both a 32-bit and 64-bit package, so download the one that matches your architecture.
<p>32-bit:<br />
<code># rpm2cpio http://archive.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/Packages/gnome-menus-3.0.1-1.fc15.i686.rpm | cpio -ivd</code></p>
<p>64-bit:<br />
<code># rpm2cpio http://archive.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/Packages/gnome-menus-3.0.1-1.fc15.x86_64.rpm | cpio -ivd</code>
</li>
<li>Copy the required library files from this temporary directory to their proper locations.
<p>32-bit:<br />
<code># cp /tmp/gmenu-temp/usr/lib/libgnome-menu.so.2.4.13 /usr/lib/<br />
# cp /tmp/gmenu-temp/usr/lib/python2.7/site-packages/gmenu.so /usr/lib/python2.7/site-packages/</code></p>
<p>64-bit:<br />
<code># cp /tmp/gmenu-temp/usr/lib64/libgnome-menu.so.2.4.13 /usr/lib64/<br />
# cp /tmp/gmenu-temp/usr/lib64/python2.7/site-packages/gmenu.so /usr/lib64/python2.7/site-packages/</code>
</li>
<li>A symbolic link needs to be created for the first library file.
<p>32-bit:<br />
<code># ln -s /usr/lib/libgnome-menu.so.2.4.13 /usr/lib/libgnome-menu.so.2</code></p>
<p>64-bit:<br />
<code># ln -s /usr/lib64/libgnome-menu.so.2.4.13 /usr/lib64/libgnome-menu.so.2</code>
</li>
<li>Lastly, remove the temporary directory, exit from the root user, and launch the menu editor.
<p><code># cd<br />
# rm -fr /tmp/gmenu-temp<br />
# exit</code>
</li>
</ol>
<p>Find Main Menu in the menu, or ALT-F2 and type <strong>alacarte</strong> to launch the application.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/VBMnu6ye5Twl8GA6Bi2UF0qxuzg/0/da"><img src="http://feedads.g.doubleclick.net/~a/VBMnu6ye5Twl8GA6Bi2UF0qxuzg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VBMnu6ye5Twl8GA6Bi2UF0qxuzg/1/da"><img src="http://feedads.g.doubleclick.net/~a/VBMnu6ye5Twl8GA6Bi2UF0qxuzg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/VXjUCXQVBuE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/fixes/fedora-16-no-module-named-gmenu-workaround/319/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome3/Nautilus: Delete key stopped working?</title>
		<link>http://www.rebelzero.com/tweaking/gnome3nautilus-delete-key-stopped-working/317</link>
		<comments>http://www.rebelzero.com/tweaking/gnome3nautilus-delete-key-stopped-working/317#comments</comments>
		<pubDate>Fri, 24 Feb 2012 05:34:07 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tweaking]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[nautilus]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=317</guid>
		<description><![CDATA[Gnome3 implements two-fingered approach two deleting files within Nautilus.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been browsing your files with Nautilus and wondered why tapping the delete key doesn&#8217;t seem to work any longer, you&#8217;re not alone.</p>
<p>Deleting files within Nautilus, much like other file browsers, is simply a shortcut for &#8220;move to trash&#8221;. The trash being a collection point for unwanted files also acts as a safe haven to restore files we accidentally delete. However, unlike other file browsers, Nautilus does not provide a confirmation dialog when deleting files. For a few years, people have been asking Gnome developers to address the issue categorizing it as a bug.<br />
<span id="more-317"></span><br />
Instead of a dialog box, they&#8217;ve implemented a MacOS-like, two-finger process by requiring the user to press <strong>CTRL-DEL</strong> to move files to the trash.</p>
<p>kryo on the Arch Linux Forums <a href="https://bbs.archlinux.org/viewtopic.php?pid=916646#p916646" target="_blank">provides the following</a> in order to change the behavior:</p>
<blockquote><p>Quick fix:<br />
Run dconf-editor, and open:<br />
org -> gnome -> desktop -> interface<br />
Enable &#8220;can-change-accels&#8221;.</p>
<p>Open nautilus, select any file/directory, then click &#8220;Edit&#8221; from menubar, and hover on &#8220;Move to Trash&#8221; menuitem.<br />
While hovering, click on your delete key. The accel should change from &#8220;cntrl+del&#8221; to &#8220;del&#8221;.</p>
<p>Make sure you have selected a file, else the &#8220;Move to Trash&#8221; menuitem will be greyed out.</p>
<p>I suggest you disable &#8220;can-change-accels&#8221; afterwards, to prevent accidental accel changes.</p></blockquote>
<p>I haven&#8217;t changed the behavior as kryo suggests. I can understand the reasoning behind it and will adjust to this new two-fingered approach.</p>
<p>By the way, <strong>SHIFT-DEL</strong> will still allow the user to bypass the trash to permanently delete files.</p>
<p>Sources:<br />
<a href="https://bbs.archlinux.org/viewtopic.php?id=116609" title="I can not delete with the delete key in Gnome 3" target="_blank">Arch Linux Forums: I can not delete with the delete key in Gnome 3</a><br />
<a href="http://gilest.ro/blog/patches-for-nautilus-move-to-trash-bug/" title="gg: Patches for Nautilus “move to trash” bug" target="_blank">gg: Patches for Nautilus “move to trash” bug</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/7WNrD3fXO8KBLhCVgSW68TOdxbY/0/da"><img src="http://feedads.g.doubleclick.net/~a/7WNrD3fXO8KBLhCVgSW68TOdxbY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7WNrD3fXO8KBLhCVgSW68TOdxbY/1/da"><img src="http://feedads.g.doubleclick.net/~a/7WNrD3fXO8KBLhCVgSW68TOdxbY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/xTyamVpcssI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/tweaking/gnome3nautilus-delete-key-stopped-working/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ashamed to be a US citizen</title>
		<link>http://www.rebelzero.com/urgent-news/ashamed-to-be-a-us-citizen/315</link>
		<comments>http://www.rebelzero.com/urgent-news/ashamed-to-be-a-us-citizen/315#comments</comments>
		<pubDate>Thu, 19 Jan 2012 00:15:51 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Urgent News]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[SOPA]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=315</guid>
		<description><![CDATA[It shames me as citizen of the United States Of America to be represented by an elected government of the people who are promoting legislation that would potentially censor free speech on the Internet, which by birthright as an American innovation, should enjoy the same freedoms that every American citizen is granted through the Bill [...]]]></description>
			<content:encoded><![CDATA[<p>It shames me as citizen of the United States Of America to be represented by an elected government of the people who are promoting legislation that would potentially censor free speech on the Internet, which by birthright as an American innovation, should enjoy the same freedoms that every American citizen is granted through the Bill Of Rights. America has stood as a shining example to the entire world that nothing is impossible when the rights of the people are protected. Time and time again, America has helped advance the human race through medicine, technology, free press and free ideas for nearly 236 years.</p>
<p>However, within the same country that promotes freedom, the same country that condemns oppression, a great evil poisons it. There are large corporations who profit from the control of intellectual property from news media to music, motion pictures and television. These industries have been able to convince our elected officials that they are losing money, threatening layoffs and closures because of it, and have asked through lobbyists to be granted the power to control the Internet in ways that we, as a country, continually condemn in foreign lands such as China, North Korea, and Iran. </p>
<p>Two bills being deliberated in Congress essentially gives corporations the ability to censor the Internet as they see fit, all in the name of policing piracy and copyright infringement. While the cause is a noble one, the fact remains that corporations have never been trustworthy with peoples rights. The <a href="http://www.telegraph.co.uk/news/uknews/crime/8616967/Milly-Dowlers-phone-was-hacked-by-News-of-The-World.html" title="Telegraph article" target="_blank">news media has been known to hack cellphones</a>. The recording industry has been known to drag innocent people through expensive trials for piracy, <a href="http://betanews.com/2005/02/04/riaa-sues-deceased-grandmother/" title="Betanews" target="_blank">even implicating dead grandmothers</a>, and to <a href="http://arstechnica.com/tech-policy/news/2011/12/umg-we-have-the-right-to-block-or-remove-youtube-videos.ars" title="ArsTechnica article" target="_blank">assert rights over copyrighted or copyleft material in which it has no right to do so</a>. And the list goes on. Remember when the banking industry needed to be bailed out? How many people had their homes foreclosed <a href="http://www.nytimes.com/2010/01/10/business/10pay.html" title="NYTimes article" target="_blank">while executives were getting big dollar bonuses</a>? The last thing we need is to give corporations the right to make anything disappear from the Internet in which they may or not agree with. </p>
<p>Every elected member of the US Congress recites the following oath:</p>
<blockquote><p>&#8220;I do solemnly swear (or affirm) that I will support and defend the Constitution of the United States against all enemies, foreign and domestic; that I will bear true faith and allegiance to the same; that I take this obligation freely, without any mental reservation or purpose of evasion; and that I will well and faithfully discharge the duties of the office on which I am about to enter. So help me God.&#8221;</p></blockquote>
<p>So I put it to task every member of Congress, including my own representatives, <a href="http://fudge.house.gov/" title="Marcia Fudge" target="_blank">Rep. Marcia Fudge [D-OH11]</a> in the House, and <a href="http://brown.senate.gov/" title="Sherrod Brown" target="_blank">Sen. Sherrod Brown [D-OH]</a> and <a href="http://portman.senate.gov/public/" title="Robert Portman" target="_blank">Sen. Robert Portman [R-OH]</a> in the Senate . Do your job and kill the proposals of SOPA and PIPA as well as any future proposals that would do the same. The rights of the people are to be protected by those we as a people elect to defend them.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Furgent-news%2Fashamed-to-be-a-us-citizen%2F315&amp;title=Ashamed%20to%20be%20a%20US%20citizen" id="wpa2a_2"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/cqJNco4uhugZF39-Qx7COsLeMgE/0/da"><img src="http://feedads.g.doubleclick.net/~a/cqJNco4uhugZF39-Qx7COsLeMgE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cqJNco4uhugZF39-Qx7COsLeMgE/1/da"><img src="http://feedads.g.doubleclick.net/~a/cqJNco4uhugZF39-Qx7COsLeMgE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/bJAyVzAZZkE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/urgent-news/ashamed-to-be-a-us-citizen/315/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RebelZero censored for 24 hours (aftermath)</title>
		<link>http://www.rebelzero.com/urgent-news/rebelzero-censored-for-24-hours-aftermath/311</link>
		<comments>http://www.rebelzero.com/urgent-news/rebelzero-censored-for-24-hours-aftermath/311#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:59:44 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Urgent News]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[SOPA]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=311</guid>
		<description><![CDATA[On Wednesday, January 18, this website joined with many others across the Internet by being blacked out in protest of SOPA and PIPA, two bills being deliberated in the US Congress, which if signed into law would provide a means for copyright owners to censor the Internet. While we feel that copyright owners have a [...]]]></description>
			<content:encoded><![CDATA[<p>On Wednesday, January 18, this website joined with many others across the Internet by being blacked out in protest of <a href="https://www.eff.org/deeplinks/2012/01/how-pipa-and-sopa-violate-white-house-principles-supporting-free-speech" title="EFF">SOPA and PIPA</a>, two bills being deliberated in the US Congress, which if signed into law would provide a means for copyright owners to censor the Internet. </p>
<p>While we feel that copyright owners have a right to combat the online piracy of their intellectual property, the provisions outlined in these two bills would do more harm to the Internet by violating the US First Amendment and free speech, preventing whistle-blowing actions against corruption, and bring about an unprecedented crippling of the Internet.</p>
<p>Please take a moment to visit <a href="http://americancensorship.org/" title="Stop American Censorship" target="_blank">Fight For The Future</a> for more information and to help speak out against these dangerous propositions.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Furgent-news%2Frebelzero-censored-for-24-hours-aftermath%2F311&amp;title=RebelZero%20censored%20for%2024%20hours%20%28aftermath%29" id="wpa2a_4"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/34tN7y7XOm4Vo4NZhIBjo8FDpxE/0/da"><img src="http://feedads.g.doubleclick.net/~a/34tN7y7XOm4Vo4NZhIBjo8FDpxE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/34tN7y7XOm4Vo4NZhIBjo8FDpxE/1/da"><img src="http://feedads.g.doubleclick.net/~a/34tN7y7XOm4Vo4NZhIBjo8FDpxE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/xd9-1GW8YTk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/urgent-news/rebelzero-censored-for-24-hours-aftermath/311/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RebelZero censored for 24 hours</title>
		<link>http://www.rebelzero.com/internet/rebelzero-censored-for-24-hours/313</link>
		<comments>http://www.rebelzero.com/internet/rebelzero-censored-for-24-hours/313#comments</comments>
		<pubDate>Tue, 17 Jan 2012 23:59:35 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[SOPA]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=313</guid>
		<description><![CDATA[RebelZero is hearby censored for 24 hours in protest of PIPA and SOPA. Join the fight: Fight For The Future]]></description>
			<content:encoded><![CDATA[<p>RebelZero is hearby censored for 24 hours in protest of <a href="https://www.eff.org/deeplinks/2012/01/how-pipa-and-sopa-violate-white-house-principles-supporting-free-speech" title="EFF" target="_blank">PIPA and SOPA</a>.</p>
<p>Join the fight: <a href="http://americancensorship.org/" title="Fight For The Future" target="_blank">Fight For The Future</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Finternet%2Frebelzero-censored-for-24-hours%2F313&amp;title=RebelZero%20censored%20for%2024%20hours" id="wpa2a_6"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/gpvZ3XIy5rHcrFLKJ3s3YwFRvjw/0/da"><img src="http://feedads.g.doubleclick.net/~a/gpvZ3XIy5rHcrFLKJ3s3YwFRvjw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/gpvZ3XIy5rHcrFLKJ3s3YwFRvjw/1/da"><img src="http://feedads.g.doubleclick.net/~a/gpvZ3XIy5rHcrFLKJ3s3YwFRvjw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/FiU68IwM3Lk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/internet/rebelzero-censored-for-24-hours/313/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OLF 2011, Day 1, Friday, September 9</title>
		<link>http://www.rebelzero.com/linux/olf-2011-day-1-friday-september-9/309</link>
		<comments>http://www.rebelzero.com/linux/olf-2011-day-1-friday-september-9/309#comments</comments>
		<pubDate>Sat, 10 Sep 2011 15:52:48 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ohio Linux Fest 2011]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=309</guid>
		<description><![CDATA[Summarizing day 1 at Ohio Linux Fest 2011.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve actually done anything for RebelZero.com, so I&#8217;m re-booting things with some <a href="http://ohiolinux.org" title="Ohio Linux" target="_blank">Ohio Linux Fest</a> updates.</p>
<p>On day 1, the unofficial start of OLF with Ubucon among the few presentations tracks (IE: Medical, Early Penguins) began much like it did last year. I spent more time with the Early Penguins track than Ubucon. Much of Ubucon was a repeat of last year, which is not to say that&#8217;s bad but I wanted to experience other talks and learn something new. Ubucon is a wonderful day of getting to know Ubuntu&#8217;s Ohio Loco and Ubuntu&#8217;s approach to tackling <a href="https://launchpad.net/bugs/1" title="Bug 1 at Launchpad" target="_blank">Bug #1</a>.<br />
<span id="more-309"></span><br />
<a href="http://whatwillweuse.com/" title="What WIll We Use..." target="_blank">Beth Lynn Eicher</a> gave the presentation about being <strong>Inside A Bug #1 Resolved Company</strong> which gave some fantastic insight about how much Linux has progressed within the professional community. A few members of the audience gave details about how the companies that they work for have been able to transition their services to F/OSS products.</p>
<p>From there I went to the Early Penguins room to listen through <a href="http://www.msen.com/~clif/" target="_blank">Clif Flynt</a>&#8216;s presentation about <strong>Writing Games With Tcl/Tk</strong>. Essentially in under an hour, we all went through a crash course of Tcl&#8217;s coding basics and walked through the creation of a simple game. It&#8217;s been a long time since I&#8217;ve had to code anything in any other language, so it was invigorating to get that creative itch scratched again.</p>
<p>Then came lunch at <a href="http://www.barleysbrewing.com/" title="Barley's Brewing" target="_blank">Barley&#8217;s</a> across the street. They have a fantastic selection of in-house brewed beers. They also have great food and atmosphere, always feeling welcome whenever we go there. </p>
<p>Back to the conference, <a href="http://markterranova.org/" title="Mark Terranova" target="_blank">Mark Terranova</a> gave an educational talk on <strong>So What Kind Of Cult Is Linux, Anyway?</strong> The insight is that as much as we dislike the strategies and goals of companies like Microsoft or Apple, much of the problems we perceive actually originates from the &#8220;fanboy&#8221; followers rather than the corporations they represent. That&#8217;s not to say there isn&#8217;t room for improvement. But you can compare that relationship to Linux community where we have avid followers of particular distributions or applications, the usual emacs vs. vim, Fedora vs. Ubuntu, Red Hat vs. Suse, etc. </p>
<p>Skipped the next hour to head back to the car, walk around Columbus and head back to Barley&#8217;s for another drink.</p>
<p><strong>Linux For All</strong> by <a href="http://wiki.sugarlabs.org/go/Mokurai" title="Mokurai's Sugarlabs page" target="_blank">Edward Mokurai Cherlin</a> with <a href="http://laptop.org/" title="One Laptop Per Child" target="_blank">OLPC</a> explained clearly that the initiative of giving every child in the world a laptop isn&#8217;t about technology but providing them the freedom to empower themselves, first by providing them the knowledge of the world, giving them the ability to connect to one another freely, and further to empower them with the ability to help shape the world by merging their culture with the rest of the information aware world. </p>
<p>Skipped the next hour to hit the bathroom, find connectivity to figure out was going on in the rest of the world, and grabbed a slice of cheesecake.</p>
<p>Friday&#8217;s keynote by the immortal <a href="http://en.wikipedia.org/wiki/Jon_Hall_(programmer)" title="Wikipedia page about Jon Hall" target="_blank">Jon &#8220;maddog&#8221; Hall</a> gave an entertaining presentation about the evolution of Linux from even before Linus Torvalds birth through to how it&#8217;s being implemented today with <strong>The Twentieth Birthday Of The Linux Kernel</strong>. The only person who could be more knowledgeable about Linux other than Jon Hall would be Linus. Everyone should get a chance to attend Jon&#8217;s presentation where ever he gives it as it&#8217;s entertaining and informative. I did my best to record it but connectivity here is lower than adequate, so I&#8217;ll post it later.</p>
<p>Right now I&#8217;m part way through Saturday&#8217;s presentations and the expo, so another update to follow.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/a07Hpry0svEvrKCHin7ZIbzhgpI/0/da"><img src="http://feedads.g.doubleclick.net/~a/a07Hpry0svEvrKCHin7ZIbzhgpI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/a07Hpry0svEvrKCHin7ZIbzhgpI/1/da"><img src="http://feedads.g.doubleclick.net/~a/a07Hpry0svEvrKCHin7ZIbzhgpI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/pvo3LOEELxw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/linux/olf-2011-day-1-friday-september-9/309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome 3.0</title>
		<link>http://www.rebelzero.com/linux/gnome-3-0/306</link>
		<comments>http://www.rebelzero.com/linux/gnome-3-0/306#comments</comments>
		<pubDate>Fri, 08 Apr 2011 03:25:30 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome 3]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=306</guid>
		<description><![CDATA[I&#8217;m a little behind the news but for those that aren&#8217;t aware, Gnome has officially released 3.0. It&#8217;s a stunner if I may say. You can see plenty of visuals at Gnome&#8217;s website. If you want to give it a spin, Gnome is offering three live images that can be burned to CD or placed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-307" style="margin: 0px 5px; border: 0pt none; float:left;" title="I Am Gnome" src="http://www.rebelzero.com/wp-content/uploads/2011/04/iamgnome.png" alt="" width="200" height="200" /></p>
<p>I&#8217;m a little behind the news but for those that aren&#8217;t aware, Gnome has officially released 3.0. It&#8217;s a stunner if I may say. You can see plenty of visuals at <a href="http://www.gnome.org/gnome-3/">Gnome&#8217;s website</a>. If you want to give it a spin, Gnome is offering <a href="http://www.gnome3.org/tryit.html">three live images</a> that can be burned to CD or placed on a USB key. Two are built on openSUSE for either 32-bit or 64-bit machines, one is built on Fedora for 32-bit machines.</p>
<p>I downloaded the Fedora live image and had mixed luck. My spare Acer Extensa 4420 could get to the desktop with a movable mouse but nothing to interact with. I suspect it has to do with video drivers as Gnome 3 requires hardware acceleration for the &#8220;full Gnome experience&#8221;. It has an ATI Radeon Xpress video chipset and has not always easiest to use. After a few unsuccessful tries, I moved the live image to my desktop gaming machine which is pretty robust with nVidia graphics, tons of ram, and plenty of CPU. That&#8217;s when Gnome 3 came alive, and it was good.</p>
<p><span id="more-306"></span></p>
<p>There&#8217;s still some polishing that needs to be made, such as the integrated chat not displaying correctly, the behavior of taking a screenshot forced me to look for the screenshot window instead of having it appear as it does in 2.3, and at some point the whole system froze up.</p>
<p>I had install Ubuntu 11.04 Natty Narwhal onto the Extensa right before the announcement came out and was please to see that there&#8217;s an <a href="https://launchpad.net/~gnome3-team/+archive/gnome3">experimental PPA for Gnome 3 on Natty</a>, and it&#8217;s very unstable, trust me. I finally gave up after trying a few things to get it to work. I&#8217;ll keep updating the system as time goes by hoping to find the sweet spot where everything works. It might be a while since changes are being made to both the release of Ubuntu and the Gnome 3 PPA.</p>
<p>At the very least, grab one of the live images and give Gnome 3 a free spin. It&#8217;s definitely the direction I want to see my desktop going. It does seem to require hardware video acceleration and will default to the familiar Gnome 2 desktop if it should fail to load Gnome 3.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Flinux%2Fgnome-3-0%2F306&amp;title=Gnome%203.0" id="wpa2a_8"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/UyRBrCgq_wtetTLpRclwrJh1rIY/0/da"><img src="http://feedads.g.doubleclick.net/~a/UyRBrCgq_wtetTLpRclwrJh1rIY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UyRBrCgq_wtetTLpRclwrJh1rIY/1/da"><img src="http://feedads.g.doubleclick.net/~a/UyRBrCgq_wtetTLpRclwrJh1rIY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/3KNqR2OeaZA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/linux/gnome-3-0/306/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Hail Squeeze</title>
		<link>http://www.rebelzero.com/debian/all-hail-squeeze/302</link>
		<comments>http://www.rebelzero.com/debian/all-hail-squeeze/302#comments</comments>
		<pubDate>Sun, 06 Feb 2011 05:27:23 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[6.0 Squeeze]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=302</guid>
		<description><![CDATA[For it was Debian 6.0, and it was good. Get your own copy, now.]]></description>
			<content:encoded><![CDATA[<p>For it was <a href="http://www.debian.org/">Debian</a> 6.0, and it was good.</p>
<p style="text-align: center;"><img class="size-full wp-image-303  aligncenter" style="border: 0pt none;" title="Debian" src="http://www.rebelzero.com/wp-content/uploads/2011/02/openlogo-100.jpg" alt="Debian" width="100" height="123" /></p>
<p>Get your own copy, <a href="http://www.debian.org/distrib/">now</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Fdebian%2Fall-hail-squeeze%2F302&amp;title=All%20Hail%20Squeeze" id="wpa2a_10"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/vR-lxTVW7qzzEtQrJszmD-xW_d0/0/da"><img src="http://feedads.g.doubleclick.net/~a/vR-lxTVW7qzzEtQrJszmD-xW_d0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vR-lxTVW7qzzEtQrJszmD-xW_d0/1/da"><img src="http://feedads.g.doubleclick.net/~a/vR-lxTVW7qzzEtQrJszmD-xW_d0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/NVYUDZQlyAs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/debian/all-hail-squeeze/302/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steel Storm Episode II Beta</title>
		<link>http://www.rebelzero.com/gaming/steel-storm-episode-ii-beta/296</link>
		<comments>http://www.rebelzero.com/gaming/steel-storm-episode-ii-beta/296#comments</comments>
		<pubDate>Thu, 02 Dec 2010 00:26:23 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Steel Storm]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=296</guid>
		<description><![CDATA[Just a quick note: Episode I is still available for download with versions for Linux, Mac, and Windows. It&#8217;s also among the Top 100 list for the 2010 Indie Of The Year under Third Person Shooter. Aside from that, I am having my ass handed to me on the &#8220;easier&#8221; Arcade mode for Steel Storm [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note:  Episode I is still <a href="http://www.steel-storm.com/content/?page_id=136">available for download</a> with versions for Linux, Mac, and Windows. It&#8217;s also among the Top 100 list for the <a href="http://www.indiedb.com/events/2010-indie-of-the-year-awards/top100">2010 Indie Of The Year</a> under Third Person Shooter. </p>
<p>Aside from that, I am having my ass handed to me on the &#8220;easier&#8221; Arcade mode for Steel Storm Episode II.<br />
<span id="more-296"></span><br />
<img src="http://www.rebelzero.com/wp-content/uploads/2010/12/ss2-titlescreen-500x374.jpg" alt="" title="ss2-titlescreen" width="500" height="374" class="aligncenter size-large wp-image-297" /></p>
<p>While Episode I was criticized for being too easy, that shouldn&#8217;t be a concern for Episode II. Along with the new maps comes new enemies and weapon upgrades.</p>
<p><img src="http://www.rebelzero.com/wp-content/uploads/2010/12/ss2-newenemies-500x375.jpg" alt="" title="ss2-newenemies" width="500" height="375" class="aligncenter size-large wp-image-298" /></p>
<p>It seems that weapons can be enhanced as well as added. They also come with the time-honored tradition of having to use them immediately upon unexpected visitors.</p>
<p><img src="http://www.rebelzero.com/wp-content/uploads/2010/12/ss2-surrounded-500x375.jpg" alt="" title="ss2-surrounded" width="500" height="375" class="aligncenter size-large wp-image-299" /></p>
<p>You&#8217;ll never know when or where they&#8217;re going to appear. They may show up in front of you, behind you, or all around you after a forcefield traps you from getting away.</p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/L2OpO0KSZgM" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed wmode="opaque" src="http://www.youtube.com/v/L2OpO0KSZgM" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><p>You can get more information and pre-order your own copy of Episode II right now at the <a href="http://www.steel-storm.com">Steel Storm website</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Fgaming%2Fsteel-storm-episode-ii-beta%2F296&amp;title=Steel%20Storm%20Episode%20II%20Beta" id="wpa2a_12"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/XjJV-WmyF0TwPaztNlwzpp_wRMQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/XjJV-WmyF0TwPaztNlwzpp_wRMQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/XjJV-WmyF0TwPaztNlwzpp_wRMQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/XjJV-WmyF0TwPaztNlwzpp_wRMQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/PCcHa2W1x8I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/gaming/steel-storm-episode-ii-beta/296/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amber Graner and the house that was</title>
		<link>http://www.rebelzero.com/ubuntu/amber-graner-and-the-house-that-was/295</link>
		<comments>http://www.rebelzero.com/ubuntu/amber-graner-and-the-house-that-was/295#comments</comments>
		<pubDate>Thu, 28 Oct 2010 21:33:58 +0000</pubDate>
		<dc:creator>Adam Stovicek</dc:creator>
				<category><![CDATA[Charity]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Amber Graner]]></category>

		<guid isPermaLink="false">http://www.rebelzero.com/?p=295</guid>
		<description><![CDATA[On the night of October 26, lightning struck the house of Amber Graner and her family and it became &#8220;a total loss&#8221;. Luckily no one was home at the time, and Amber&#8217;s parents were able to rescue the dog, but everything else is gone. Rikki Kite at Linux Magazine is organizing a ChipIn for anyone [...]]]></description>
			<content:encoded><![CDATA[<p>On the night of October 26, lightning struck the house of <a href="http://akgraner.com/?p=763">Amber Graner and her family</a> and it became &#8220;a total loss&#8221;. Luckily no one was home at the time, and Amber&#8217;s parents were able to rescue the dog, but everything else is gone.</p>
<p>Rikki Kite at Linux Magazine is organizing a <a href="http://granerfamily.chipin.com/the-graner-family">ChipIn for anyone interested in tossing in a few bucks</a> to help Amber and her family to get back on their feet and help pay for necessities like food and clothes.</p>
<p>Amber is held in high regard within the Ubuntu community. She&#8217;s only been involved with the community for a little over a year now, but what <a href="https://wiki.ubuntu.com/AmberGraner">she&#8217;s been able to accomplish</a> in that time frame is quite impressive.</p>
<p>I attended her presentation at this year&#8217;s Ohio Linux Fest during the Friday&#8217;s Ubucon and her personality seemed impenetrable. It&#8217;s hard for me to imagine that something so tragic would happen to someone as upbeat and cheerful as she is. </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.rebelzero.com%2Fubuntu%2Famber-graner-and-the-house-that-was%2F295&amp;title=Amber%20Graner%20and%20the%20house%20that%20was" id="wpa2a_14"><img src="http://www.rebelzero.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/OZRviyGI33stGpA8GFolW2UTOXE/0/da"><img src="http://feedads.g.doubleclick.net/~a/OZRviyGI33stGpA8GFolW2UTOXE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/OZRviyGI33stGpA8GFolW2UTOXE/1/da"><img src="http://feedads.g.doubleclick.net/~a/OZRviyGI33stGpA8GFolW2UTOXE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Rebelzerocom/~4/Kwl4o9SZEpQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.rebelzero.com/ubuntu/amber-graner-and-the-house-that-was/295/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Served from: www.rebelzero.com @ 2012-04-28 00:24:30 by W3 Total Cache -->

