<?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>Updated Linux</title>
	<atom:link href="http://www.updatedlinux.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.updatedlinux.com</link>
	<description>The Linux Knowledge Base and Tutorial</description>
	<lastBuildDate>Tue, 21 Feb 2012 13:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iSCSI causes slow boot load on Fedora 16</title>
		<link>http://www.updatedlinux.com/iscsi-causes-slow-boot-load-on-fedora-16/</link>
		<comments>http://www.updatedlinux.com/iscsi-causes-slow-boot-load-on-fedora-16/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 08:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[chkconfig iscsi off]]></category>
		<category><![CDATA[chkconfig iscsid off]]></category>
		<category><![CDATA[Fedora 16 Fail to start services]]></category>
		<category><![CDATA[iscsi failed linux]]></category>
		<category><![CDATA[iSCSI slow boot linux]]></category>
		<category><![CDATA[scanning of iSCSI devices. failed]]></category>
		<category><![CDATA[slow boot after update]]></category>
		<category><![CDATA[slow boot linux]]></category>
		<category><![CDATA[slow boot load on Fedora 16]]></category>
		<category><![CDATA[systemctl disable iscsi.service failed]]></category>
		<category><![CDATA[systemctl status iscsi.service]]></category>
		<category><![CDATA[update issue linux]]></category>
		<category><![CDATA[yum update issue]]></category>
		<category><![CDATA[yum update slow boot]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=361</guid>
		<description><![CDATA[Have you ever noticed any error message when computer boots, probably after an update,or in /var/log/messages ? recently  I experienced with a slow boot issue ...]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed any error message when computer boots, probably after an update,or in /var/log/messages ?</p>
<p>recently  I experienced with a slow boot issue on my fedora 16 (Verne)</p>
<address><strong>Starting LSB: Starts and stops login and scanning of iSCSI devices&#8230;.</strong><br />
<strong> Starting LSB: Starts and stops login and scanning of iSCSI devices. failed, see &#8216;systemctl status iscsi.service&#8217; for details.</strong></address>
<p>Due to iscsi service , my boot load time takes more than 15 mins, earlier it use to boot in less than 2 mins.</p>
<p>In short, will help to improve boot time&#8230;<br />
As long as you do not use iscsi , it can certainly be disabled to speed up boot time.<br />
before we run a command , we can check ourself with chkconfig &#8211;list command, to verify the iscsi service, whether its on or not , as follows.</p>
<address><strong>[root@thiyag]# chkconfig &#8211;list</strong></address>
<p>Note: This output shows SysV services only and does not include native<br />
systemd services. SysV configuration data might be overridden by native<br />
systemd configuration.</p>
<p>akmods             0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
iscsi              0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
iscsid             0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
jexec              0:on    1:on    2:on    3:on    4:on    5:on    6:on<br />
livesys            0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
livesys-late       0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
named              0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
netconsole         0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
netfs              0:off    1:off    2:off    3:on    4:on    5:on    6:off<br />
network            0:off    1:off    2:on    3:on    4:on    5:on    6:off<br />
pcp                0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
pmie               0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
pmproxy            0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
rrdcached          0:off    1:off    2:off    3:off    4:off    5:off    6:off<br />
sandbox            0:off    1:off    2:off    3:off    4:off    5:on    6:off<br />
vnstat             0:off    1:off    2:off    3:off    4:off    5:off    6:off</p>
<p>To disable the isci initiator and daemon you can do the following as root,</p>
<address><strong>[root@thiyag]#chkconfig iscsi off</strong></address>
<address><strong>[root@thiyag]#chkconfig iscsid off</strong></address>
<address><strong>[root@thiyag]#service iscsi stop</strong></address>
<address><strong>[root@thiyag]#service iscsid stop</strong></address>
<p>That will prevent the daemons from starting on boot and stopping them if they have already started.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=iSCSI+causes+slow+boot+load+on+Fedora+16+http%3A%2F%2Fis.gd%2FQMTSWH" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/iscsi-causes-slow-boot-load-on-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove unused Kernels in Fedora/Centos/Redhat Linux</title>
		<link>http://www.updatedlinux.com/how-to-remove-unused-kernels-in-fedoracentosredhat-linux/</link>
		<comments>http://www.updatedlinux.com/how-to-remove-unused-kernels-in-fedoracentosredhat-linux/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 12:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[erase old kernel linux]]></category>
		<category><![CDATA[fedora 16 new kernel update]]></category>
		<category><![CDATA[fedora 16 updates]]></category>
		<category><![CDATA[kernel update disk issue]]></category>
		<category><![CDATA[remove erase old kernel in linux fedora centos]]></category>
		<category><![CDATA[remove old kernel]]></category>
		<category><![CDATA[remove old kernel centos]]></category>
		<category><![CDATA[remove old kernel redhat]]></category>
		<category><![CDATA[remove old kernels fedora]]></category>
		<category><![CDATA[remove old kernels fedora 15]]></category>
		<category><![CDATA[remove old kernels linux]]></category>
		<category><![CDATA[remove un used kernel]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=359</guid>
		<description><![CDATA[I have a Fedora 16 system . Through kernel updates now I have several Kernel options when I boot the machine.  So thought of removing ...]]></description>
			<content:encoded><![CDATA[<p>I have a Fedora 16 system . Through kernel updates now I have several Kernel options when I boot the machine.  So thought of removing old kernels.I like to keep the boot process clean.<br />
there are few way to remove the kernels that are no longer current.  the process is fairly simple,</p>
<p>To remove it , run as root</p>
<p># rpm -e kernel-version</p>
<p>in a terminal (Main Menu &gt; System Tools &gt; Terminal) where version is the full release number. Enter</p>
<p># rpm -q  kernel</p>
<p>to get the installed kernels.</p>
<p>or</p>
<p>Run this command as root/super user,</p>
<p># package-cleanup &#8211;oldkernels</p>
<p>After loading packages you will be promoting to enter an option,as below&#8230;</p>
<p>Dependencies Resolved</p>
<p>==============================================================================================<br />
Package                                           Arch                         Version                                        Repository                         Size<br />
==============================================================================================<br />
Removing:<br />
kernel                                            i686                         3.1.5-2.fc16                                   @updates                           92 M<br />
kernel-devel                                      i686                         3.1.5-2.fc16                                   @updates                           26 M<br />
Removing for dependencies:<br />
kmod-wl-3.1.5-2.fc16.i686                         i686                         5.100.82.112-1.fc16.5                          installed                         2.5 M</p>
<p>Transaction Summary<br />
===============================================================================================<br />
Remove        3 Packages</p>
<p>Installed size: 121 M<br />
Is this ok [y/N]: y<br />
Downloading Packages:<br />
Running Transaction Check<br />
Running Transaction Test<br />
Transaction Test Succeeded<br />
Running Transaction<br />
Warning: RPMDB altered outside of yum.<br />
Erasing    : kmod-wl-3.1.5-2.fc16.i686-5.100.82.112-1.fc16.5.i686                                                                                                1/3<br />
Erasing    : kernel-3.1.5-2.fc16.i686                                                                                                                            2/3<br />
Erasing    : kernel-devel-3.1.5-2.fc16.i686                                                                                                                      3/3</p>
<p>Removed:<br />
kernel.i686 0:3.1.5-2.fc16                                                      kernel-devel.i686 0:3.1.5-2.fc16</p>
<p>Dependency Removed:<br />
kmod-wl-3.1.5-2.fc16.i686.i686 0:5.100.82.112-1.fc16.5</p>
<p>Complete!<br />
That&#8217;s it. you have removed your old/unused kernels.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+remove+unused+Kernels+in+Fedora%2FCentos%2FRedhat+Linux+http%3A%2F%2Fis.gd%2FbbrZCa" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/how-to-remove-unused-kernels-in-fedoracentosredhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID &#8211; why should I want / need it ?</title>
		<link>http://www.updatedlinux.com/raid-why-should-i-want-need-it/</link>
		<comments>http://www.updatedlinux.com/raid-why-should-i-want-need-it/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 07:20:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[raid 5 linux]]></category>
		<category><![CDATA[raid linux]]></category>
		<category><![CDATA[what is raid]]></category>
		<category><![CDATA[what raid linux]]></category>
		<category><![CDATA[why raid]]></category>
		<category><![CDATA[why raid linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=358</guid>
		<description><![CDATA[It depends&#8230; First, if you dont have anything critically important on your computer, and you are satisfied with its speed, you dont need raid. If ...]]></description>
			<content:encoded><![CDATA[<p>It depends&#8230;</p>
<p>First, if you dont have anything critically important on your computer, and you are satisfied with its speed, you dont need raid. If your computer is fast enough but has critical data, and you do backups regularly No.</p>
<p>Here is where it gets tricky: Raid 0 is just striping, it will give you extra speed in the hard drive reads/writes, BUT you lose reliability &#8211; there is no redundancy which is fine as long as you have good backups, and backup religiously(as in once a day, every day)!</p>
<p>IF your data is any kind of important, you need to back it up if you want to run Raid 0!</p>
<p>How important is the computer and its information? How critically important is the data? How fast do you need it? If you have a business(or just family data) with critical data on it you may prefer raid 1(duplication of data-high cost, fast read but slower write performance), Raid 1 doubles your HD costs, but increases the computers&#8217; reliability.</p>
<p>Raid 5 is the next cheapest/reliable array, you need at least 3 disks for a Raid 5 array, but 4, or 5 disks are more reliable, but costs much more than just a single drive.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=RAID+%E2%80%93+why+should+I+want+%2F+need+it+%3F+http%3A%2F%2Fis.gd%2FXG2zEc" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/raid-why-should-i-want-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to zip / unzip a folder in linux</title>
		<link>http://www.updatedlinux.com/how-to-zip-unzip-a-folder-in-linux/</link>
		<comments>http://www.updatedlinux.com/how-to-zip-unzip-a-folder-in-linux/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:02:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Archive folder in linux]]></category>
		<category><![CDATA[extract folder in linux]]></category>
		<category><![CDATA[how to zip and unzip in linux.]]></category>
		<category><![CDATA[rar folder in linux]]></category>
		<category><![CDATA[zip a folder in linux]]></category>
		<category><![CDATA[zip folder in linux]]></category>
		<category><![CDATA[zip linux]]></category>
		<category><![CDATA[zip linux folder]]></category>
		<category><![CDATA[zip unzip]]></category>
		<category><![CDATA[zip unzip linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=354</guid>
		<description><![CDATA[My friend keep forgetting the command to zip &#38; extract  a folder in Linux , he use to ask me atleast once in a week. ...]]></description>
			<content:encoded><![CDATA[<p>My friend keep forgetting the command to zip &amp; extract  a folder in Linux , he use to ask me atleast once in a week. bcoz of him I am writing here , how to zip and unzip in linux.</p>
<p>&gt;&gt;       zip &#8211; package and compress (archive) files</p>
<p># zip silence silence.zip</p>
<p>or more concisely</p>
<p># zip -r silence.zip silence</p>
<p>&gt;&gt; unzip &#8211; list, test and extract compressed files in a ZIP archive</p>
<p>To  use unzip to extract all members of the archive letters.zip into the current directory and subdirectories below it, creating any subdirectories as<br />
necessary:</p>
<p># unzip silence.zip</p>
<p>To extract all members of letters.zip into the current directory only:</p>
<p># unzip -j silence.zip</p>
<p>mydear friend , hope this link  will be bookmarked by you ;)</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+zip+%2F+unzip+a+folder+in+linux+http%3A%2F%2Fis.gd%2FJvuyQE" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/how-to-zip-unzip-a-folder-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to format a USB pendrive in Linux ?</title>
		<link>http://www.updatedlinux.com/how-to-format-a-usb-pendrive-in-linux/</link>
		<comments>http://www.updatedlinux.com/how-to-format-a-usb-pendrive-in-linux/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 12:20:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[fdisk linux]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[fine usb linux]]></category>
		<category><![CDATA[format a USB pendrive in Linux]]></category>
		<category><![CDATA[format drive]]></category>
		<category><![CDATA[format drive linux]]></category>
		<category><![CDATA[format linux usb]]></category>
		<category><![CDATA[format pendrive]]></category>
		<category><![CDATA[format usb]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How to format a USB pendrive in Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[logical physical drive linux]]></category>
		<category><![CDATA[mkfs]]></category>
		<category><![CDATA[mkfs ext3]]></category>
		<category><![CDATA[mkfs linux]]></category>
		<category><![CDATA[mkfs vfat]]></category>
		<category><![CDATA[mkfs.vfat /dev/sdb1]]></category>
		<category><![CDATA[mount usb linux]]></category>
		<category><![CDATA[umount]]></category>
		<category><![CDATA[umount /dev/sdb1]]></category>
		<category><![CDATA[usb format linux]]></category>
		<category><![CDATA[USB partition linux]]></category>
		<category><![CDATA[USB pen partition linux]]></category>
		<category><![CDATA[USB pendrive in Linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=351</guid>
		<description><![CDATA[Here some more recent RnD done on my end and it will help you to make out easily while you trying to do formating your ...]]></description>
			<content:encoded><![CDATA[<p>Here some more recent RnD done on my end and it will help you to make out easily while you trying to do formating your usb in linux.</p>
<p>Type the following command to find out USB pen partition name:</p>
<p>[root@thiyag]# df<br />
Filesystem     1K-blocks     Used Available Use% Mounted on<br />
rootfs          51606140  6148584  44933428  13% /<br />
devtmpfs          953540        0    953540   0% /dev<br />
tmpfs             961808     1000    960808   1% /dev/shm<br />
tmpfs             961808    40612    921196   5% /run<br />
/dev/sda3       51606140  6148584  44933428  13% /<br />
tmpfs             961808    40612    921196   5% /run<br />
tmpfs             961808        0    961808   0% /sys/fs/cgroup<br />
tmpfs             961808        0    961808   0% /media<br />
/dev/sda5      251747076 83478108 155480900  35% /home<br />
/dev/sda1         495844    78680    391564  17% /boot<br />
/dev/sdb1        7898008        4   7898004   1% /media/2E3E-D0DE</p>
<p>We can use fdisk as well to get to know the USB partition,</p>
<p>[root@thiyag]# fdisk -l</p>
<p>Disk /dev/sda: 320.1 GB, 320072933376 bytes<br />
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors<br />
Units = sectors of 1 * 512 = 512 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0x9c68a144</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *        2048     1026047      512000   83  Linux<br />
/dev/sda2         1026048     8759295     3866624   82  Linux swap / Solaris<br />
/dev/sda3         8759296   113616895    52428800   83  Linux<br />
/dev/sda4       113616896   625142447   255762776    5  Extended<br />
/dev/sda5       113618944   625141759   255761408   83  Linux</p>
<p>Disk /dev/sdb: 8103 MB, 8103395328 bytes<br />
196 heads, 32 sectors/track, 2523 cylinders, total 15826944 sectors<br />
Units = sectors of 1 * 512 = 512 bytes<br />
Sector size (logical/physical): 512 bytes / 512 bytes<br />
I/O size (minimum/optimal): 512 bytes / 512 bytes<br />
Disk identifier: 0xc3072e18</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdb1   *          32    15826943     7913456    7  HPFS/NTFS/exFAT</p>
<p>Once identified the partition name type the following command to format the usb pen in Linux<br />
(caution you must select correct usb partition name, otherwise you will loss all the data on hard disk)</p>
<p>[root@thiyag]# mkfs.vfat /dev/sdb1<br />
mkfs.vfat 3.0.12 (29 Oct 2011)<br />
mkfs.vfat: /dev/sdb1 contains a mounted file system.</p>
<p>here we are getting an error as, &#8220;mkfs.vfat: /dev/sdb1 contains a mounted file system.&#8221;<br />
So it asking us to unmount before we format the USB<br />
here we go for unmount the mounted usb.</p>
<p>[root@thiyag]# umount /dev/sdb1</p>
<p>We havn&#8217;t get any error, so we unmounted it ;)</p>
<p>finally, use the following command to format your pendrive/usb drive.</p>
<p># mkfs.ext3 /dev/sda1</p>
<p>To format as VFAT/FAT32 file system type the following command:</p>
<p>[root@thiyag]# mkfs.vfat /dev/sdb1<br />
mkfs.vfat 3.0.12 (29 Oct 2011)<br />
[root@thiyag]#</p>
<p>hope it works for you too ! :-)</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+format+a+USB+pendrive+in+Linux+%3F+http%3A%2F%2Fis.gd%2FOblBri" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/how-to-format-a-usb-pendrive-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Google Chrome with YUM on Fedora 16/15, CentOS/Red Hat (RHEL) 6</title>
		<link>http://www.updatedlinux.com/install-google-chrome-with-yum-on-fedora-1615-centosred-hat-rhel-6/</link>
		<comments>http://www.updatedlinux.com/install-google-chrome-with-yum-on-fedora-1615-centosred-hat-rhel-6/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 06:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[install google chrome fedora]]></category>
		<category><![CDATA[install google chrome fedora 15]]></category>
		<category><![CDATA[install google chrome fedora 16]]></category>
		<category><![CDATA[install google chrome linux]]></category>
		<category><![CDATA[install google chrome linux yum]]></category>
		<category><![CDATA[install-google-chrome-with-yum-on-fedora-red-hat-rhel]]></category>
		<category><![CDATA[yum install google chrome]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=349</guid>
		<description><![CDATA[This howto explains howto install Google Chrome Web browser on Fedora 16, Fedora 15, Fedora 14, Fedora 13, Fedora 12, CentOS 6 and Red Hat 6 (RHEL 6). Best way to install and ...]]></description>
			<content:encoded><![CDATA[<p>This howto explains howto install Google Chrome Web browser on <strong>Fedora 16</strong>, <strong>Fedora 15</strong>, <strong>Fedora 14</strong>, <strong>Fedora 13</strong>, <strong>Fedora 12</strong>, <strong>CentOS 6</strong> and <strong>Red Hat 6 (RHEL 6)</strong>. Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository.</p>
<h2>Enable Google YUM repository</h2>
<p>Add following to <em>/etc/yum.repos.d/google.repo</em> file:<br />
32-bit</p>
<div>
<div>
<pre>[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</pre>
</div>
</div>
<p>64-bit</p>
<div>
<div>
<pre>[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub</pre>
</div>
</div>
<p><strong>Note: Both 32-bit and 64-bit repos can be placed in the same file.</strong></p>
<h2>Install Google Chrome with YUM (as root user)</h2>
<h3>Install Google Chrome Stable Version</h3>
<div>
<div>
<pre>## Install Google Chrome Stable version ##
yum install google-chrome-stable</pre>
</div>
</div>
<h3>Install Google Chrome Beta Version</h3>
<div>
<div>
<pre>## Install Google Chrome Beta version ##
yum install google-chrome-beta</pre>
</div>
</div>
<h3>Install Google Chrome Unstable Version</h3>
<div>
<div>
<pre>## Install Google Chrome Unstable version ##
yum install google-chrome-unstable</pre>
</div>
</div>
<p>[ <a href="http://www.if-not-true-then-false.com/2010/install-google-chrome-with-yum-on-fedora-red-hat-rhel/">source</a> ]</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Install+Google+Chrome+with+YUM+on+Fedora+16%2F15%2C+CentOS%2FRed+Hat+%28RHEL%29+6+http%3A%2F%2Fis.gd%2FHIp2IV" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/install-google-chrome-with-yum-on-fedora-1615-centosred-hat-rhel-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install VLC Media Player for Fedora 15 and Fedora 16</title>
		<link>http://www.updatedlinux.com/how-to-install-vlc-media-player-for-fedora-15-and-fedora-16/</link>
		<comments>http://www.updatedlinux.com/how-to-install-vlc-media-player-for-fedora-15-and-fedora-16/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 06:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[How to install VLC Media Player for Fedora 15]]></category>
		<category><![CDATA[How to install VLC Media Player for Fedora 16]]></category>
		<category><![CDATA[How to install VLC Media Player for linux]]></category>
		<category><![CDATA[install vlc fedora]]></category>
		<category><![CDATA[install vlc fedora 15 16]]></category>
		<category><![CDATA[install VLC Linux]]></category>
		<category><![CDATA[vlc fedora centos linux]]></category>
		<category><![CDATA[vlc player linux]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=348</guid>
		<description><![CDATA[After installing Fedora 15,one of the first things to do is Installing a good media player i.e. VLC Media player.It is free open source media ...]]></description>
			<content:encoded><![CDATA[<p>After installing Fedora 15,one of the first things to do is Installing a good media player i.e. VLC Media player.It is free open source media player written by VideoLan Project.VLC Media Player is cross platform too,which means it has versions for almost all OS.You may also say it as portable media player or encoder or streamer which supports many audio and video codecs and different file formats.It plays almost all video and audio files.VLC Media player has a good share in media player industry.By default Fedora 15 has Movie Player which many users don´t like or many users uses more than one Media Player.Newbie or new users who just switched to fedora 15 may find it difficult in installing VLC media player,but it is not that much difficult as they think.Just follow these instructions to install VLC.</p>
<p><strong>Install VLC Media Player</strong><br />
<strong>#1.</strong>.First you need to configure RPM Fusion Repos so <a href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm" target="_blank">click here to download</a> (After download right click and install this file)or Open the Treminal and issue the following command to root login and next command to install RPM Fusion Repos</p>
<pre> $ su - 

 #&gt; rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release
 -stable.noarch.rpm</pre>
<p><strong>#2…</strong>Now Issue this command to install VLC Media Player</p>
<pre> #&gt; yum install vlc</pre>
<p>VLC Media Player is installed you can now access it from Applications.</p>
<p>[ <a href="http://www.myapitips.com/2011/07/03/how-to-install-vlc-media-player-for-fedora-15/">Souce</a> ]</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+install+VLC+Media+Player+for+Fedora+15+and+Fedora+16+http%3A%2F%2Fis.gd%2FkHk9ff" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/how-to-install-vlc-media-player-for-fedora-15-and-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless (broadcom-wl) not working in fedora 13 for Dell 1545</title>
		<link>http://www.updatedlinux.com/wireless-broadcom-wl-not-working-in-fedora-13-for-dell-1545/</link>
		<comments>http://www.updatedlinux.com/wireless-broadcom-wl-not-working-in-fedora-13-for-dell-1545/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 07:44:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux OS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[firmware missing centos]]></category>
		<category><![CDATA[firmware missing fedora]]></category>
		<category><![CDATA[firmware missing linux]]></category>
		<category><![CDATA[wifi linux]]></category>
		<category><![CDATA[wireless configure fedora]]></category>
		<category><![CDATA[wireless fedora]]></category>
		<category><![CDATA[wireless linux]]></category>
		<category><![CDATA[wireless not working fedora]]></category>
		<category><![CDATA[wireless not working linux]]></category>
		<category><![CDATA[yum install akmod-wl]]></category>
		<category><![CDATA[yum install broadcom-wl]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=345</guid>
		<description><![CDATA[Fedora 13 does have support for Broadcom wireless drivers On Dell laptop, but it didn’t really work out on a friend’s laptop. Finally we got ...]]></description>
			<content:encoded><![CDATA[<p>Fedora 13 does have support for Broadcom wireless drivers On Dell laptop, but it didn’t really work out on a friend’s laptop. Finally we got it working and I thought I’ll just note the steps down. Below are the three easy steps you need to take to make it work properly.</p>
<p>&nbsp;</p>
<ol style="list-style-type: decimal;">
<li>Install the RPM Fusion repos&#8230;<br />
<blockquote><p><a href="http://rpmfusion.org/Configuration" target="_blank">http://rpmfusion.org/Configuration</a></p></blockquote>
</li>
<li>Install the akmod version of the 64-bit driver&#8230;<br />
<blockquote><p>su<br />
yum install akmod-wl</p></blockquote>
</li>
<li>Reboot or restart NetworkManager and check the panel applet icon for available networks.</li>
</ol>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Wireless+%28broadcom-wl%29+not+working+in+fedora+13+for+Dell+1545+http%3A%2F%2Fis.gd%2FbMrJLJ" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/wireless-broadcom-wl-not-working-in-fedora-13-for-dell-1545/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install VLC On fedora 8, 13 , 15</title>
		<link>http://www.updatedlinux.com/how-to-install-vlc-on-fedora-8-13-15/</link>
		<comments>http://www.updatedlinux.com/how-to-install-vlc-on-fedora-8-13-15/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 06:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[How to Install VLC On fedora]]></category>
		<category><![CDATA[How to Install VLC On fedora 8]]></category>
		<category><![CDATA[How to Install VLC On linux]]></category>
		<category><![CDATA[install vlc fedora]]></category>
		<category><![CDATA[install vlc fedora 13]]></category>
		<category><![CDATA[install VLC Linux]]></category>
		<category><![CDATA[vlc fedora 13]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=343</guid>
		<description><![CDATA[How to install VLC on Fedora X Y Z Some of you who recently switched to linux or who are planning to switch to linux, ...]]></description>
			<content:encoded><![CDATA[<p><strong>How to install VLC on Fedora X Y Z</strong></p>
<p>Some of you who recently switched to linux or who are planning to switch to linux, are may be looking for a good media player which will play every thing on Linux, or looking for how to install VLC, This post is a step to step guide about installing VLC on Fedora 12/13/14<br />
So, just follow the steps or copy – paste them to install vlc on your machine. It does not matter what architecture you are using – x86_64 or i686 or i386</p>
<p><strong>Step 1: </strong><br />
$su -c ‘yum localinstall –nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm’</p>
<p><strong>Step 2: </strong>now run<br />
$su -c ‘yum clean all’</p>
<p>Step 3: $su -c ‘yum install vlc’</p>
<p>All set to go. VlC is installed successfully.</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=How+to+Install+VLC+On+fedora+8%2C+13+%2C+15+http%3A%2F%2Fis.gd%2FKcUUOD" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/how-to-install-vlc-on-fedora-8-13-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Free Server &amp; Network Monitoring Tools</title>
		<link>http://www.updatedlinux.com/10-free-server-network-monitoring-tools/</link>
		<comments>http://www.updatedlinux.com/10-free-server-network-monitoring-tools/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:36:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[10 Free Server & Network Monitoring Tools]]></category>
		<category><![CDATA[Free Monitoring Tools]]></category>
		<category><![CDATA[Free Server & Network Monitoring Tools]]></category>
		<category><![CDATA[Network Monitoring Tools]]></category>
		<category><![CDATA[Server & Network Monitoring Tools]]></category>
		<category><![CDATA[Server Monitoring Tools]]></category>

		<guid isPermaLink="false">http://www.updatedlinux.com/?p=336</guid>
		<description><![CDATA[&#160; When you have a website or a network, it’s helpful to be aware of any issues as soon as they occur. There are open source and freeware server/network ...]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>When you have a website or a network, it’s helpful to be aware of any issues as soon as they occur. There are <strong>open source</strong> and <strong>freeware</strong> server/network monitoring tools that will supervise your infrastructure for any issues that may arise. These tools are meant to aid you in avoiding being taken offline and evaluating if your resource needs has outgrown your infrastructure.</p>
<p>In this article, we review <strong>our top 10 server/network monitoring tools</strong>. You will see a variety of server applications here so that you might find the tool (or tools) for your needs.</p>
<p>&nbsp;</p>
<h3>1. <a href="http://mmonit.com/monit/">Monit</a></h3>
<p><a href="http://mmonit.com/monit/"><img src="http://images.sixrevisions.com/2009/11/03-02_monit.png" alt="Monit" width="550" height="717" /></a></p>
<p><em>Monit</em> not only monitors your server, but also attempts to remedy problems by taking predefined actions for certain situations. For example, if your database server crashes, Monit can automatically restart the service if this is the action that you want to take (hint: it <em>usually</em> is).<span id="more-336"></span></p>
<p>If you have more than one server that you need to monitor, then you can use<a href="http://mmonit.com/">M/Monit</a>- an extended version of Monit that provides a simple way to monitor multiple machines.</p>
<p>There’s also an <a href="http://mmonit.com/iphone/">iPhone app</a> available for M/Monit to help you conveniently check on your network without lugging around a laptop around.</p>
<h3>2. <a href="http://ganglia.info/">Ganglia</a></h3>
<p><a href="http://ganglia.info/"><img src="http://images.sixrevisions.com/2009/11/03-03_ganglia.png" alt="Ganglia" width="550" height="337" /></a></p>
<p>When you have a cluster of machines, it’s difficult to see how the whole cluster is doing all at once. <em>Ganglia</em>, instead, presents an overview of the whole cluster. This is a great tool to have set up when you’re working with a server cluster; with that said, it may be overkill for single-machine set-ups.</p>
<h3>3. <a href="http://munin.projects.linpro.no/">Munin</a></h3>
<p><a href="http://munin.projects.linpro.no/"><img src="http://images.sixrevisions.com/2009/11/03-04_munin.png" alt="Munin" width="506" height="667" /></a></p>
<p><em>Munin</em> monitors and graphs system performance metrics. It can automatically produce daily/weekly/monthly/yearly performance graphs and reports of many important metrics. It comes with the ability to monitor core system resources, such as memory, disk space, CPU usage, server applications such as MySQL, Apache, and Squid.</p>
<p>One of Munin’s greatest strengths is how simple it is to extend. With just a few lines of code, you can write a plugin to monitor almost anything. Being so easy to extend means that Munin is also a good choice for graphing things unrelated to server performance, such as the number of user signups or <a href="http://www.coderholic.com/munin-popularity-plugins/">website popularity</a>.</p>
<h3>4. <a href="http://www.cacti.net/">Cacti</a></h3>
<p><a href="http://www.cacti.net/"><img src="http://images.sixrevisions.com/2009/11/03-05_cacti.png" alt="Cacti" width="550" height="488" /></a></p>
<p><em>Cacti</em> is similar to Munin in many ways. What is makes Cacti different though–and where it stands out in relation to Munin–is that it allows you to resize your graphs and view data for an arbitrary range. Whereas Munin has fixed daily, weekly, monthly and yearly graphs (unless you write a custom extension), Cacti lets you view your data however you want to: last 2 hours, last 4 days, last 6 months, out of the box. You can even visually select and zoom into regions on your graphs.</p>
<h3>5. <a href="http://www.nagios.org/">Nagios</a></h3>
<p><a href="http://www.nagios.org/"><img src="http://images.sixrevisions.com/2009/11/03-06_nagios.png" alt="Nagios" width="550" height="490" /></a></p>
<p><em>Nagios</em> is &#8220;the industry standard in IT infrastructure monitoring,&#8221;–well, at least that’s what it says on their website. Nagios can be complicated to install and configure, but its wealth of features are unmatched by any tool out in the market and is geared for the experienced IT network administrator. Nagios supports monitoring of multiple hosts and can send out alerts via email, pager (if you still use this ancient technology) or SMS/text messaging. Like Monit, it can also be configured to automatically respond to problems.</p>
<h3>6. <a href="http://www.zabbix.com/">Zabbix</a></h3>
<p><a href="http://www.zabbix.com/"><img src="http://images.sixrevisions.com/2009/11/03-07_zabbix.png" alt="Zabbix" width="512" height="371" /></a></p>
<p><em>Zabbix</em> is a feature-packed monitoring tool. It has great visualization support including user-defined views, zooming, and mapping. It can send out alerts via email, SMS or instant message. It also provides audible alerts, which can be useful when you’re physically near the monitoring machine.</p>
<h3>7. <a href="http://www.observium.org/">Observium</a></h3>
<p><a href="http://www.observium.org/"><img src="http://images.sixrevisions.com/2009/11/03-08_observer.png" alt="Observer" width="550" height="397" /></a></p>
<p><em>Observium</em> is geared towards Linux, BSD and Cisco networks. It supports auto discovery of your network infrastructure, finding the networks that you’re likely interested in monitoring; this feature can be compared to how your Wi-Fi software automatically finds signals in range that you can jack into. Observium provides detailed graphs, and can be set up alongside Nagios to provide alerts. It also integrates well with Collectd (featured below) for a more robust interface.</p>
<h3>8. <a href="http://www.zenoss.com/">Zenoss</a></h3>
<p><a href="http://www.zenoss.com/"><img src="http://images.sixrevisions.com/2009/11/03-09_zenoss.jpg" alt="Zenoss" width="550" height="394" /></a></p>
<p><em>Zenoss</em> is an open source version of the commercial server monitoring tool <a href="http://www.zenoss.com/forms/eval">Zenoss Enterprise</a>, written entirely in Python. It supports the <a href="http://nagiosplug.sourceforge.net/developer-guidelines.html">Nagios plugin format</a>, so many existing Nagios plugins can be used in Zenoss. One of the main highlights of Zenoss is its powerful yet simple to use user interface.</p>
<h3>9. <a href="http://collectd.org/">Collectd</a></h3>
<p><a href="http://collectd.org/"><img src="http://images.sixrevisions.com/2009/11/03-10_collectd.png" alt="Collectd" width="497" height="272" /></a></p>
<p><em>Collectd</em> is similar to Munin and Cacti in that it focuses on graphing system metrics. Where it excels in is that it is designed specifically for performance and portability; this ultimately means it’s great on rugged systems, low-end systems, and embedded systems. Being designed for performance and low-system resource use means that Collectd can gather data every 10 seconds without interfering with your server processes, providing extremely high-resolution statistics. You can write extensions for it in C, Perl or Java.</p>
<h3>10. <a href="http://argus.tcp4me.com/">Argus</a></h3>
<p><a href="http://argus.tcp4me.com/"><img src="http://images.sixrevisions.com/2009/11/03-11_argus.png" alt="Argus" width="550" height="429" /></a></p>
<p><em>Argus</em> focuses on the monitoring of network services, and supports IPv4 and IPv6. It has a nice alert escalation procedure: after sending out an alert and the problem still isn’t resolved within a fixed amount of time (because the systems admin is at home enjoying his sleep), another alert will be sent out to someone else.</p>
<p><a href="http://sixrevisions.com/tools/10-free-server-network-monitoring-tools-that-kick-ass/">Source</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=10+Free+Server+%26+Network+Monitoring+Tools+http%3A%2F%2Fis.gd%2FEF4oU7" title="Post to Twitter"><img class="nothumb" src="http://www.updatedlinux.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter6.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.updatedlinux.com/10-free-server-network-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

