<?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; red hat</title>
	<atom:link href="http://www.wiredrevolution.com/tag/red-hat/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>Change hostname on RedHat</title>
		<link>http://www.wiredrevolution.com/red-hat/change-hostname-on-redhat?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-hostname-on-redhat</link>
		<comments>http://www.wiredrevolution.com/red-hat/change-hostname-on-redhat#comments</comments>
		<pubDate>Fri, 10 Sep 2010 10:59:17 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[red hat]]></category>
		<category><![CDATA[/etc/hosts]]></category>
		<category><![CDATA[/etc/sysconfig/network]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[syslog]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1253</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/>Changing the hostname on a RHEL box is fairly straightforward if you perform the following steps. First change the HOSTNAME line in /etc/sysconfig/network Then change the hostname in /etc/hosts From here you can either reboot for the changes to take effect or do the following two steps. Force the system to start using the hostname. [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/c/display-hostname-and-ip-address-in-c' rel='bookmark' title='Permanent Link: Display hostname and IP address in C'>Display hostname and IP address in C</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>
<li><a href='http://www.wiredrevolution.com/gentoo/setup-nfs-server-on-gentoo' rel='bookmark' title='Permanent Link: Setup NFS server on Gentoo'>Setup NFS server on Gentoo</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>Changing the hostname on a RHEL box is fairly straightforward if you perform the following steps.</p>
<p>First change the HOSTNAME line in <strong>/etc/sysconfig/network</strong></p>
<p>Then change the hostname in <strong>/etc/hosts</strong></p>
<p>From here you can either reboot for the changes to take effect or do the following two steps.</p>
<p>Force the system to start using the hostname.<br />
<code>$ sudo /bin/hostname new_hostname</code></p>
<p>Get syslog to use the new hostname.<br />
<code>$ sudo /sbin/service syslog restart</code></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/c/display-hostname-and-ip-address-in-c' rel='bookmark' title='Permanent Link: Display hostname and IP address in C'>Display hostname and IP address in C</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>
<li><a href='http://www.wiredrevolution.com/gentoo/setup-nfs-server-on-gentoo' rel='bookmark' title='Permanent Link: Setup NFS server on Gentoo'>Setup NFS server on Gentoo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/red-hat/change-hostname-on-redhat/feed</wfw:commentRss>
		<slash:comments>0</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>

