<?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; install</title>
	<atom:link href="http://www.wiredrevolution.com/tag/install/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>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>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>
		<item>
		<title>Install GNOME Shell in Ubuntu 10.10 Maverick</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-gnome-shell-in-ubuntu-10-10-maverick</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick#comments</comments>
		<pubDate>Tue, 08 Mar 2011 20:46:32 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[2.32]]></category>
		<category><![CDATA[2.91]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[gnome shell]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jhbuild]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[software center]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1580</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>GNOME Shell is a component of GNOME 3.0 which is the next generation of the GNOME Desktop Environment scheduled for release in April 2011. With the release fast approaching you may be eager to give it a try on your current Ubuntu 10.10 installation. There are currently two ways to install GNOME Shell. The easiest [...]


Related posts<ol><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/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/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</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>GNOME Shell is a component of GNOME 3.0 which is the next generation of the GNOME Desktop Environment scheduled for release in April 2011. With the release fast approaching you may be eager to give it a try on your current Ubuntu 10.10 installation.</p>
<p>There are currently two ways to install GNOME Shell. The easiest method is to install the <strong>gnome-shell</strong> package in the Ubuntu repository. Unfortunately the latest version supported in Ubuntu 10.10 is 2.32 which will give you a good taste of what to expect, but is outdated compared with the latest development releases (2.91.x series will become the official 3.0 stable release). The second method is to build from source. This will give you the latest version but is slightly more complex. If you are comfortable with the command line it shouldn&#8217;t be too much of a hassle.</p>
<h2>Method 1: Install Old (2.32) Version from the Repository</h2>
<p>GNOME Shell is in the Ubuntu repositories by default, simply install it with apt-get. Unfortunately this will give you the outdated 2.32 version.<br />
<code>$ sudo apt-get install gnome-shell</code></p>
<p>Alternatively you can install the <strong>gnome-shell</strong> package from the <strong>Ubuntu Software Center</strong>.</p>
<h2>Method 2: Build Latest (3.X) Version from Source</h2>
<p>The following steps will give you the latest bleeding edge version of GNOME 3. This will NOT break your current GNOME 2 installation, but simply install GNOME 3 and its dependencies along side your current packages. You will be free to switch between GNOME 2 and 3 at will.</p>
<p>1) Install Dependencies</p>
<p>Run this command to install the GNOME Shell dependencies.<br />
<code>$ sudo apt-get install curl libtiff4-dev libgstreamer0.10-dev libcroco3-dev xulrunner-dev mesa-utils mesa-common-dev libreadline5-dev libgl1-mesa-dev libwnck-dev librsvg2-dev libgnome-desktop-dev libgnome-menu-dev libffi-dev libgtk2.0-dev libgconf2-dev libdbus-glib-1-dev gtk-doc-tools gnome-common git-core flex bison automake build-essential icon-naming-utils autopoint libvorbis-dev libpam-dev libgcrypt-dev libtasn1-dev libtasn1-3-bin libgnome-keyring-dev libupower-glib-dev libxklavier16 libxklavier-dev xserver-xephyr python-dev libpulse-dev libjasper-dev jhbuild libgtop2-dev libsqlite3-dev libproxy-dev libdb-dev libproxy-dev libcups2-dev libusb-1.0-0-dev</code></p>
<p>2) Download the Source</p>
<p>Get the script to setup your jhbuild environment.<br />
<code>$ wget http://git.gnome.org/browse/gnome-shell/plain/tools/build/gnome-shell-build-setup.sh</code></p>
<p>Make the script executable.<br />
<code>$ chmod +x gnome-shell-build-setup.sh</code></p>
<p>Execute the script. This will install jhbuild.<br />
<code>$ ./gnome-shell-build-setup.sh</code></p>
<p>3) Build GNOME 3</p>
<p>This command will download the latest source code and build GNOME 3. GNOME Shell includes 40+ packages that need to be downloaded and built. This can take a significant amount of time to complete so be patient.<br />
<code>$ jhbuild build</code></p>
<p>4) Keep GNOME 3 Up to Date</p>
<p>You are running the bleeding edge version of GNOME 3 and because of this the code in the git repositories will be constantly changing. To test the latest changes after your initial insallation simply run the following command. This automatically update your local copy of the source code and rebuild if there are any changes to GNOME 3 package or its dependencies.</p>
<p><code>$ jhbuild build</code></p>
<h2>Starting GNOME Shell</h2>
<p><strong>Alt+F2</strong> and enter:<br />
<code>$ ~/gnome-shell/install/bin/gnome-shell –-replace</code></p>
<h2>Stopping GNOME Shell</h2>
<p>To exit and return to your default Gnome 2 hit <strong>Alt+F2</strong> and enter:<br />
<code>debugexit</code></p>
<h2>Troubleshooting</h2>
<p>If you are using an NVIDIA graphics card and are having problems with speed.<br />
<a href="http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards">Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</a></p>
<p>This guide will walk you through the steps necessary to download the source code and build the GNOME 3 package. It is helpful if you run into any problems.<br />
<a href="http://live.gnome.org/GnomeShell/#Building">Build GNOME Shell</a></p>


<p>Related posts<ol><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/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/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-gnome-shell-in-ubuntu-10-10-maverick/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>VirtualBox 4.0 upgrade and the Oracle VM VirtualBox Extension Pack</title>
		<link>http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack</link>
		<comments>http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack#comments</comments>
		<pubDate>Sat, 29 Jan 2011 10:46:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[extension pack]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[PUEL]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb 2.0]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1515</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/>With the new version of VirtualBox (4.0.0) comes a new feature called Extension Packs. Before version 4.0, there were two editions of VirtualBox: a full binary containing all features and an &#8220;Open Source Edition&#8221; (OSE) with source code. With version 4.0, there is only one version any more, which is open source, and the closed-source [...]


Related posts<ol><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/git/fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting' rel='bookmark' title='Permanent Link: Fix git-upload-pack and git-receive-pack errors on shared hosting'>Fix git-upload-pack and git-receive-pack errors on shared hosting</a></li>
<li><a href='http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12' rel='bookmark' title='Permanent Link: Install VirtualBox Guest Additions on Fedora 12'>Install VirtualBox Guest Additions on Fedora 12</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/><p>With the new version of VirtualBox (4.0.0) comes a new feature called Extension Packs. Before version 4.0, there were two editions of VirtualBox: a full binary containing all features and an &#8220;Open Source Edition&#8221; (OSE) with source code. With version 4.0, there is only one version any more, which is open source, and the closed-source components have been moved to a separate extension pack. These will contain various additions like high-speed USB 2.0, Remote Display Services and Network booting. </p>
<p>If you have the USB enabled when you update to version 4.0.0 and try to start the guest you will receive the following error until you turn off USB or install the Extension Pack.</p>
<p><code>Implementation of the USB 2.0 controller not found!<br />
The device will be disabled. You can ignore this warning but there will be no USB 2.0 support in your VM. To fix this issue, either install the 'Oracle VM VirtualBox Extension Pack' or disable USB 2.0 support in the VM settings</code></p>
<p>You can download the Extension pack <a href="http://download.virtualbox.org/virtualbox/4.0.2/Oracle_VM_VirtualBox_Extension_Pack-4.0.2-69518.vbox-extpack">here</a>.</p>
<p>To install the Extension pack you download and save it to your hard drive and then open the VirtualBox main program. Click on preferences and on the left side click Extensions. On the right side, click the add package icon and then open the folder that has the extension and click to install it.</p>


<p>Related posts<ol><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/git/fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting' rel='bookmark' title='Permanent Link: Fix git-upload-pack and git-receive-pack errors on shared hosting'>Fix git-upload-pack and git-receive-pack errors on shared hosting</a></li>
<li><a href='http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12' rel='bookmark' title='Permanent Link: Install VirtualBox Guest Additions on Fedora 12'>Install VirtualBox Guest Additions on Fedora 12</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/virtualbox/virtualbox-4-0-upgrade-and-the-oracle-vm-virtualbox-extension-pack/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Install git on SUSE 11</title>
		<link>http://www.wiredrevolution.com/suse/install-git-on-suse-11?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-git-on-suse-11</link>
		<comments>http://www.wiredrevolution.com/suse/install-git-on-suse-11#comments</comments>
		<pubDate>Wed, 05 Jan 2011 19:07:29 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[suse]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[libz]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[wget]]></category>
		<category><![CDATA[zlib-devel]]></category>
		<category><![CDATA[zlib-devel-1.2.3-135.52.x86_64.rpm]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1417</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/suse_icon.png" width="100" height="90" alt="" title="suse" /><br/>Git is a great version control system which is used everywhere these days. The process of installing git on SUSE is as easy as other distros at moment but is not to difficult if you follow these steps. To my knowledge at this point in time there is no git rpm package for SUSE. There [...]


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/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/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/suse_icon.png" width="100" height="90" alt="" title="suse" /><br/><p>Git is a great version control system which is used everywhere these days. The process of installing git on SUSE is as easy as other distros at moment but is not to difficult if you follow these steps. To my knowledge at this point in time there is no git rpm package for SUSE.  There is a Fedora RPM but it fails to install correctly due to many missing dependencies.</p>
<p>No problem. You will have to build and install from source. Go to <a href="http://git-scm.com/download">http://git-scm.com/download</a> and download the latest source. At the time of this guide the latest version is 1.7.3.4.</p>
<p>Once you have the tarball extract the source.<br />
<code>$ tar xvjf git-1.7.3.4.tar.bz2</code></p>
<p>You can now run configure.<br />
<code>$ ./configure</code></p>
<p>Unfortunatly you will run into a missing libz dependency and the build will fail.<br />
<code>$ make</code><code>GIT_VERSION = 1.7.3.4<br />
    * new build flags or prefix<br />
    CC fast-import.o<br />
In file included from builtin.h:6,<br />
                 from fast-import.c:147:<br />
cache.h:17:18: error: zlib.h: No such file or directory</code></p>
<p>To solve this you will need the zlib-devel package which you can download from here:<br />
<code>$ wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/Base:/build/standard/x86_64/zlib-devel-1.2.3-135.52.x86_64.rpm</code></p>
<p>Install the RPM package.<br />
<code>$ sudo rpm -ivh zlib-devel-1.2.3-135.52.x86_64.rpm</code></p>
<p>You should now be able to successfully build and install git.<br />
<code>$ make &#038;&#038; make install</code></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/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/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/suse/install-git-on-suse-11/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Build the perfect HTPC with Boxee and the Dell Zino HD</title>
		<link>http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd</link>
		<comments>http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd#comments</comments>
		<pubDate>Thu, 16 Dec 2010 17:12:28 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[diNovo Mini]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[inspiron]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Logitech]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media buttons]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[xmbc]]></category>
		<category><![CDATA[zino]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1347</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 are looking for a great HTPC then you should look no further than Boxee on the Dell Zino HD. For those of you that don&#8217;t know, Boxee is a free software program that you install on your computer that allows users to watch internet movies and TV shows, listen to online radio and [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Installing Ubuntu 9.10 on the Dell Zino HD'>Installing Ubuntu 9.10 on the Dell Zino HD</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/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>
</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 are looking for a great HTPC then you should look no further than Boxee on the Dell Zino HD. For those of you that don&#8217;t know, Boxee is a free software program that you install on your computer that allows users to watch internet movies and TV shows, listen to online radio and music, play your local digital music and movies. The Boxee software turns your HTPC into a social media and home theater media center.</p>
<p>Boxee allows users to watch and listen to their local media, as well all access movies on Netflix, internet radio on LastFM and Pandora, and TV shows through NBC, FOX, ABC, and HULU. Boxee is diverse in its functionality and continues to evolve quickly.</p>
<p>Once installed boxee will start scanning your local Movies, Music and Pictures folders automatically. Boxee will attempt to bring artwork, reviews, cast, etc. for your media, so browsing your library becomes more useful and fun than looking at a list of files. Boxee is based on the XMBC media center.</p>
<p>You can buy a specific Boxee &#8220;Box&#8221; or build your own by downloading the free software .deb package and installing it on your own Ubuntu (or Windows/Mac) based Linux PC. Sorry but there is no love for Fedora or other RedHat distributions at the moment.</p>
<p>Here is a view of the Boxee home screen.<br />
<center><a href="http://www.wiredrevolution.com/wp-content/uploads/2010/12/boxee_interface.jpg"><img src="http://www.wiredrevolution.com/wp-content/uploads/2010/12/boxee_interface.jpg" alt="" title="boxee_interface" width="460" height="288" class="aligncenter size-full wp-image-1357" /></a></center></p>
<p>As far as hardware goes you can&#8217;t go wrong with the Dell Inspiron Zino HD. This little PC is powerful and keeps a very low profile in your home theater.</p>
<p>The Zino HD starts at $299 and you get is a CD/DVD combo drive, integrated graphics, integrated 2.1 Hi-def audio, and a dual core AMD processor. All models come packed with multiple USB ports, eSATA, HDMI, VGA, Gigabit Ethernet, analog audio in/out, SPDIF, and a 4-in-1 media card reader, so connectivity is covered. With an HDMI cable and an HDTV, you could have your Boxee HTPC up in no time.</p>
<p>Optionally you can upgrade to THX 7.1 audio, integrated WiFi, discrete graphics cards, Blu-Ray drive, or a quad core Phenom processor.</p>
<p>The Zino HD packs quite an affordable punch.  Installing Linux was hassle free as all devices were correctly detected and the proper drivers were installed.<br />
<center><a href="http://www.wiredrevolution.com/wp-content/uploads/2009/12/dell_zino.jpg"><img src="http://www.wiredrevolution.com/wp-content/uploads/2009/12/dell_zino.jpg" alt="" title="dell_zino" width="539" height="424" class="aligncenter size-full wp-image-1141" /></a></center></p>
<p>You could control this HTPC with a full sized wireless keyboard but this guide wouldn&#8217;t be complete without mentioning the Logitech diNovo Mini. This little remote device has the perfect blend of portability, functionality, and ease of use. It is a handheld wireless bluetooth keyboard with an integrated trackpad that’s designed to perform all of the functions necessary to effectively control an HTPC from the comfort of your couch.</p>
<p>The diNovo Mini has full functioning keyboard and trackpad but also comes with media keys to control playback and the backlight which is invaluable at night. One of my other favorite things is that it comes with an integrated USB bluetooth dongle that can plug into any PC that doesn&#8217;t natively support bluetooth.</p>
<p>You can usually find this for under $100 USD online.</p>
<p><center><a href="http://www.wiredrevolution.com/wp-content/uploads/2010/12/logitech_dinovo_mini.jpg"><img src="http://www.wiredrevolution.com/wp-content/uploads/2010/12/logitech_dinovo_mini.jpg" alt="" title="logitech_dinovo_mini" width="500" height="500" class="aligncenter size-full wp-image-1355" /></a></center></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Installing Ubuntu 9.10 on the Dell Zino HD'>Installing Ubuntu 9.10 on the Dell Zino HD</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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VirtualBox Guest Additions on Fedora 12</title>
		<link>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-virtualbox-guest-additions-on-fedora-12</link>
		<comments>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12#comments</comments>
		<pubDate>Sat, 22 May 2010 16:03:56 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[12]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[guest additions]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kernel modules]]></category>
		<category><![CDATA[kernel-devel]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1226</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/fedora-icon.png" width="100" height="99" alt="" title="fedora" /><br/>Installing the VirtualBox Guest Additions is fairly straightforward process but with Fedora 12 you will run into some problems. Here is the error message you will see when attempting to install Guest Additions. # /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run Verifying archive integrity... All good. Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........ VirtualBox Guest Additions installer Removing installed version of [...]


Related posts<ol><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/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/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>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/fedora-icon.png" width="100" height="99" alt="" title="fedora" /><br/><p>Installing the VirtualBox Guest Additions is fairly straightforward process but with Fedora 12 you will run into some problems.</p>
<p>Here is the error message you will see when attempting to install Guest Additions.<br />
<code># /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run</code></p>
<p><code>Verifying archive integrity... All good.<br />
Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........<br />
VirtualBox Guest Additions installer<br />
Removing installed version of VirtualBox Guest Additions...<br />
Building the VirtualBox Guest Additions kernel modules     [FAILED]<br />
(Your system does not seem to be set up to build kernel modules.<br />
Look at /var/log/vboxadd-install.log to find out what went wrong)<br />
Installing the Window System drivers<br />
Installing experimental X.Org Server 1.7 modules           [  OK  ]<br />
Setting up the Window System to use the Guest Additions    [  OK  ]<br />
You may need to restart the hal service and the Window System (or just restart<br />
the guest system) to enable the Guest Additions.</code></p>
<p>To fix this you will need to install the kernel-devel package for your specific kernel. The &#8220;uname -r&#8221; command will show you the current kernel on your system.</p>
<p><code># yum -y install kernel-devel-$(uname -r)</code></p>
<p>Now you should be able to successfully run the Guest Additions installation script.<br />
<code># /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run</code></p>
<p><code>Verifying archive integrity... All good.<br />
Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........<br />
VirtualBox Guest Additions installer<br />
Removing installed version of VirtualBox Guest Additions...<br />
Building the VirtualBox Guest Additions kernel modules<br />
Building the main Guest Additions module                   [  OK  ]<br />
Building the shared folder support module                  [  OK  ]<br />
Building the OpenGL support module                         [  OK  ]<br />
Doing non-kernel setup of the Guest Additions              [  OK  ]<br />
Starting the VirtualBox Guest Additions                    [  OK  ]<br />
Installing the Window System drivers<br />
Installing experimental X.Org Server 1.7 modules           [  OK  ]<br />
Setting up the Window System to use the Guest Additions    [  OK  ]<br />
You may need to restart the hal service and the Window System (or just restart<br />
the guest system) to enable the Guest Additions.</code></p>


<p>Related posts<ol><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/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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/fedora/install-virtualbox-guest-additions-on-fedora-12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add new fonts to your Ubuntu system</title>
		<link>http://www.wiredrevolution.com/ubuntu/add-new-fonts-to-your-ubuntu-system?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-new-fonts-to-your-ubuntu-system</link>
		<comments>http://www.wiredrevolution.com/ubuntu/add-new-fonts-to-your-ubuntu-system#comments</comments>
		<pubDate>Tue, 18 May 2010 06:40:03 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[/usr/share/fonts]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[apt-cache]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[freetype]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[synaptic]]></category>
		<category><![CDATA[truetype]]></category>
		<category><![CDATA[ttf]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1202</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>Whether you work with the GIMP to create graphical content, OpenOffice to write documents, or anything in between, chances are that you will need to supplement the basic installed fonts on your Ubuntu system. There are a couple ways to go about this. If you don&#8217;t alrady have a font to install you can use [...]


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/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/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>
</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>Whether you work with the GIMP to create graphical content, OpenOffice to write documents, or anything in between, chances are that you will need to supplement the basic installed fonts on your Ubuntu system. There are a couple ways to go about this. If you don&#8217;t alrady have a font to install you can use Synatcic or apt to search for and install one. </p>
<p><strong>Open System -> Administration -> Synaptic Package Manager</strong> and do a search for ttf. This is the TrueType file extension but it can also be used for other types such as FreeType. This should net you a ton of useful fonts results to install.</p>
<p>Alternatively you can use apt.<br />
<code>sudo apt-cache search ttf<br />
sudo apt-get install &#60font package name&#62</code></p>
<p>A wide variety of fonts can also be found across the internet from various sources. If you downloaded a specific font, or have a collection of fonts you would like to install, follow these steps.</p>
<p><strong>If you want the font available to only your user.</strong></p>
<p>Make a &#8220;.fonts&#8221; directory within your home directory.<br />
<code>mkdir ~/.fonts</code><br />
Copy your font(s) to this directory.<br />
<code>cp font.ttf ~/.fonts</code></p>
<p><strong>If you want to make the font accessible to all users.</strong></p>
<p>The system fonts are stored in /usr/share/fonts, make a sub-directory within this for your personal fonts.<br />
<code>sudo chmod mkdir /usr/share/fonts/myfonts</code><br />
Copy all your fonts to this directory.<br />
<code>sudo cp &#60font-name.ttf&#62 /usr/share/fonts/myfonts</code><br />
Change the permissions on the files so the system can use them.<br />
<code>sudo chmod -R 755 /usr/share/fonts/myfonts/*</code><br />
Now update the system cache.<br />
<code>sudo fc-update -fv</code></p>
<p>Your fonts should now be available to all your programs. If a program was open while you were installing a font you may have to restart it in order to access the new fonts.</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/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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/add-new-fonts-to-your-ubuntu-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Boxee on 64-bit Ubuntu 9.10 Karmic</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-boxee-on-64-bit-ubuntu-910-karmic</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic#comments</comments>
		<pubDate>Sat, 02 Jan 2010 15:33:12 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[liblzo]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1165</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>Installing Boxee turns your computer into an incredible HTPC. These instructions will help you get it up and running on Ubuntu. Update: Boxee has recently made the latest version (9.20) of their software available for Ubuntu 64 and 32-bit. If you are installing this new version simply download the deb package off their website directly [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<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/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</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 Boxee turns your computer into an incredible HTPC. These instructions will help you get it up and running on Ubuntu.</p>
<p><strong>Update:</strong><br />
Boxee has recently made the latest version (9.20) of their software available for Ubuntu 64 and 32-bit.  If you are installing this new version simply download the deb package off their website directly and install it. </p>
<p><strong>The instructions below pertain to older Boxee versions < 9.20 </strong></p>
<p>Start by downloading the repository off the website. Since the 32-bit repository is the only one available simply adding it to your sources.list will not work.</p>
<pre>$ wget http://apt.boxee.tv/dists/jaunty/main/binary-i386/Packages.gz</pre>
<p>Find the latest version of Boxee in the repository.</p>
<pre>$ zcat Packages.gz | grep Filename</pre>
<pre>
Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.6.4578.intrepid.deb
Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.7.4826.intrepid.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.11.5777.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.12.6570.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.13.6684.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6795.deb
Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb
</pre>
<p>Download the latest version.</p>
<pre>$ wget http://apt.boxee.tv/dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb</pre>
<p>Install the package, since your system is 64-bit and you are installing a 32-bit package you will see that your system is missing some required libraries.</p>
<pre>$ sudo dpkg -i --force-all boxee-0.9.14.6992.deb</pre>
<pre>
dpkg: warning: overriding problem because --force enabled:
 package architecture (i386) does not match system (amd64)
Selecting previously deselected package boxee.
(Reading database ... 144498 files and directories currently installed.)
Unpacking boxee (from boxee-0.9.14.6992.deb) ...
dpkg: boxee: dependency problems, but configuring anyway as you requested:
 boxee depends on liblzo1; however:
  Package liblzo1 is not installed.
 boxee depends on libfaad-dev; however:
  Package libfaad-dev is not installed.
 boxee depends on libxmlrpc-c3; however:
  Package libxmlrpc-c3 is not installed.
 boxee depends on libdirectfb-1.0-0; however:
  Package libdirectfb-1.0-0 is not installed.
 boxee depends on libkrb53; however:
  Package libkrb53 is not installed.
 boxee depends on xsel; however:
  Package xsel is not installed.
Setting up boxee (0.9.14.6992)
</pre>
<p>To fix these dependency problems download the getlibs package and install it. </p>
<pre>
$ wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
$ sudo dpkg -i getlibs-all.deb
</pre>
<p>Now resolve those missing libraries.</p>
<pre>$ getlibs /opt/boxee/Boxee</pre>
<pre>
libfaac.so.0: libfaac0
libhal-storage.so.1: libhal-storage1
libjasper.so.1: libjasper1
libenca.so.0: libenca0
No match for liblzo.so.1
libmysqlclient.so.15: libmysqlclient15off
libfribidi.so.0: libfribidi0
libGLEW.so.1.5: libglew1.5
The following i386 packages will be installed:
libenca0
libfaac0
libfribidi0
libglew1.5
libhal-storage1
libjasper1
libmysqlclient15off
Continue [Y/n]? y
Downloading ...
Installing libraries ...
</pre>
<p>Install the lib32nss-mdns library.</p>
<pre>$ sudo apt-get install lib32nss-mdns</pre>
<p>You also need to manually install the liblzo library which is no longer available in the 9.10 release.</p>
<pre>$ wget http://mirrors.kernel.org/ubuntu/pool/universe/l/lzo/liblzo1_1.08-3_i386.deb
$ getlibs -i liblzo1_1.08-3_i386.deb
</pre>
<p>You should now be able to launch Boxee normally, enjoy!</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<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/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install Linux development man pages in Ubuntu</title>
		<link>http://www.wiredrevolution.com/ubuntu/install-linux-development-man-pages-in-ubuntu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-linux-development-man-pages-in-ubuntu</link>
		<comments>http://www.wiredrevolution.com/ubuntu/install-linux-development-man-pages-in-ubuntu#comments</comments>
		<pubDate>Wed, 13 May 2009 14:53:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[libc]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[man pages]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[posix]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1127</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>By default Ubuntu doesn&#8217;t install the manual pages used for Linux software development which is an invaluable reference for any system developer. These man pages describe the Linux programming interface including Linux system calls as well as system library calls. To install these man pages simply install the manpages-dev package. $ sudo apt-get install manpages-dev [...]


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-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/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>
</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>By default Ubuntu doesn&#8217;t install the manual pages used for Linux software development which is an invaluable reference for any system developer.  These man pages describe the Linux programming interface including Linux system calls as well as system library calls.</p>
<p>To install these man pages simply install the <strong>manpages-dev</strong> package.</p>
<pre>
$ sudo apt-get install manpages-dev
</pre>
<p>You can also install the POSIX specific interfaces by installing the <strong>manpages-posix-dev</strong> package.</p>
<pre>
$ sudo apt-get install manpages-posix-dev
</pre>


<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-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/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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/install-linux-development-man-pages-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RPM Cheat Sheet</title>
		<link>http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rpm-cheat-sheet</link>
		<comments>http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet#comments</comments>
		<pubDate>Thu, 23 Oct 2008 05:07:10 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[red hat]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=479</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/>RPM stands for Red Hat Package Manager. There are a variety of distributions besides Red Hat that use RPM to manage packages including Fedora, Mandriva, SUSE, CentOS, and Yellow Dog Linux among others. RPM uses a database to keep track of what packages have been installed on the system and where they are located. This [...]


Related posts<ol><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/red-hat/install-ffmpeg-on-rhel-5-or-centos-5' rel='bookmark' title='Permanent Link: Install FFmpeg on RHEL 5 or CentOS 5'>Install FFmpeg on RHEL 5 or CentOS 5</a></li>
<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>
</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>RPM stands for Red Hat Package Manager. There are a variety of distributions besides Red Hat that use RPM to manage packages including Fedora, Mandriva, SUSE, CentOS, and Yellow Dog Linux among others. RPM uses a database to keep track of what packages have been installed on the system and where they are located. This functionality allows you to easily query, install, upgrade, and remove packages from your system.</p>
<p>RPM packages are distributed in the following format &#8220;<strong>&lt;package&gt;.&lt;version&gt;.&lt;architecture&gt;.rpm</strong>&#8221;</p>
<p>Check the package information.<br />
<code>$ rpm -qi mypackage.1.2.3.x86_64.rpm</code></p>
<p>List the files that will be installed.<br />
<code>$ rpm -ql mypackage.1.2.3.x86_64.rpm</code></p>
<p>Install an RPM package with the &#8216;<strong>-i</strong>&#8216; option.<br />
<code>$ rpm -i mypackage.1.2.3.x86_64.rpm</code></p>
<p>Upgrade a package that is already installed.<br />
<code>$ rpm -U mypackage.2.0.0.x86_64.rpm</code></p>
<p>Remove a package. You only need to provide the package name and not the version or rpm suffix.<br />
<code>$ rpm -e mypackage</code></p>
<p>View all the installed packages on your system.<br />
<code>$ rpm -qa</code></p>
<p>If you want to see more output you can increase the verbosity by adding the &#8216;<strong>-v</strong>&#8216; option to any of these commands.  To raise it even further you can add &#8216;<strong>-vv</strong>&#8216;.</p>


<p>Related posts<ol><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/red-hat/install-ffmpeg-on-rhel-5-or-centos-5' rel='bookmark' title='Permanent Link: Install FFmpeg on RHEL 5 or CentOS 5'>Install FFmpeg on RHEL 5 or CentOS 5</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

