<?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; repository</title>
	<atom:link href="http://www.wiredrevolution.com/tag/repository/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>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>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>Fix git-upload-pack and git-receive-pack errors on shared hosting</title>
		<link>http://www.wiredrevolution.com/git/fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting</link>
		<comments>http://www.wiredrevolution.com/git/fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:34:20 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[.git/config]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[git-receive-pack]]></category>
		<category><![CDATA[git-upload-pack]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[non-interactive]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[pull]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[receivepack]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[uploadpack]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1554</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/git-logo.png" width="100" height="100" alt="" title="git" /><br/>When pulling from a remote git repository located on shared hosting you will get the &#8220;git-upload-pack: command not found&#8221; error. A similar error occurs with the git-receive-pack when doing a push as well. This occurs when git is installed locally (in your home directory), and not system wide because git cannot locate these binaries. Normally [...]


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/commands/securely-copy-remote-files-with-scp' rel='bookmark' title='Permanent Link: Securely copy remote files with scp'>Securely copy remote files with scp</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh' rel='bookmark' title='Permanent Link: How to X session forwarding over SSH'>How to X session forwarding over SSH</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/git-logo.png" width="100" height="100" alt="" title="git" /><br/><p>When pulling from a remote git repository located on shared hosting you will get the &#8220;git-upload-pack: command not found&#8221; error. A similar error occurs with the git-receive-pack when doing a push as well. This occurs when git is installed locally (in your home directory), and not system wide because git cannot locate these binaries.</p>
<p>Normally this can be fixed by setting the $PATH environment variable to include the correct path to these binaries on the remote server. Unfortunately it will not work  in this case as .bashrc is not sourced since the command is invoked in non-interactive mode via ssh.</p>
<p>There are 2 solutions to this problem.</p>
<p>The first solution is to explicitly include the path to the binaries when pushing or pulling from your local repository.</p>
<p><code>$ git pull --upload-pack /path/to/git/git-upload-pack</code><code>$ git push --receive-pack /path/to/git/git-receive-pack</code></p>
<p>The second solution involves adding the path to your git-upload-path and git-recieve-path in your local <strong>.git/config</strong> file under [remote "origin"]. This is the easiest method as you only have to make this change once.</p>
<p><code>[remote "origin"]<br />
	url = &#60;repo address&#62;<br />
	fetch = +refs/heads/*:refs/remotes/origin/*<br />
	uploadpack = &#60;path to git-upload-pack&#62;<br />
        receivepack = &#60;path to git-receive-pack&#62;</code></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/commands/securely-copy-remote-files-with-scp' rel='bookmark' title='Permanent Link: Securely copy remote files with scp'>Securely copy remote files with scp</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/how-to-x-session-forwarding-over-ssh' rel='bookmark' title='Permanent Link: How to X session forwarding over SSH'>How to X session forwarding over SSH</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/git/fix-git-upload-pack-and-git-receive-pack-errors-on-shared-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Ubuntu medibuntu repository</title>
		<link>http://www.wiredrevolution.com/ubuntu/add-ubuntu-medibuntu-repository?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-ubuntu-medibuntu-repository</link>
		<comments>http://www.wiredrevolution.com/ubuntu/add-ubuntu-medibuntu-repository#comments</comments>
		<pubDate>Tue, 11 Nov 2008 11:52:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[keyring]]></category>
		<category><![CDATA[medibuntu]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[sources.list]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=650</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>The Medibuntu repository (Multimedia, Entertainment &#38; Distractions In Ubuntu) contains packages that cannot be included into the Ubuntu distribution for legal reasons. Some of these packages include Skype Acrobat Reader, Google Earth, and multimedia codecs. Add Medibuntu to your sources.list. Make sure you specify the correct version of your distribution. This example uses Intrepid Ibex [...]


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/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-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>The Medibuntu repository (Multimedia, Entertainment &amp; Distractions In Ubuntu) contains packages that cannot be included into the Ubuntu distribution for legal reasons.  Some of these packages include Skype Acrobat Reader, Google Earth, and multimedia codecs.</p>
<p>Add Medibuntu to your sources.list. Make sure you specify the correct version of your distribution. This example uses <strong>Intrepid Ibex</strong> (Ubuntu 8.10).</p>
<pre>
# wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
</pre>
<p>Then add its GPG key to your keyring.</p>
<pre>
# apt-get update &amp;&amp; apt-get install medibuntu-keyring &amp;&amp; apt-get update
</pre>
<p>Now you should be able to install packages in this repository.</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/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-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/add-ubuntu-medibuntu-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

