<?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>WiredRevolution.com &#187; Ryan</title>
	<atom:link href="http://www.wiredrevolution.com/author/ryan/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install FFmpeg on RHEL 5 or CentOS 5</title>
		<link>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ffmpeg-on-rhel-5-or-centos-5</link>
		<comments>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5#comments</comments>
		<pubDate>Wed, 18 Jan 2012 22:45:50 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[red hat]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1927</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/>FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn&#8217;t make a difference either way. Lets get started! Adding the DAG repository The first [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/><p>FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn&#8217;t make a difference either way. Lets get started!</p>
<p><strong>Adding the DAG repository</strong></p>
<p>The first thing that you need to do is set up the DAG repository.  This repository contains a large amount of very handy packages not available in the default repositories.</p>
<p>Add the following lines to: <strong>/etc/yum.repos.d/CentOS-Base.repo</strong><br />
<code>[dag]<br />
name=DAG RPM Repository<br />
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag<br />
gpgcheck=1<br />
enabled=1</code></p>
<p>Now you need to add DAG’s GPG key. Without this you will get the following error message when attempting to use it with yum.</p>
<p><code>warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6<br />
Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed</code></p>
<p>Import the GPG key:<br />
<code>rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt</code></p>
<p>This next step is not necessary, but if you encounter any problems you may want to try updating your system.<br />
<code>$ sudo yum update</code></p>
<p><strong>Install FFmpeg</strong></p>
<p><code>$ sudo yum install ffmpeg</code></p>
<p>That should be it. </p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable the backspace key in VIM</title>
		<link>http://www.wiredrevolution.com/guides/enable-the-backspace-key-in-vim?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-the-backspace-key-in-vim</link>
		<comments>http://www.wiredrevolution.com/guides/enable-the-backspace-key-in-vim#comments</comments>
		<pubDate>Tue, 13 Dec 2011 16:50:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[/etc/vimrc]]></category>
		<category><![CDATA[backspace]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1907</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>In some instances you may find that the default configuration of VIM has the backspace key disabled. Like many others I expect to be able to delete characters right-to-left like most other text editors. Unless you are doing some very minor editing, it quickly becomes a hassle to use the delete key. Luckily there is [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/enable-syntax-highlighting-in-vim-with-ubuntu' rel='bookmark' title='Permanent Link: Enable syntax highlighting in vim with Ubuntu'>Enable syntax highlighting in vim with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-for-missing-title-bar-and-gnome-panel-with-firefox' rel='bookmark' title='Permanent Link: Fix for missing title bar and GNOME panel with Firefox'>Fix for missing title bar and GNOME panel with Firefox</a></li>
<li><a href='http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file' rel='bookmark' title='Permanent Link: Custom screenrc configuration file'>Custom screenrc configuration file</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>In some instances you may find that the default configuration of VIM has the backspace key disabled. Like many others I expect to be able to delete characters right-to-left like most other text editors. Unless you are doing some very minor editing, it quickly becomes a hassle to use the delete key.</p>
<p>Luckily there is a quick fix. Add the following line to the <strong>.vimrc</strong> configuration file in your home directory:</p>
<p><code>set backspace=indent,eol,start</code></p>
<p>You can change for all users by placing this previous line in the <strong>/etc/vimrc</strong> configuration file.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/enable-syntax-highlighting-in-vim-with-ubuntu' rel='bookmark' title='Permanent Link: Enable syntax highlighting in vim with Ubuntu'>Enable syntax highlighting in vim with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-for-missing-title-bar-and-gnome-panel-with-firefox' rel='bookmark' title='Permanent Link: Fix for missing title bar and GNOME panel with Firefox'>Fix for missing title bar and GNOME panel with Firefox</a></li>
<li><a href='http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file' rel='bookmark' title='Permanent Link: Custom screenrc configuration file'>Custom screenrc configuration file</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/enable-the-backspace-key-in-vim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linux Kernel Reaches Milestone Version 3.0</title>
		<link>http://www.wiredrevolution.com/linux-news/the-linux-kernel-reaches-milestone-version-3-0?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-linux-kernel-reaches-milestone-version-3-0</link>
		<comments>http://www.wiredrevolution.com/linux-news/the-linux-kernel-reaches-milestone-version-3-0#comments</comments>
		<pubDate>Wed, 01 Jun 2011 13:36:47 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linus Torvalds]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[release candidate]]></category>
		<category><![CDATA[Sneaky Weasel]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1863</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>Since 2004 and for what seems like forever in the technology world, the Linux kernel version has been holding steady at version 2.6.x. The first two numbers were unchanged for nearly 7 years and became largely irrelevant. The third number is the actual version of the kernel. The fourth number accounts for bug and security [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/gentoo/upgrade-gentoo-linux-kernel' rel='bookmark' title='Permanent Link: Upgrade Gentoo Linux Kernel'>Upgrade Gentoo Linux Kernel</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-release-the-linux-disk-cache' rel='bookmark' title='Permanent Link: How to release the Linux disk cache'>How to release the Linux disk cache</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/microsoft-buys-skype-is-the-linux-client-doomed' rel='bookmark' title='Permanent Link: Microsoft buys Skype, is the Linux client doomed?'>Microsoft buys Skype, is the Linux client doomed?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>Since 2004 and for what seems like forever in the technology world, the Linux kernel version has been holding steady at version 2.6.x. The first two numbers were unchanged for nearly 7 years and became largely irrelevant. The third number is the actual version of the kernel. The fourth number accounts for bug and security fixes. But this is all about to change as Linus Torvalds announced the first Release Candidate of the 3.0 code in one of his recent emails.</p>
<p>What will be the shiny new feature in this monumental version? Torvalds announced that the big change was, &#8220;NOTHING. Absolutely nothing.&#8221;</p>
<p><code>"The point is that 3.0 is *just* about renumbering, we are very much *not* doing a KDE-4 or a Gnome-3 here. No breakage, no special scary new features, nothing at all like that. We've been doing time-based releases for many years now, this is in no way about features. If you want an excuse for the renumbering, you really should look at the time-based one ('20 years'*) instead,"</code></p>
<p>And he went on to say:<br />
<code>"But let's face it – what's the point of being in charge if you can't pick the bike shed colour without holding a referendum on it? So I'm just going all alpha-male, and just renumbering it. You'll like it,"</code></p>
<p>The official release is due out in about six or seven weeks and will be released near the 20th anniversary of Linux.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/gentoo/upgrade-gentoo-linux-kernel' rel='bookmark' title='Permanent Link: Upgrade Gentoo Linux Kernel'>Upgrade Gentoo Linux Kernel</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-release-the-linux-disk-cache' rel='bookmark' title='Permanent Link: How to release the Linux disk cache'>How to release the Linux disk cache</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/microsoft-buys-skype-is-the-linux-client-doomed' rel='bookmark' title='Permanent Link: Microsoft buys Skype, is the Linux client doomed?'>Microsoft buys Skype, is the Linux client doomed?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/the-linux-kernel-reaches-milestone-version-3-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</title>
		<link>http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released</link>
		<comments>http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released#comments</comments>
		<pubDate>Wed, 25 May 2011 14:58:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[btrfs]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dynamic firewall]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[lovelock]]></category>
		<category><![CDATA[systemd]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1846</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>Fedora 15 has been officially released and becomes the first major distribution to use the GNOME 3 Desktop by default. Fedora is a leading edge, free and open source operating system that continues to deliver innovative features to many users, with a new release about every six months. New Features GNOME 3 Desktop &#8211; GNOME 3 [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>Fedora 15 has been officially released and becomes the first major distribution to use the GNOME 3 Desktop by default. Fedora is a leading edge, free and open source operating system that continues to deliver innovative features to many users, with a new release about every six months.</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gnome-shell-desktop.png"><img class="aligncenter size-full wp-image-1653" title="gnome-shell-desktop" src="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gnome-shell-desktop.png" alt="" width="600" height="338" /></a></center></p>
<h2>New Features</h2>
<ul>
<li><strong>GNOME 3 Desktop</strong> &#8211; GNOME 3 is the next generation of GNOME with a brand new user interface. It provides a completely new and modern desktop that has been designed for today&#8217;s users and technologies. Fedora 15 is the first major distribution to include GNOME 3 by default.  GNOME 3 is being developed with extensive upstream participation from Red Hat developers and Fedora volunteers, and GNOME 3 is tightly integrated in Fedora 15. GNOME Shell, the new user interface of GNOME 3, is polished, robust and extensible, and several GNOME Shell extensions and the GNOME tweak tool are available in the Fedora software repository.</li>
<li><strong>Btrfs filesystem</strong> &#8211; Btrfs, the next generation filesystem is being developed with upstream participation of Red Hat developers, Oracle and many others. Btrfs is now available as a menu item in the installer (only for non-live images. live images support just Ext4) and does not require passing a special option to the installer as in the previous releases.  Btrfs availability has moved up a notch as a incremental step towards the goal of Btrfs as the default filesystem in the next release of Fedora.  The btrfsck program for performing filesystem checks is under active development upstream with participation from Fedora but the one included in this release is still limited and hence users are highly recommended to maintain backups when using this filesystem (backups are a good idea anyway!).</li>
<li><strong>Better power management</strong> &#8211; Fedora 15 includes a redesigned and better version of powertop and newer versions of tuned and pm-utils for better power management.  The tuned package contains a daemon that tunes system settings dynamically to balance between power consumption and performance. It also performs various kernel tunings according to selected profile. The new version of tuned brings several bug fixes, improvements and profiles updates for better efficiency.</li>
<li><strong>LibreOffice</strong> &#8211; OpenOffice.org has been replaced with LibreOffice in this release. LibreOffice is a community-driven and developed free and open source personal productivity suite which is a project of the not-for-profit organization, The Document Foundation.  It is a fork of OpenOffice.org with a diverse community of contributors including developers from Red Hat, Novell and many volunteers. </li>
<li><strong>Firefox 4</strong> &#8211; A new major version of this popular browser from the Mozilla non-profit foundation is part of this release. Firefox 4 features JavaScript execution speeds up to six times faster than the previous version, new capabilities such as Firefox Sync, native support for the patent unencumbered WebM multimedia format, HTML5 technologies and a completely revised user interface.</li>
<li><strong>KDE 4.6 and Xfce 4.8</strong> &#8211; Fedora 15 includes new major versions of these alternative desktop environments.  Fedora 15 also provides dedicated KDE Plasma Workspaces and Xfce installable live images that include these desktop environments by default.
</li>
<li><strong>systemd system and session manager</strong> &#8211; systemd is a system and session manager for Linux, compatible with SysV and LSB init scripts. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux cgroups, supports snapshotting and restoring of the system state, maintains mount and automount points and implements a powerful transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit.  A related change is /var/run and /var/lock are mounted from tmpfs and results in a simpler, more faster and robust boot-up scheme and aligns to the default configuration of several other distributions.
</li>
<li><strong>Dynamic firewall</strong> &#8211; Dynamic firewall makes it possible to change firewall settings without the need to restart the firewall and  makes persistent connections possible.  This is for example very useful for services, that need to add additional firewall rules including virtualization (libvirtd) and VPN(openvpn). With the static firewall model these rules are lost if the firewall gets modified or restarted.</li>
</ul>
<ul>
<li><a href="http://fedoraproject.org">Download Fedora 15 at fedoraproject.org</a></li>
<li><a href="https://fedoraproject.org/wiki/Releases/15/FeatureList?anF15">View the complete Fedora 15 feature list</a></li>
</ul>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FreeNAS 8 is Released</title>
		<link>http://www.wiredrevolution.com/linux-news/freenas-8-is-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freenas-8-is-released</link>
		<comments>http://www.wiredrevolution.com/linux-news/freenas-8-is-released#comments</comments>
		<pubDate>Mon, 23 May 2011 15:20:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[8.0]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[file server]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[iXsystems]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1830</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>FreeNAS 8.0 has been officially released after being in beta for the last few months. For those of you that are unfamilliar, FreeNAS is a NAS (Network Attached Storage) server OS based on FreeBSD 8.0 supporting wide range of technologies. This releases is the first major release since development of the project was taken over [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/virtualbox-4-0-released' rel='bookmark' title='Permanent Link: VirtualBox 4.0 released'>VirtualBox 4.0 released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>FreeNAS 8.0 has been officially released after being in beta for the last few months. For those of you that are unfamilliar, FreeNAS is a NAS (Network Attached Storage) server OS based on FreeBSD 8.0 supporting wide range of technologies. This releases is the first major release since development of the project was taken over by iXsystems. While this version adds support for BSD 8.0 and newer hardware, it takes a step back in the feature department.</p>
<p>From the official press release:<br />
<code>The release of FreeNAS 8 includes major architectural optimizations, a django-driven user interface, and ZFS - lending us some useful features like thin provisioning, periodic snapshots, LDAP and Active Directory authorization along with the most popular platform sharing protocols.</code></p>
<p><code>FreeNAS 8 retains enterprise-class services while eliminating some "Home User" functionality such as iTunes/DAAP, Bit Torrent, and UPnP. These features will make it back as third-party plugins at a later date.</code></p>
<p>It will be interesting to see if users want to upgrade to 8.0 with the loss of these &#8220;Home User&#8221; features. iXsystems move to productize FreeNAS might make business sense but they cannot forget their main home user base in the process.</p>
<p>Another thing is the absurd hardware requirements for the new 8.0 release.</p>
<table border="0" cellspacing="1">
<tr>
<td class="table-head" colspan="2" align="center">FreeNAS Hardware Requirements Comparison</td>
</tr>
<tr>
<td><strong>FreeNAS 7</strong></td>
<td><strong>FreeNAS 8</strong></td>
</tr>
<tr>
<td>400MB Disk (64MB Flash)<br />
384MB RAM</td>
<td>4GB Disk Space<br />
6GB+ RAM</td>
</tr>
</table>
<p>According to the website, &#8220;A minimum of 6 GB is needed in order to have decent performance; the more RAM, the better the performance. If you have less than 6 GB of RAM, you should use UFS instead of ZFS. If you&#8217;re in a production environment, you will probably have lots of RAM and can benefit from the features provided by ZFS&#8221;.</p>
<p>Apparently long gone are the days where you can take an old computer, throw in some hard drives, and have yourself a nice NAS. This is the biggest letdown as far as I can tell. Home users might be better staying on FreeNAS 7 until these issues are ironed out.</p>
<h3>FreeNAS Features</h3>
<p><strong>Web User Interface</strong><br />
FreeNAS 8 features a ground up redesign of the web user interface. No mess, no fuss – your server is easily controlled from any web-enabled device. Configuration is straightforward and simple, and you can make your changes on the fly.</p>
<p><strong>Zettabyte File System</strong><br />
One of FreeNAS 8&#8242;s most important features is full support for the ZFS filesystem. ZFS includes data integrity protection, practically unlimited size caps, cloneable snapshots, automatic repair, RAID-Z, and more. ZFS is fully open-source, and is a great way to store and manage your important files.</p>
<p><strong>Command Line Interface</strong><br />
FreeNAS 8 is based on FreeBSD 8.x, and will update and keep current with the FreeBSD project. So if you&#8217;re a savvy user, and prefer to use the command line, no problem! ssh in, and control your FreeNAS device from FreeNAS&#8217; customized CLI.</p>
<p><strong>Snapshots</strong><br />
If your data is somehow lost, FreeNAS makes it easy to restore from a previously generated snapshot. With the periodic snapshots feature, you can worry less about data loss, and use your system stress free. It takes far less time than a full backup, but a continuous set of snapshots will provide the same level of protection.</p>
<p><strong>10GigE Drivers</strong><br />
10Gig Ethernet drivers are included in FreeNAS 8. If you&#8217;ve got onboard 10GigE, or better yet, a 10GigE card, FreeNAS 8 becomes screamingly fast when transferring files. This is especially noticeable for video streaming, and multiple simultaneous connections.</p>
<p><strong>Backup and Restore</strong><br />
Remote Replication allows you to copy a snapshot to an offsite server, for maximum data security. This provides an excellent disaster recovery service, so even in the worst situations, you&#8217;re covered.</p>
<p><strong>Thin Provisioning</strong><br />
Thin Provisioning is another excellent addition to the FreeNAS features list. Thin Provisioning allows the administrator to allocate users more space than physically exists in the system. When paired with ZFS, it becomes easy to manage your total data pool size, and quickly and effectively grow to meet your users needs as they use more of their allotted space.</p>
<p><strong>File Sharing</strong><br />
FreeNAS supports many popular networking protocols, and is easy to set up in most home and enterprise environments. You&#8217;ll be up and running in no time, and your users can connect with the protocol of your choice, no matter what operating system they run.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/virtualbox-4-0-released' rel='bookmark' title='Permanent Link: VirtualBox 4.0 released'>VirtualBox 4.0 released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/freenas-8-is-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft buys Skype, is the Linux client doomed?</title>
		<link>http://www.wiredrevolution.com/linux-news/microsoft-buys-skype-is-the-linux-client-doomed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-buys-skype-is-the-linux-client-doomed</link>
		<comments>http://www.wiredrevolution.com/linux-news/microsoft-buys-skype-is-the-linux-client-doomed#comments</comments>
		<pubDate>Sat, 21 May 2011 17:44:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[acquires]]></category>
		<category><![CDATA[alternatives]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[voice]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1814</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>In an unforeseen move Microsoft announced that it will officially buy Skype for $8.5 billion in cash. Skype will now form the new &#8220;Skype Microsoft Division&#8221;, with Skype CEO as its as president. As the dust settles from this announcement many questions remain unanswered. What are their intentions? What is their business plan? And most [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/guides/sync-chrome-with-your-google-account' rel='bookmark' title='Permanent Link: Sync Chrome with your Google Account'>Sync Chrome with your Google Account</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/oracle-announces-its-plans-to-make-openoffice-a-community-based-project' rel='bookmark' title='Permanent Link: Oracle Announces its Plans to Make OpenOffice a Community Based Project'>Oracle Announces its Plans to Make OpenOffice a Community Based Project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>In an unforeseen move Microsoft announced that it will officially buy Skype for $8.5 billion in cash. Skype will now form the new &#8220;Skype Microsoft Division&#8221;, with Skype CEO as its as president. As the dust settles from this announcement many questions remain unanswered. What are their intentions? What is their business plan? And most importantly for us, what does this mean for Linux and Android support? </p>
<p>Steve Ballmer seemed to address this in the press conference:<br />
<code>“Microsoft will continue to invest in and support Skype clients on non-Microsoft platforms”</code></p>
<p><code>“We will continue to support non-Microsoft platforms, because it’s fundamental to the value proposition of communications.</code></p>
<p><code>…fundamental to the value proposition of communications is being able to reach everybody, whether they happen to be on your device or not. And I think that, in fact, will be one of our competitive advantages, both for the Skype communications services, and in fact, for the devices as we move forward.”</code></p>
<p>This makes sense as Skype brings in millions of paying customers from platforms outside of Windows, so it is reasonable that they will continue to support these platforms. </p>
<p>A big factor for Skype&#8217;s success was that they were a neutral company and worked worked across multiple platforms. With Skype now aligned with Microsoft and their interests those advantages are now gone, and customers might decide to look elsewhere. Possible solutions include that Google Voice, Google Talk, or Open Source Asterisk. Unfortunately these services lack to total feature set the Skype customers have come to expect and depend on.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/guides/sync-chrome-with-your-google-account' rel='bookmark' title='Permanent Link: Sync Chrome with your Google Account'>Sync Chrome with your Google Account</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/oracle-announces-its-plans-to-make-openoffice-a-community-based-project' rel='bookmark' title='Permanent Link: Oracle Announces its Plans to Make OpenOffice a Community Based Project'>Oracle Announces its Plans to Make OpenOffice a Community Based Project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/microsoft-buys-skype-is-the-linux-client-doomed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASCII HTML Reference Chart</title>
		<link>http://www.wiredrevolution.com/guides/ascii-html-reference-chart?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ascii-html-reference-chart</link>
		<comments>http://www.wiredrevolution.com/guides/ascii-html-reference-chart#comments</comments>
		<pubDate>Wed, 18 May 2011 17:05:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1507</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>ASCII is a 7-bit character set containing 128 characters and stands for the &#8220;American Standard Code for Information Interchange&#8221;. It was designed in the early 1960&#8242;s as a standard character set for computers and hardware devices. It contains the numbers from 0-9, the uppercase and lowercase English letters from A to Z, and some special [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/remove-windows-carriage-returns-with-tr' rel='bookmark' title='Permanent Link: Remove Windows carriage returns with tr'>Remove Windows carriage returns with tr</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/customize-the-bash-ps1-command-prompt' rel='bookmark' title='Permanent Link: Customize the BASH PS1 command prompt'>Customize the BASH PS1 command prompt</a></li>
<li><a href='http://www.wiredrevolution.com/c/format-output-using-printf' rel='bookmark' title='Permanent Link: Format output using printf'>Format output using printf</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>ASCII is a 7-bit character set containing 128 characters and stands for the &#8220;American Standard Code for Information Interchange&#8221;. It was designed in the early 1960&#8242;s as a standard character set for computers and hardware devices. It contains the numbers from 0-9, the uppercase and lowercase English letters from A to Z, and some special characters.</p>
<table border="0" cellspacing="1">
<tr>
<td class="table-head" colspan="3" align="center">ASCII HTML Code Reference Chart</td>
</tr>
<tr>
<td><strong>ASCII Character</strong></td>
<td><strong>HTML Code</strong></td>
<td><strong>Description</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&amp;#32;</td>
<td>space</td>
</tr>
<tr>
<td>!</td>
<td>&amp;#33;</td>
<td>exclamation mark</td>
</tr>
<tr>
<td>&quot;</td>
<td>&amp;#34;</td>
<td>quotation mark</td>
</tr>
<tr>
<td>#</td>
<td>&amp;#35;</td>
<td>number sign</td>
</tr>
<tr>
<td>$</td>
<td>&amp;#36;</td>
<td>dollar sign</td>
</tr>
<tr>
<td>%</td>
<td>&amp;#37;</td>
<td>percent sign</td>
</tr>
<tr>
<td>&amp;</td>
<td>&amp;#38;</td>
<td>ampersand</td>
</tr>
<tr>
<td>&#8216;</td>
<td>&amp;#39;</td>
<td>apostrophe</td>
</tr>
<tr>
<td>(</td>
<td>&amp;#40;</td>
<td>left parenthesis</td>
</tr>
<tr>
<td>)</td>
<td>&amp;#41;</td>
<td>right parenthesis</td>
</tr>
<tr>
<td>*</td>
<td>&amp;#42;</td>
<td>asterisk</td>
</tr>
<tr>
<td>+</td>
<td>&amp;#43;</td>
<td>plus sign</td>
</tr>
<tr>
<td>,</td>
<td>&amp;#44;</td>
<td>comma</td>
</tr>
<tr>
<td>-</td>
<td>&amp;#45;</td>
<td>hyphen</td>
</tr>
<tr>
<td>.</td>
<td>&amp;#46;</td>
<td>period</td>
</tr>
<tr>
<td>/</td>
<td>&amp;#47;</td>
<td>slash</td>
</tr>
<tr>
<td>0</td>
<td>&amp;#48;</td>
<td>digit 0</td>
</tr>
<tr>
<td>1</td>
<td>&amp;#49;</td>
<td>digit 1</td>
</tr>
<tr>
<td>2</td>
<td>&amp;#50;</td>
<td>digit 2</td>
</tr>
<tr>
<td>3</td>
<td>&amp;#51;</td>
<td>digit 3</td>
</tr>
<tr>
<td>4</td>
<td>&amp;#52;</td>
<td>digit 4</td>
</tr>
<tr>
<td>5</td>
<td>&amp;#53;</td>
<td>digit 5</td>
</tr>
<tr>
<td>6</td>
<td>&amp;#54;</td>
<td>digit 6</td>
</tr>
<tr>
<td>7</td>
<td>&amp;#55;</td>
<td>digit 7</td>
</tr>
<tr>
<td>8</td>
<td>&amp;#56;</td>
<td>digit 8</td>
</tr>
<tr>
<td>9</td>
<td>&amp;#57;</td>
<td>digit 9</td>
</tr>
<tr>
<td>:</td>
<td>&amp;#58;</td>
<td>colon</td>
</tr>
<tr>
<td>;</td>
<td>&amp;#59;</td>
<td>semicolon</td>
</tr>
<tr>
<td>&lt;</td>
<td>&amp;#60;</td>
<td>less-than</td>
</tr>
<tr>
<td>&#61;</td>
<td>&amp;#61;</td>
<td>equals-to</td>
</tr>
<tr>
<td>&#62;</td>
<td>&amp;#62;</td>
<td>greater-than</td>
</tr>
<tr>
<td>?</td>
<td>&amp;#63;</td>
<td>question mark</td>
</tr>
<tr>
<td>@</td>
<td>&amp;#64;</td>
<td>at sign</td>
</tr>
<tr>
<td>A</td>
<td>&amp;#65;</td>
<td>uppercase A</td>
</tr>
<tr>
<td>B</td>
<td>&amp;#66;</td>
<td>uppercase B</td>
</tr>
<tr>
<td>C</td>
<td>&amp;#67;</td>
<td>uppercase C</td>
</tr>
<tr>
<td>D</td>
<td>&amp;#68;</td>
<td>uppercase D</td>
</tr>
<tr>
<td>E</td>
<td>&amp;#69;</td>
<td>uppercase E</td>
</tr>
<tr>
<td>F</td>
<td>&amp;#70;</td>
<td>uppercase F</td>
</tr>
<tr>
<td>G</td>
<td>&amp;#71;</td>
<td>uppercase G</td>
</tr>
<tr>
<td>H</td>
<td>&amp;#72;</td>
<td>uppercase H</td>
</tr>
<tr>
<td>I</td>
<td>&amp;#73;</td>
<td>uppercase I</td>
</tr>
<tr>
<td>J</td>
<td>&amp;#74;</td>
<td>uppercase J</td>
</tr>
<tr>
<td>K</td>
<td>&amp;#75;</td>
<td>uppercase K</td>
</tr>
<tr>
<td>L</td>
<td>&amp;#76;</td>
<td>uppercase L</td>
</tr>
<tr>
<td>M</td>
<td>&amp;#77;</td>
<td>uppercase M</td>
</tr>
<tr>
<td>N</td>
<td>&amp;#78;</td>
<td>uppercase N</td>
</tr>
<tr>
<td>O</td>
<td>&amp;#79;</td>
<td>uppercase O</td>
</tr>
<tr>
<td>P</td>
<td>&amp;#80;</td>
<td>uppercase P</td>
</tr>
<tr>
<td>Q</td>
<td>&amp;#81;</td>
<td>uppercase Q</td>
</tr>
<tr>
<td>R</td>
<td>&amp;#82;</td>
<td>uppercase R</td>
</tr>
<tr>
<td>S</td>
<td>&amp;#83;</td>
<td>uppercase S</td>
</tr>
<tr>
<td>T</td>
<td>&amp;#84;</td>
<td>uppercase T</td>
</tr>
<tr>
<td>U</td>
<td>&amp;#85;</td>
<td>uppercase U</td>
</tr>
<tr>
<td>V</td>
<td>&amp;#86;</td>
<td>uppercase V</td>
</tr>
<tr>
<td>W</td>
<td>&amp;#87;</td>
<td>uppercase W</td>
</tr>
<tr>
<td>X</td>
<td>&amp;#88;</td>
<td>uppercase X</td>
</tr>
<tr>
<td>Y</td>
<td>&amp;#89;</td>
<td>uppercase Y</td>
</tr>
<tr>
<td>Z</td>
<td>&amp;#90;</td>
<td>uppercase Z</td>
</tr>
<tr>
<td>[</td>
<td>&amp;#91;</td>
<td>left square bracket</td>
</tr>
<tr>
<td>\</td>
<td>&amp;#92;</td>
<td>backslash</td>
</tr>
<tr>
<td>]</td>
<td>&amp;#93;</td>
<td>right square bracket</td>
</tr>
<tr>
<td>^</td>
<td>&amp;#94;</td>
<td>caret</td>
</tr>
<tr>
<td>_</td>
<td>&amp;#95;</td>
<td>underscore</td>
</tr>
<tr>
<td>`</td>
<td>&amp;#96;</td>
<td>grave accent</td>
</tr>
<tr>
<td>a</td>
<td>&amp;#97;</td>
<td>lowercase a</td>
</tr>
<tr>
<td>b</td>
<td>&amp;#98;</td>
<td>lowercase b</td>
</tr>
<tr>
<td>c</td>
<td>&amp;#99;</td>
<td>lowercase c</td>
</tr>
<tr>
<td>d</td>
<td>&amp;#100;</td>
<td>lowercase d</td>
</tr>
<tr>
<td>e</td>
<td>&amp;#101;</td>
<td>lowercase e</td>
</tr>
<tr>
<td>f</td>
<td>&amp;#102;</td>
<td>lowercase f</td>
</tr>
<tr>
<td>g</td>
<td>&amp;#103;</td>
<td>lowercase g</td>
</tr>
<tr>
<td>h</td>
<td>&amp;#104;</td>
<td>lowercase h</td>
</tr>
<tr>
<td>i</td>
<td>&amp;#105;</td>
<td>lowercase i</td>
</tr>
<tr>
<td>j</td>
<td>&amp;#106;</td>
<td>lowercase j</td>
</tr>
<tr>
<td>k</td>
<td>&amp;#107;</td>
<td>lowercase k</td>
</tr>
<tr>
<td>l</td>
<td>&amp;#108;</td>
<td>lowercase l</td>
</tr>
<tr>
<td>m</td>
<td>&amp;#109;</td>
<td>lowercase m</td>
</tr>
<tr>
<td>n</td>
<td>&amp;#110;</td>
<td>lowercase n</td>
</tr>
<tr>
<td>o</td>
<td>&amp;#111;</td>
<td>lowercase o</td>
</tr>
<tr>
<td>p</td>
<td>&amp;#112;</td>
<td>lowercase p</td>
</tr>
<tr>
<td>q</td>
<td>&amp;#113;</td>
<td>lowercase q</td>
</tr>
<tr>
<td>r</td>
<td>&amp;#114;</td>
<td>lowercase r</td>
</tr>
<tr>
<td>s</td>
<td>&amp;#115;</td>
<td>lowercase s</td>
</tr>
<tr>
<td>t</td>
<td>&amp;#116;</td>
<td>lowercase t</td>
</tr>
<tr>
<td>u</td>
<td>&amp;#117;</td>
<td>lowercase u</td>
</tr>
<tr>
<td>v</td>
<td>&amp;#118;</td>
<td>lowercase v</td>
</tr>
<tr>
<td>w</td>
<td>&amp;#119;</td>
<td>lowercase w</td>
</tr>
<tr>
<td>x</td>
<td>&amp;#120;</td>
<td>lowercase x</td>
</tr>
<tr>
<td>y</td>
<td>&amp;#121;</td>
<td>lowercase y</td>
</tr>
<tr>
<td>z</td>
<td>&amp;#122;</td>
<td>lowercase z</td>
</tr>
<tr>
<td>{</td>
<td>&amp;#123;</td>
<td>left curly brace</td>
</tr>
<tr>
<td>|</td>
<td>&amp;#124;</td>
<td>vertical bar</td>
</tr>
<tr>
<td>}</td>
<td>&amp;#125;</td>
<td>right curly brace</td>
</tr>
<tr>
<td>~</td>
<td>&amp;#126;</td>
<td>tilde</td>
</tr>
</table>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/remove-windows-carriage-returns-with-tr' rel='bookmark' title='Permanent Link: Remove Windows carriage returns with tr'>Remove Windows carriage returns with tr</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/customize-the-bash-ps1-command-prompt' rel='bookmark' title='Permanent Link: Customize the BASH PS1 command prompt'>Customize the BASH PS1 command prompt</a></li>
<li><a href='http://www.wiredrevolution.com/c/format-output-using-printf' rel='bookmark' title='Permanent Link: Format output using printf'>Format output using printf</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/ascii-html-reference-chart/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel&#8217;s 3D tri-gate Transistor Redesign Brings Huge Efficiency Gains</title>
		<link>http://www.wiredrevolution.com/tech-news/intels-3d-tri-gate-transistor-redesign-brings-huge-efficiency-gains?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=intels-3d-tri-gate-transistor-redesign-brings-huge-efficiency-gains</link>
		<comments>http://www.wiredrevolution.com/tech-news/intels-3d-tri-gate-transistor-redesign-brings-huge-efficiency-gains#comments</comments>
		<pubDate>Wed, 18 May 2011 16:40:46 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[tech news]]></category>
		<category><![CDATA[22nm]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Ivy Bridge]]></category>
		<category><![CDATA[power consumption]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[transistor]]></category>
		<category><![CDATA[tri-gate]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1751</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/technology-news.jpg" width="100" height="99" alt="" title="tech news" /><br/>Intel announced a very important piece of semiconductor news in many years: the tri-gate transistor. The redesign of the 2D planar to the 3D tri-gate transistor is a fundamental change and will bring about big savings in efficiency and power consumption. The tri-gate transistor is being produced starting at the 22nm manufacturing node and will [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/site-news/new-look' rel='bookmark' title='Permanent Link: New Look'>New Look</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/technology-news.jpg" width="100" height="99" alt="" title="tech news" /><br/><p>Intel announced a very important piece of semiconductor news in many years: the tri-gate transistor. The redesign of the 2D planar to the 3D tri-gate transistor is a fundamental change and will bring about big savings in efficiency and power consumption.</p>
<p>The tri-gate transistor is being produced starting at the 22nm manufacturing node and will be introduced with the upcoming Ivy Bridge CPUs. Intel will eventually include this technology in it&#8217;s entire processor portfolio from mobile to server. </p>
<p><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-3d-gate-pic.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-3d-gate-pic.png" alt="" title="intel-transistor-3d-gate-pic" width="640" height="360" class="aligncenter size-full wp-image-1790" /></a></p>
<p>The problem with the current planar transistors is that as they get smaller less current can squeeze through it. As the transistors get smaller the leakage current flowing through when the switch when it is off becomes indistinguishable from the current that is allowed to pass through it when the switch is on.</p>
<p><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-3d-gate.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-3d-gate.png" alt="" title="intel-transistor-3d-gate" width="640" height="310" class="aligncenter size-full wp-image-1792" /></a></p>
<p>With the 3D tri-gate transistor above there&#8217;s a lot of gate surface area in contact with the semiconductor material. Because of this design structure more current can be transferred which the switch is on, and less current is permitted to leak when the switch is set to off. Besides being more power efficient this design creates a clear boundary between the on and off states. This allows the transistor to switch between states faster and gives room for higher clock speeds in future CPUs.</p>
<p><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-gate-delay.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/05/intel-transistor-gate-delay.png" alt="" title="intel-transistor-gate-delay" width="640" height="495" class="aligncenter size-full wp-image-1791" /></a></p>
<p>Intel claims that the 22nm tri-gate transistors can switch states between 18 and 37 percent faster than the 32nm planar ones (higher clock speeds). Alternatively the new design can reduce power consumption at current clock speeds by up to 50 percent.</p>
<p>Intel&#8217;s upcoming 22nm Ivy Bridge processor will use this new technology which is planned to go into mass production the second half of this year. This development will undoubtedly put Intel closer to ARM in terms of power consumption. Whether it is enough to push x86 processors into smartphones is another question which ramains to be answered. </p>
<p><iframe width="640" height="390" src="http://www.youtube.com/embed/YIkMaQJSyP8" frameborder="0" allowfullscreen>sd</iframe></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/site-news/new-look' rel='bookmark' title='Permanent Link: New Look'>New Look</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/tech-news/intels-3d-tri-gate-transistor-redesign-brings-huge-efficiency-gains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Text Highlight Searching and Navigation</title>
		<link>http://www.wiredrevolution.com/guides/google-chrome-text-highlight-searching-and-navigation?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-text-highlight-searching-and-navigation</link>
		<comments>http://www.wiredrevolution.com/guides/google-chrome-text-highlight-searching-and-navigation#comments</comments>
		<pubDate>Mon, 09 May 2011 04:54:30 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[navigate]]></category>
		<category><![CDATA[right click]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1768</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>Google Chrome is an awesome browser and there are a few tricks that you should learn that make it that much better. Some of the coolest and simplest are text highlight for searching and navigation. Both of these tricks will save you an unbelievable amount of time, and they are only but a couple of [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/sync-chrome-with-your-google-account' rel='bookmark' title='Permanent Link: Sync Chrome with your Google Account'>Sync Chrome with your Google Account</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-google-earth-in-ubuntu' rel='bookmark' title='Permanent Link: Install Google Earth in Ubuntu'>Install Google Earth in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/site-news/new-site-design' rel='bookmark' title='Permanent Link: New Site Design'>New Site Design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>Google Chrome is an awesome browser and there are a few tricks that you should learn that make it that much better. Some of the coolest and simplest are text highlight for searching and navigation. Both of these tricks will save you an unbelievable amount of time, and they are only but a couple of examples of what makes Chrome shine.</p>
<h3>Highlight Searching</h3>
<p>Highlight a word or phrase and right click on it. You will be given the option to search Google for that phrase in a new tab. Pretty slick.<br />
<center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/05/chrome-highlight.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/05/chrome-highlight.png" alt="" title="chrome-highlight" width="498" height="323" class="aligncenter size-full wp-image-1771" /></a></center></p>
<h3>Highlight Navigation</h3>
<p>Highlight a URL and right click. You will be given an option to navigate to that URL in a new tab. This comes in very handy when you encounter a web address that is missing a hyperlink tag. This can be a common occurance in many online forums or comment pages that don&#8217;t allow links. </p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/sync-chrome-with-your-google-account' rel='bookmark' title='Permanent Link: Sync Chrome with your Google Account'>Sync Chrome with your Google Account</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-google-earth-in-ubuntu' rel='bookmark' title='Permanent Link: Install Google Earth in Ubuntu'>Install Google Earth in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/site-news/new-site-design' rel='bookmark' title='Permanent Link: New Site Design'>New Site Design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/google-chrome-text-highlight-searching-and-navigation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync your iPod Shuffle with Linux</title>
		<link>http://www.wiredrevolution.com/guides/sync-your-ipod-shuffle-with-linux?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sync-your-ipod-shuffle-with-linux</link>
		<comments>http://www.wiredrevolution.com/guides/sync-your-ipod-shuffle-with-linux#comments</comments>
		<pubDate>Sat, 30 Apr 2011 18:36:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[2nd gen]]></category>
		<category><![CDATA[3rd gen]]></category>
		<category><![CDATA[4th gen]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[banshee]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gtkpod]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[shuffle]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1713</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>The iPod shuffle is a great little device but unfortunately it is buit to work with iTunes and comes with an almost undecipherable file system and database. Apple&#8217;s motives are clear here, buy a Mac and use iTunes. Fortunately for us you can save your money as there are a variety of ways to sync [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/guides/how-to-get-boxee-to-correctly-identify-local-media-files' rel='bookmark' title='Permanent Link: How to get Boxee to correctly identify local media files'>How to get Boxee to correctly identify local media files</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>The iPod shuffle is a great little device but unfortunately it is buit to work with iTunes and comes with an almost undecipherable file system and database. Apple&#8217;s motives are clear here, buy a Mac and use iTunes. Fortunately for us you can save your money as there are a variety of ways to sync your Shuffle using some common Linux utilities.</p>
<p>Now it&#8217;s not all rosy, for some reason the iPod Shuffle support on Linux is shaky compared to other iPod models. This guide will walk you though all these problems and get your iPod Shuffle playing nice with your Linux system. This guide will focus on Ubuntu but these instructions will work with any Linux distribution out there.</p>
<h2>Step 1: Initial Setup</h2>
<p>If you have a new iPod Shuffle you can start here. If you are having problems skip down to the troubleshooting section.</p>
<h3>Install gtkpod</h3>
<p>Normally you have to connect your Shuffle to iTunes to setup the initial directory structure. gtkpod will handle this instead which allows your shuffle to locate and play music.</p>
<p>Install gtkpod:<br />
<code>$ sudo apt-get install gtkpod</code></p>
<h3>Setup iTunes Directory Structure</h3>
<p>Now connect your Shuffle to your computer and it should automatically mount to <strong>/media/IPOD</strong> or something similar. Start gtkpod.</p>
<p>Click on the New iPod icon and it should ask to create the iPod directory structure. Follow the instructions and choose your iPod model (Shuffle 2nd gen/3rd gen, etc.).</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gtkpod_initialize.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gtkpod_initialize.png" alt="" title="gtkpod_initialize" width="600" height="467" class="aligncenter size-full wp-image-1737" /></a></center></p>
<h2>Step 2: Adding Music</h2>
<p>Now that the Shuffle has the initial directory structure you can add music. You can use a variety of applications to do this. </p>
<p>If you use gtkpod or Rhythmbox they will work with the iTunes directory format and update the music database automatically. If you want to use Banshee or you want to add music using a file manager like Nautilus or Thunar you will have to download the <strong>shuffle_db</strong> program to update the database for you.</p>
<h3>Optional: Download shuffle_db</h3>
<p>This is a little Python program allows you to use the player almost like any other USB flash MP3 player. You simply copy MP3 files onto it using any file manager or application such as Banshee or Rhythmbox then simply run the rebuild_db program to build the music database. </p>
<p>Download shuffle_db:<br />
<a href="http://shuffle-db.sourceforge.net/">http://shuffle-db.sourceforge.net/</a></p>
<p>Once you have downloaded the shuffle_db program <strong>rebuild_db.py</strong>, copy it to the root directory on the iPod Shuffle. Now you can add music to the root directory of the Shuffle and when you are done run the <strong>rebuild_db.py</strong> script to update the music database.</p>
<p>Execute the script. Your iPod my be mounted at a different location.<br />
<code>$ /media/IPOD/rebuild_db.py</code></p>
<h2>Step 3: Unmount Shuffle and Enjoy</h2>
<p>That should be it. Safely unmount your Shuffle and you should be able to listen to music right away.</p>
<h2>Troubleshooting</h2>
<h3>The Shuffle is visible to Rhythmbox or gtkpod but no songs are listed</h3>
<p>The permissions on the Shuffle are incorrect or the database is corrupted. This can happen if you have gone a long time since you last added music to your iPod Shuffle and there have been significant changes to your system (updated distribution, or updated gtkpod/Rhythmbox).</p>
<p>You can proceed in one of two ways.</p>
<p>1) Download shuffle_db program and execute it to rebuild your music database.</p>
<p>2) Remove all songs from the device and start at Step 1 above.</p>
<p>Clear the device. <strong>Be very careful here.</strong><br />
<code>$ sudo rm -rf /media/IPOD/*</code></p>
<h3>rebuild_db.py won&#8217;t execute</h3>
<p>The iPod file system or the rebuild_db.py lacks the execute permissions.</p>
<p>Make sure it have execute permissions.<br />
<code>$ chmod +x /media/IPOD/rebuild_db.py</code></p>
<p>Try executing the program as root (be careful here).<br />
<code>$ sudo /media/IPOD/rebuild_db.py</code></p>
<p>If that doesn&#8217;t work you with have to manually mount the iPod Shuffle and execute the script.</p>
<p><strong>Note</strong>: The following locations may differ on your system. Make sure that they are correct before executing any code.</p>
<p>Unmount the Shuffle.<br />
<code>$ sudo umount /media/IPOD</code></p>
<p>Create the new mount directory.<br />
<code>$ mkdir /media/my_ipod</code></p>
<p>Mount the iPod with a less restrictive umask. This will allow you to execute the script.<br />
<code>$ sudo mount /dev/sdb /media/my_ipod -o umask=0000</code></p>
<p>You should now be able to execute the script as root.<br />
<code>$ sudo /media/IPOD/rebuild_db.py</code></p>
<h3>IPod wont play music, green amber flashing lights</h3>
<p>The database is corrupted. You need to open Rhythmbox or gtkpod again, or rerun rebuild_db.py depending on how you added music in the first place.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/guides/how-to-get-boxee-to-correctly-identify-local-media-files' rel='bookmark' title='Permanent Link: How to get Boxee to correctly identify local media files'>How to get Boxee to correctly identify local media files</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-mount-an-iso-disk-image' rel='bookmark' title='Permanent Link: How to mount an ISO disk image'>How to mount an ISO disk image</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/sync-your-ipod-shuffle-with-linux/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.04 Natty Narwhal with Unity is Released</title>
		<link>http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-11-04-natty-narwhal-with-unity-is-released</link>
		<comments>http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:29:51 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[banshee]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[narwhal]]></category>
		<category><![CDATA[Natty]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1718</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>Canonical has released its latest version of Ubuntu today. Under the hood 11.04 Natty has made many controversial changes, first and foremost the addition of Unity which replaces the standard GNOME desktop. The new desktop was originally designed for the Ubuntu Netbook Edition but has now made its way to the standard version. Beyond the [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>Canonical has released its latest version of Ubuntu today. Under the hood 11.04 Natty has made many controversial changes, first and foremost the addition of Unity which replaces the standard GNOME desktop. The new desktop was originally designed for the Ubuntu Netbook Edition but has now made its way to the standard version.</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/04/ubuntu-unity-desktop.jpg"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/04/ubuntu-unity-desktop.jpg" alt="" title="ubuntu-unity-desktop" width="600" height="338" class="aligncenter size-full wp-image-1722" /></a></center></p>
<p>Beyond the introduction of the new Unity shell, there have been several other additions. The Gtk+ theme has a new slim scrollbar style, and the default music player in Ubuntu changed from Rhythmbox to Banshee. The Ubuntu Software Center has finally included support for posting ratings and reviews. This addition will make it easier for end users to make better decisions when adding packages to their system.</p>
<p>Ubuntu has been heavily criticized as of late for its increasingly closed development process, especially since it touts itself as being the &#8220;community&#8221; distribution. It&#8217;s often confusing design decisions and break from GNOME have done a lot to annoy many users as of late. With the recent release of GNOME 3 and Fedora 15 right around the corner Ubuntu has a lot at stake with Unity. I for one think that more diversity and choices are a good thing. Parallel development of GNOME Shell and Unity will undoubtedly spur innovation and will be a positive for both desktops. </p>
<p>The Open Source philosophy believes that freedom and choice are important. The big question is will the Ubuntu users support the new desktop and Canonical&#8217;s increasingly closed methodology, or choose to stay with GNOME and move to another distribution?</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Begins Transcoding All Video to WEBM</title>
		<link>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youtube-begins-transcoding-all-video-to-webm</link>
		<comments>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm#comments</comments>
		<pubDate>Wed, 20 Apr 2011 15:28:16 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[transcoded]]></category>
		<category><![CDATA[uploaded]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1693</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>According to the YouTube official blog post. All new videos uploaded to YouTube are now transcoded into WebM. To put that in perspective, nearly 6 years of video is uploaded to YouTube every day. So far they have already transcoded videos that make up 99% of views on their site or nearly 30% of all [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/how-to-fix-unresponsive-flash-player-on-ubuntu' rel='bookmark' title='Permanent Link: How to fix unresponsive Flash player on Ubuntu'>How to fix unresponsive Flash player on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>According to the <a href="http://youtube-global.blogspot.com/2011/04/mmm-mmm-good-youtube-videos-now-served.html">YouTube official blog post</a>. All new videos uploaded to YouTube are now transcoded into WebM. To put that in perspective, nearly 6 years of video is uploaded to YouTube every day. So far they have already transcoded videos that make up 99% of views on their site or nearly 30% of all videos into WebM. </p>
<p>From the offical blog post:<br />
<code>To that end, all new videos uploaded to YouTube are now transcoded into WebM. WebM is an open media file format for video and audio on the web. Its openness allows anyone to improve the format and its integrations, resulting in a better experience for you in the long-term. As we work to transcode more videos into WebM, we hope to reduce the technical incompatibilities that prevent you from accessing video while improving the overall online video landscape. </code></p>
<p>YouTube will continue to support the H.264 codec and Adobe Flash player, but they are committed to developing their own HTML5 video player.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/how-to-fix-unresponsive-flash-player-on-ubuntu' rel='bookmark' title='Permanent Link: How to fix unresponsive Flash player on Ubuntu'>How to fix unresponsive Flash player on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GNOME Shell Keyboard Shortcut Cheat Sheet</title>
		<link>http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnome-shell-keyboard-shortcut-cheat-sheet</link>
		<comments>http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet#comments</comments>
		<pubDate>Wed, 20 Apr 2011 15:12:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[keybindings]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[overview]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[switcher]]></category>
		<category><![CDATA[task bar]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1684</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>If you have been using GNOME 3 and the GNOME Shell desktop then you will undoubtedly find this cheat sheet handy. Finding your way around the desktop without the help of a task bar can be tricky at first. While it is possible to use the mouse for each of these actions, GNOME Shell is [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/customize-keyboard-shortcuts-in-gnome' rel='bookmark' title='Permanent Link: Customize keyboard shortcuts in GNOME'>Customize keyboard shortcuts in GNOME</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/firefox-keyboard-shortcuts' rel='bookmark' title='Permanent Link: Firefox Keyboard Shortcuts'>Firefox Keyboard Shortcuts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>If you have been using GNOME 3 and the GNOME Shell desktop then you will undoubtedly find this cheat sheet handy. Finding your way around the desktop without the help of a task bar can be tricky at first. While it is possible to use the mouse for each of these actions, GNOME Shell is tuned for fast keyboard navigation. Learning these keyboard shortcuts will make your transition to the GNOME Shell much easier.</p>
<h2>GNOME Shell Keybindings</h2>
<p><strong>System (Windows) key</strong>: Switch between Activities overview and desktop<br />
<strong>Alt+F1</strong>: Switch between Activities overview and desktop<br />
<strong>Alt+F2</strong>: Pop up command dialog<br />
<strong>Alt+Tab</strong>: Application switcher<br />
<strong>Alt+Shift+Tab</strong>: Cycle in reverse direction in the application switcher<br />
<strong>Alt+[key above Tab]</strong>: Switch between windows of the same application in Alt+Tab<br />
<strong>Ctrl+Alt+Tab</strong>: Pop up accessibility switcher<br />
<strong>Ctrl+Shift+Alt+R</strong>: Start and stop screencast recording<br />
<strong>Ctrl+Alt+Up/Down arrow</strong>: Switch between workspaces<br />
<strong>Ctrl+Alt+Shift+Up/Down arrow</strong>: Move the current window to a different workspace</p>
<p>Keybindings can be viewed and changed from here: <strong>User Menu -> System Settings -> Keyboard -> Shortcuts</strong></p>
<p>For more information check out the official page:<br />
<a href="http://live.gnome.org/GnomeShell/CheatSheet">http://live.gnome.org/GnomeShell/CheatSheet</a></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/customize-keyboard-shortcuts-in-gnome' rel='bookmark' title='Permanent Link: Customize keyboard shortcuts in GNOME'>Customize keyboard shortcuts in GNOME</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/firefox-keyboard-shortcuts' rel='bookmark' title='Permanent Link: Firefox Keyboard Shortcuts'>Firefox Keyboard Shortcuts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Announces its Plans to Make OpenOffice a Community Based Project</title>
		<link>http://www.wiredrevolution.com/linux-news/oracle-announces-its-plans-to-make-openoffice-a-community-based-project?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=oracle-announces-its-plans-to-make-openoffice-a-community-based-project</link>
		<comments>http://www.wiredrevolution.com/linux-news/oracle-announces-its-plans-to-make-openoffice-a-community-based-project#comments</comments>
		<pubDate>Mon, 18 Apr 2011 19:06:57 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[fork]]></category>
		<category><![CDATA[libreoffice]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[press release]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1676</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>Who couldn&#8217;t see this one coming. Since the acquisition of Sun by Oracle many people have been critical of Oracle&#8217;s handling of its newly acquired open source portfolio. In response to the the takeover OpenOffice project leaders and many contributers jumped ship and created a fork called LibreOffice under the umbrella of a European based [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack' rel='bookmark' title='Permanent Link: VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack'>VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>Who couldn&#8217;t see this one coming. Since the acquisition of Sun by Oracle many people have been critical of Oracle&#8217;s handling of its newly acquired open source portfolio. In response to the the takeover OpenOffice project leaders and many contributers jumped ship and created a fork called <a href="http://www.libreoffice.org/">LibreOffice</a> under the umbrella of a European based non-profit organisation named the Document Foundation.</p>
<p>According to The Document Foundation:<br />
<code>"We believe that the Foundation is a key step for the evolution of the free office suite, as it liberates the development of the code and the evolution of the project from the constraints represented by the commercial interests of a single company."</code></p>
<p>As LibreOffice continues to pick up steam the future looks bleak OpenOffice. LibreOffice has already begun releasing new versions that deviate from the OpenOffice code base. And to add insult to injury all the major Linux distributions such as Ubuntu, Fedora, Debian, and SUSE will move from OpenOffice to LibreOffice in their future releases. </p>
<p>With the lack of support for the project todays announcement by Oracle comes as no surprise.</p>
<p>From the Oracle press release:<br />
<code>"Given the breadth of interest in free personal productivity applications and the rapid evolution of personal computing technologies, we believe the OpenOffice.org project would be best managed by an organization focused on serving that broad constituency on a non-commercial basis," said Edward Screven, Oracle's Chief Corporate Architect. "We intend to begin working immediately with community members to further the continued success of Open Office. Oracle will continue to strongly support the adoption of open standards-based document formats, such as the Open Document Format (ODF)."</code></p>
<p>Are we seeing the end of OpenOffice? And what does this mean for the rest of the open source projects that Oracle continues to control? One thing is certain, and that is that the free/open source model effectively protects community based software projects from exploitation from corporate intrests. </p>
<p><a href="http://www.marketwire.com/press-release/Oracle-Announces-Its-Intention-to-Move-OpenOfficeorg-to-a-Community-Based-Project-NASDAQ-ORCL-1428324.htm">View the entire press release</a>.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack' rel='bookmark' title='Permanent Link: VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack'>VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/oracle-announces-its-plans-to-make-openoffice-a-community-based-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME 3 Featuring Gnome Shell is Released</title>
		<link>http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gnome-3-featuring-gnome-shell-is-released</link>
		<comments>http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released#comments</comments>
		<pubDate>Wed, 06 Apr 2011 21:27:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Fedora 15]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome 2]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[live cd]]></category>
		<category><![CDATA[Natty]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[released]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1648</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>April 6th is finally here and those of us who have been keeping track of GNOME 3 development, you know that means the release of GNOME 3 desktop featuring Gnome Shell. GNOME 3 and Gnome Shell are a dramatic shift from what users have come to expect from GNOME 2. From the press release: Today, [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>April 6th is finally here and those of us who have been keeping track of GNOME 3 development, you know that means the release of GNOME 3 desktop featuring Gnome Shell. GNOME 3 and Gnome Shell are a dramatic shift from what users have come to expect from GNOME 2.</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gnome-shell-desktop.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/04/gnome-shell-desktop.png" alt="" title="gnome-shell-desktop" width="600" height="338" class="aligncenter size-full wp-image-1653" /></a></center></p>
<p>From the press release:</p>
<p><code>Today, the GNOME Desktop project released GNOME 3.0, its most significant redesign of the computer experience in nine years. A revolutionary new user interface and new features for developers make this a historic moment for the free and open source desktop.</code></p>
<p><code>Within GNOME 3, GNOME Shell reimagines the user interface for the next generation of the desktop. This innovative interface allows users to focus on tasks while minimizing distractions such as notifications, extra workspaces, and background windows.</code></p>
<p>Fedora 15 will feature GNOME 3 as their default desktop when they release in May. Up next in the release cycle will be Ubuntu and their Unity that will be the default desktop for their upcoming 11.04 Natty release. It will be interesting how the two compare as they share many of the same design elements and functionality.</p>
<h2>Installation</h2>
<p>At the moment you can download Live CD images for both Fedora and openSUSE but no distribution currently has it in their repositories. </p>
<p>If you are running Ubuntu and want to try it out as your default desktop, there is <a href="http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick">an article on how to build the latest version from source</a>.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/fedora-15-lovelock-featuring-the-gnome-3-desktop-is-released' rel='bookmark' title='Permanent Link: Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released'>Fedora 15 Lovelock featuring the GNOME 3 Desktop is Released</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide a Node or Page Title in Drupal</title>
		<link>http://www.wiredrevolution.com/drupal/hide-a-node-or-page-title-in-drupal?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hide-a-node-or-page-title-in-drupal</link>
		<comments>http://www.wiredrevolution.com/drupal/hide-a-node-or-page-title-in-drupal#comments</comments>
		<pubDate>Tue, 05 Apr 2011 14:18:57 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[drupal 6]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[page.tpl.php]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1644</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/drupal-logo.png" width="87" height="100" alt="" title="drupal" /><br/>Having the ability to hide the node title would seem like a feature that would be included in Drupal by default, unfortunately this is not the case. There have been a variety of suggestions on how to accomplish this task from creating a custom view to hacking the code on page.tpl.php itself. By far the [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/fix-for-missing-title-bar-and-gnome-panel-with-firefox' rel='bookmark' title='Permanent Link: Fix for missing title bar and GNOME panel with Firefox'>Fix for missing title bar and GNOME panel with Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/drupal-logo.png" width="87" height="100" alt="" title="drupal" /><br/><p>Having the ability to hide the node title would seem like a feature that would be included in Drupal by default, unfortunately this is not the case. There have been a variety of suggestions on how to accomplish this task from creating a custom view to hacking the code on page.tpl.php itself.</p>
<p>By far the best way I have found so far is the <strong>exclude_node_title</strong> module.</p>
<p><a href="http://drupal.org/project/exclude_node_title">http://drupal.org/project/exclude_node_title</a></p>
<p>The <strong>exclude_node_title</strong> module provides a checkbox on node-edit pages for easier exclusion, or you can use the admin page to manually enter a list of node id&#8217;s to exclude title. This module is available with Drupal version 6 and 7.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/fix-for-missing-title-bar-and-gnome-panel-with-firefox' rel='bookmark' title='Permanent Link: Fix for missing title bar and GNOME panel with Firefox'>Fix for missing title bar and GNOME panel with Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/drupal/hide-a-node-or-page-title-in-drupal/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Unity on Ubuntu 10.10 Maverick</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-unity-on-ubuntu-10-10-maverick</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick#comments</comments>
		<pubDate>Fri, 01 Apr 2011 14:47:54 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[hardware acceleration]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[Personal Package Archive]]></category>
		<category><![CDATA[PPA]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1590</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>In contrast to GNOME 3&#8242;s Gnome Shell, Unity is Ubuntu&#8217;s take on the next generation of the desktop. In a previous article I went into detail on to install Gnome Shell in Ubuntu 10.10, now its time to do the same for Unity. There are a couple options to try unity on 10.10. The somewhat [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>In contrast to GNOME 3&#8242;s Gnome Shell, Unity is Ubuntu&#8217;s take on the next generation of the desktop. In a <a href="http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick">previous article I went into detail on to install Gnome Shell in Ubuntu 10.10</a>, now its time to do the same for Unity.</p>
<p>There are a couple options to try unity on 10.10. The somewhat outdated Unity package in the repositories, and the latest daily build of the 2D Unity which lacks hardware acceleration. Unfortunately if you want the latest 3D accelerated version you will have to upgrade to Ubuntu 11.04 Natty.</p>
<p><center><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/2xackliWG3s" frameborder="0" allowfullscreen></iframe></center></p>
<h2>Install the Older Unity from the Repository</h2>
<p>The version of Unity included the the default Ubuntu 10.10 repository is 0.2.46. This is a fairly outdated version but it is easy to install and it will give you a good idea of what to expect when the new version is released for Ubuntu 11.04 Natty. </p>
<p><code>$ sudo apt-get install unity</code></p>
<h2>Install the Daily Build of 2D Unity</h2>
<p>You can also install the low-resource Unity 2D back ported from 11.04. This is the daily build so are getting the bleeding edge developmental version with all the latest features. The only real difference between this version and the normal 3D accelerated version is the lack of 3D eye candy. </p>
<p>To install you need to add the Personal Package Archive (PPA) and install Unity 2D.</p>
<p><code>$ sudo add-apt-repository ppa:unity-2d-team/unity-2d-daily<br />
$ sudo apt-get update<br />
$ sudo apt-get install unity-qt-default-settings</code></p>
<p>You can then change your default login session to use Unity instead of Gnome. Go to <strong>System</strong> > <strong>Administration</strong> > <strong>Login Screen</strong> and select Unity. Logout and log back in and enjoy the Unity Desktop.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/ubuntu-11-04-natty-narwhal-with-unity-is-released' rel='bookmark' title='Permanent Link: Ubuntu 11.04 Natty Narwhal with Unity is Released'>Ubuntu 11.04 Natty Narwhal with Unity is Released</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Alt Tab task switching in GNOME Shell</title>
		<link>http://www.wiredrevolution.com/gnome/fix-alt-tab-task-switching-in-gnome-shell?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-alt-tab-task-switching-in-gnome-shell</link>
		<comments>http://www.wiredrevolution.com/gnome/fix-alt-tab-task-switching-in-gnome-shell#comments</comments>
		<pubDate>Mon, 21 Mar 2011 02:44:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[alt+tab]]></category>
		<category><![CDATA[alt-tab]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[switcher]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[task]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1611</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/gnome_icon.png" width="80" height="91" alt="" title="gnome" /><br/>If you are using GNOME Shell with the latest Gnome 3 you may be wondering why you cannot Alt+Tab through your running applications. This is especially important since the panel and task bar no longer exists, making switching between applications especially difficult. To enable task switching with Alt+Tab you must configure metacity to support this [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards' rel='bookmark' title='Permanent Link: Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards'>Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/gnome_icon.png" width="80" height="91" alt="" title="gnome" /><br/><p>If you are using GNOME Shell with the latest Gnome 3 you may be wondering why you cannot Alt+Tab through your running applications. This is especially important since the panel and task bar no longer exists, making switching between applications especially difficult. To enable task switching with Alt+Tab you must configure metacity to support this with gconf-editor.</p>
<p>Hit <strong>Alt+F2</strong> and type <strong>gconf-editor</strong>.</p>
<p>Now navigate to the switch_windows key binding.<br />
<strong>apps</strong> -> <strong>metacity</strong> -> <strong>global_keybindings</strong> -> <strong>switch_windows</strong></p>
<p>The default value is set to <strong>Disabled</strong>. Change this to <strong>&#60;Alt&#62;Tab</strong> instead. Now exit the editor and task switching should be enabled.</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2011/03/gnome-shell-alt-tab.png"><img src="http://www.wiredrevolution.com/wp-content/uploads/2011/03/gnome-shell-alt-tab.png" alt="" title="gnome-shell-alt-tab" width="600" height="386" class="aligncenter size-full wp-image-1612" /></a></center></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards' rel='bookmark' title='Permanent Link: Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards'>Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</a></li>
<li><a href='http://www.wiredrevolution.com/guides/gnome-shell-keyboard-shortcut-cheat-sheet' rel='bookmark' title='Permanent Link: GNOME Shell Keyboard Shortcut Cheat Sheet'>GNOME Shell Keyboard Shortcut Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/gnome/fix-alt-tab-task-switching-in-gnome-shell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</title>
		<link>http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards</link>
		<comments>http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards#comments</comments>
		<pubDate>Fri, 11 Mar 2011 19:44:51 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[clutter]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[responsiveness]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[unusable]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1601</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/gnome_icon.png" width="80" height="91" alt="" title="gnome" /><br/>The release of GNOME Shell and GNOME 3 is fast approaching. Unfortunately for many the latest build is nearly unusable due to the slow animation speed and lack of mouse responsiveness. If you have an NVIDIA graphics card you may be in luck as the fix is fairly simple. You need to change to the [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-alt-tab-task-switching-in-gnome-shell' rel='bookmark' title='Permanent Link: Fix Alt Tab task switching in GNOME Shell'>Fix Alt Tab task switching in GNOME Shell</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/gnome_icon.png" width="80" height="91" alt="" title="gnome" /><br/><p>The release of GNOME Shell and GNOME 3 is fast approaching. Unfortunately for many the latest build is nearly unusable due to the slow animation speed and lack of mouse responsiveness. If you have an NVIDIA graphics card you may be in luck as the fix is fairly simple. You need to change to the latest recommended NVIDIA drivers.</p>
<p>To install the recomended NVIDIA drivers navigate to the <strong>Additional Drivers</strong> menu.</p>
<p><strong>System</strong> -> <strong>Administration</strong> -> <strong>Additional Drivers</strong></p>
<p>You should have 2 proprietary drivers available. Choose the recommended driver which should be your second option.</p>
<p>Now restart your system and launch gnome-shell. </p>
<p><code>$ ./gnome-shell --replace</code></p>
<p>Your desktop should now operate more quickly.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install GNOME Shell in Ubuntu 10.10 Maverick'>Install GNOME Shell in Ubuntu 10.10 Maverick</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-alt-tab-task-switching-in-gnome-shell' rel='bookmark' title='Permanent Link: Fix Alt Tab task switching in GNOME Shell'>Fix Alt Tab task switching in GNOME Shell</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/gnome-3-featuring-gnome-shell-is-released' rel='bookmark' title='Permanent Link: GNOME 3 Featuring Gnome Shell is Released'>GNOME 3 Featuring Gnome Shell is Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Google Earth in Ubuntu</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-google-earth-in-ubuntu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-google-earth-in-ubuntu</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-google-earth-in-ubuntu#comments</comments>
		<pubDate>Wed, 09 Mar 2011 22:20:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[/lib/ld-lsb.so.3]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-earth]]></category>
		<category><![CDATA[googleearth-bin]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[not found]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1592</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>Installing Google Earth is relatively straight forward. Download the Ubuntu/Debian package from Google, then click on the package to install it. Unfortunately when you attempt to run the program you may be hit with the following error. /usr/bin/google-earth: 43: ./googleearth-bin: not found This occurs because Google Earth has a dependency on /lib/ld-lsb.so.3, and unless this [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-linux-development-man-pages-in-ubuntu' rel='bookmark' title='Permanent Link: Install Linux development man pages in Ubuntu'>Install Linux development man pages in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>Installing Google Earth is relatively straight forward. Download the Ubuntu/Debian package from Google, then click on the package to install it. Unfortunately when you attempt to run the program you may be hit with the following error. </p>
<p><code>/usr/bin/google-earth: 43: ./googleearth-bin: not found</code></p>
<p>This occurs because Google Earth has a dependency on <strong>/lib/ld-lsb.so.3</strong>, and unless this library is installed it won&#8217;t run. To correct this problem you will need to install the <strong>lsb-core</strong> package.</p>
<p><code>$ sudo apt-get install lsb-core</code></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-linux-development-man-pages-in-ubuntu' rel='bookmark' title='Permanent Link: Install Linux development man pages in Ubuntu'>Install Linux development man pages in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-google-earth-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

