<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Linux</title>
		<link>http://unixunitedprof.forumandco.com/linux-f6/-t1.htm</link>
		<description>have a question regarding RedHat Linux or just want to share some hints and tips?</description>
		<lastBuildDate>Fri, 04 Jul 2008 12:15:31 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Linux</title>
			<url>http://illiweb.com/fa/m/logo2.gif</url>
			<link>http://unixunitedprof.forumandco.com/linux-f6/-t1.htm</link>
		</image>
		<item>
			<title>Why 'RedHat Linux' and not just 'Linux' ?</title>
			<link>http://unixunitedprof.forumandco.com/linux-f6/why-redhat-linux-and-not-just-linux-t38.htm</link>
			<dc:creator>tom</dc:creator>
			<description><![CDATA[RedHat is only one of many distributions of Linux I've seen used commercially so perhaps a rename of the forum is appropriate?
<br />

<br />
(Closely related distros are grouped together in poll)]]></description>
			<category>Linux</category>
			<pubDate>Fri, 04 Jul 2008 12:15:31 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/linux-f6/why-redhat-linux-and-not-just-linux-t38.htm#50</comments>
			<guid>http://unixunitedprof.forumandco.com/linux-f6/why-redhat-linux-and-not-just-linux-t38.htm</guid>
		</item>
		<item>
			<title>How to install rpm's on Redhat with automatic dependency resolving</title>
			<link>http://unixunitedprof.forumandco.com/linux-f6/how-to-install-rpm-s-on-redhat-with-automatic-dependency-resolving-t25.htm</link>
			<dc:creator>spanner</dc:creator>
			<description>

If you install the rpmdb-redhat rpm package before installing manually any additional packages from the Redhat distribution that have lots of dependencies, you can use the --aid option of the rpm command to resolve dependencies automatically, see this example: 







# rpm -ivh rpmdb-redhat-4-0.20060803.i386.rpm

warning: rpmdb-redhat-4-0.20060803.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e

Preparing...                ########################################### [100%]

   1:rpmdb-redhat  ...</description>
			<category>Linux</category>
			<pubDate>Tue, 15 Apr 2008 22:42:57 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/linux-f6/how-to-install-rpm-s-on-redhat-with-automatic-dependency-resolving-t25.htm#32</comments>
			<guid>http://unixunitedprof.forumandco.com/linux-f6/how-to-install-rpm-s-on-redhat-with-automatic-dependency-resolving-t25.htm</guid>
		</item>
		<item>
			<title>fdisk - create a new partition and filesystem on local disk</title>
			<link>http://unixunitedprof.forumandco.com/linux-f6/fdisk-create-a-new-partition-and-filesystem-on-local-disk-t23.htm</link>
			<dc:creator>spanner</dc:creator>
			<description>E.G Create local partition/file system 5GB called /tools

 

Current Status

 

# fdisk -l

 

Disk /dev/cciss/c0d0: 73.3 GB, 73372631040 bytes

255 heads, 63 sectors/track, 8920 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

           Device Boot      Start         End      Blocks   Id  System

/dev/cciss/c0d0p1   *           1          12       96358+  83  Linux           ==&gt; boot

/dev/cciss/c0d0p2              13        2101    16779892+  83  Linux         ...</description>
			<category>Linux</category>
			<pubDate>Tue, 15 Apr 2008 22:27:12 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/linux-f6/fdisk-create-a-new-partition-and-filesystem-on-local-disk-t23.htm#30</comments>
			<guid>http://unixunitedprof.forumandco.com/linux-f6/fdisk-create-a-new-partition-and-filesystem-on-local-disk-t23.htm</guid>
		</item>
		<item>
			<title>Setting up bonded interfaces in Red Hat - to team bond0 interface with 2 other interfaces</title>
			<link>http://unixunitedprof.forumandco.com/linux-f6/setting-up-bonded-interfaces-in-red-hat-to-team-bond0-interface-with-2-other-interfaces-t21.htm</link>
			<dc:creator>spanner</dc:creator>
			<description># vi /etc/sysconfig/network-scripts/ifcfg-bond0

 

DEVICE=bond0

BOOTPROTO=none

ONBOOT=yes

USERCTL=no

NETMASK=255.255.255.128

IPADDR=169.243.175.14

 

# vi /etc/sysconfig/network-scripts/ifcfg-eth2

 

DEVICE=eth2

USERCTL=no

ONBOOT=yes

MASTER=bond0

SLAVE=yes

 

# vi /etc/sysconfig/network-scripts/ifcfg-eth4

 

DEVICE=eth4

USERCTL=no

ONBOOT=yes

MASTER=bond0

SLAVE=yes



Add the following entries to the following file: /etc/modprobe.conf



alias bond0  ...</description>
			<category>Linux</category>
			<pubDate>Tue, 15 Apr 2008 22:07:54 GMT</pubDate>
			<comments>http://unixunitedprof.forumandco.com/linux-f6/setting-up-bonded-interfaces-in-red-hat-to-team-bond0-interface-with-2-other-interfaces-t21.htm#28</comments>
			<guid>http://unixunitedprof.forumandco.com/linux-f6/setting-up-bonded-interfaces-in-red-hat-to-team-bond0-interface-with-2-other-interfaces-t21.htm</guid>
		</item>
	</channel>
</rss>