<?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>nixCraft &#187; Linux distribution</title> <atom:link href="http://www.cyberciti.biz/tips/category/linux-distribution/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>30 Best Sources For Linux / *BSD / Unix Documentation On the Web</title><link>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html#comments</comments> <pubDate>Wed, 21 Dec 2011 20:11:40 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HP-UX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[dennis ritchie]]></category> <category><![CDATA[enterprise operating system]]></category> <category><![CDATA[hpc]]></category> <category><![CDATA[Learn CentOS]]></category> <category><![CDATA[Learn Debian]]></category> <category><![CDATA[Learn FreeBSD]]></category> <category><![CDATA[Learn Linux]]></category> <category><![CDATA[Learn OpenBSD]]></category> <category><![CDATA[Learn Ubuntu]]></category> <category><![CDATA[linux community]]></category> <category><![CDATA[linux users]]></category> <category><![CDATA[manpages]]></category> <category><![CDATA[source packages]]></category> <category><![CDATA[Sys admin]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8323</guid> <description><![CDATA[<span
class="drop_cap">M</span>an pages are written by sys-admin and developers for IT techs, and are intended more as a reference than as a how to. Man pages are very useful for people who are already familiar with Linux, Unix, and BSD operating systems. Use man pages when you just need to know the syntax for particular commands or configuration file, but they are not helpful for new Linux users. Man pages are not good for learning something new for the first time. Here are thirty best documentation sites on the web for learning Linux and Unix like operating systems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-bsd-documentations.html/feed</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>Linux: 20 Iptables Examples For New SysAdmins</title><link>http://www.cyberciti.biz/tips/linux-iptables-examples.html</link> <comments>http://www.cyberciti.biz/tips/linux-iptables-examples.html#comments</comments> <pubDate>Tue, 13 Dec 2011 08:29:41 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Iptables]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Embedded devices]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[/etc/sysconfig/iptables]]></category> <category><![CDATA[/var/log/messages]]></category> <category><![CDATA[Centos iptables rules examples]]></category> <category><![CDATA[Debian iptables rules examples]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[Fedora iptables rules examples]]></category> <category><![CDATA[firewall iptables]]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[iptables rules example]]></category> <category><![CDATA[iptables rules examples]]></category> <category><![CDATA[kernel modules]]></category> <category><![CDATA[linux distro]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[netfilter]]></category> <category><![CDATA[RHEL iptables rules examples]]></category> <category><![CDATA[Slackware iptables rules examples]]></category> <category><![CDATA[Ubuntu iptables rules examples]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8353</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/iptables' title='See all Firewall related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/firewall.png' border='0' /></a></div> <span
class="drop_cap">L</span>inux comes with a host based firewall called Netfilter. According to the official project site:<blockquote>netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack. A registered callback function is then called back for every packet that traverses the respective hook within the network stack.</blockquote> This Linux based firewall is controlled by the program called iptables to handles filtering for IPv4, and ip6tables handles filtering for IPv6. I strongly recommend that you first read our <a
href="http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/">quick tutorial that explains how to configure a host-based firewall called Netfilter</a> (iptables) under CentOS / RHEL / Fedora / Redhat Enterprise Linux. This post list most common iptables solutions required by a new Linux user to secure his or her Linux operating system from intruders. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-iptables-examples.html/feed</wfw:commentRss> <slash:comments>52</slash:comments> </item> <item><title>Download Ubuntu 9.10  (Karmic koala)  CD ISO Images</title><link>http://www.cyberciti.biz/tips/download-ubuntu-linux-9-10-iso-cd-dvd-images.html</link> <comments>http://www.cyberciti.biz/tips/download-ubuntu-linux-9-10-iso-cd-dvd-images.html#comments</comments> <pubDate>Thu, 29 Oct 2009 13:43:27 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[bittorent]]></category> <category><![CDATA[cd images]]></category> <category><![CDATA[cd iso]]></category> <category><![CDATA[download Ubuntu]]></category> <category><![CDATA[empathy]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[instant messenger]]></category> <category><![CDATA[iso cd]]></category> <category><![CDATA[line storage]]></category> <category><![CDATA[mirror list]]></category> <category><![CDATA[software center]]></category> <category><![CDATA[storage system]]></category> <category><![CDATA[Ubuntu 8.10 iso]]></category> <category><![CDATA[Ubuntu 9.10 download]]></category> <category><![CDATA[Ubuntu 9.10 dvd download]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5869</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/ubuntu-linux' title='See all Ubuntu Linux related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/ubuntu-logo.jpg' border='0' /></a></div> The latest version of the popular Linux desktop distribution Ubuntu 9.10 has been released and available from the official project web site. New features since Ubuntu 9.04 includes - Firefox 3.5, GNOME 2.28, an enforcing AppArmor profile, Linux kernel 2.6.31, ext4 file system (default), Empathy instant messenger instead of Pidgin, the Ubuntu <a
href="https://one.ubuntu.com/" target="_blank">One</a> client, which interfaces with Canonical's new on-line storage system. It also includes a new application called the <a
href="http://www.cyberciti.biz/tour/ubuntu-karmic-koala/26.png.html">Ubuntu Software Center</a>. A quick screen-shot tour of new features <a
href="http://www.cyberciti.biz/tour/ubuntu-karmic-koala/ubuntu-karmic-koala.html">available here</a> on our website.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-ubuntu-linux-9-10-iso-cd-dvd-images.html/feed</wfw:commentRss> <slash:comments>25</slash:comments> </item> <item><title>How To: Upgrade Red Hat Enterprise Linux 5.3 to v5.4</title><link>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html</link> <comments>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html#comments</comments> <pubDate>Wed, 02 Sep 2009 18:22:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[News]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[download rhel 5.4]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[red hat enterprise linux]]></category> <category><![CDATA[redhat]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[upgrade rhel 5.4]]></category> <category><![CDATA[upgrades]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5708</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/redhatfedora-linux' title='See all Redhat/CentOS/Fedora Core related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif' border='0' /></a></div> Red Hat Enterprise Linux v5.4 has been released and available via RHN for immediate update. The new version includes the kernel-based virtual machine (KVM) virtualization, next generation of developer features and tools including GCC 4.4, a new malloc(). Also included clustered, high-availability filesystem to support Microsoft Windows storage needs on Red Hat Enterprise Linux.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/red-hat-enterprise-linux-5-4-released.html/feed</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>Download Slackware 13.0 CD / ISO Images</title><link>http://www.cyberciti.biz/tips/slackware-13-download.html</link> <comments>http://www.cyberciti.biz/tips/slackware-13-download.html#comments</comments> <pubDate>Sun, 30 Aug 2009 12:28:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Slackware]]></category> <category><![CDATA[download slackware]]></category> <category><![CDATA[download slackware 13.0]]></category> <category><![CDATA[download slackware free]]></category> <category><![CDATA[slackware 12.2 dvd iso]]></category> <category><![CDATA[slackware 13.0 download]]></category> <category><![CDATA[slackware 13.0 download iso per usb]]></category> <category><![CDATA[slackware 13.0 iso]]></category> <category><![CDATA[slackware download]]></category> <category><![CDATA[slackware iso]]></category> <category><![CDATA[slackware iso download]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5694</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href="http://www.cyberciti.biz/tips/category/slackware"><img
src="http://files.cyberciti.biz/uploads/tips/2009/08/slackware_traditional_website_logo.png" alt="Slackware 13.0 Download" title="Slackware 13.0 Download" width="130" height="33" class="size-full wp-image-5695" /></a></div> Slackware version 13.0 has been released and available for download from the official project website. This release brings with it many major changes since <a
href="http://www.cyberciti.biz/tips/download-slackware-122.html">Slackware 12.2</a>, including a completely reworked collection of X packages (a configuration file for X is no longer needed in most cases), major upgrades to the desktop environments (KDE version 4.2.4 and Xfce version 4.6.1), a new .txz package format with much better compression, and other upgrades all around -- to the development system, network services, libraries, and major applications like Firefox and Thunderbird. Also, this is the first release of Slackware with native support for the 64-bit x86_64 architecture!  ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/slackware-13-download.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Dell Says Linux Netbook Returns A Non-Issue</title><link>http://www.cyberciti.biz/tips/dell-says-linux-netbook-returns-a-non-issue.html</link> <comments>http://www.cyberciti.biz/tips/dell-says-linux-netbook-returns-a-non-issue.html#comments</comments> <pubDate>Thu, 13 Aug 2009 06:59:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux portables]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[customer complaints]]></category> <category><![CDATA[dell]]></category> <category><![CDATA[kevin turner]]></category> <category><![CDATA[laptops]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux machines]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[ms windows operating systems]]></category> <category><![CDATA[technical soundness]]></category> <category><![CDATA[value proposition]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5665</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/windows' title='See all Micro$oft related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/wine.png' border='0' /></a></div> Microsoft chief operating officer Kevin Turner recently talked about netbook and claimed that retailers experiencing higher return rates as compare to <a
href="http://www.microsoft.com/msft/speech/FY09/TurnerFAM2009.mspx" target="_blank">MS-Windows</a> operating systems:<blockquote>And the reason that we were able to make so much traction - because this is the first real test of the value of Windows - the reason we were able to make so much traction on this particular space is because we went to retailers and said, "Hey, what are your return rates on these Linux netbooks that you are getting?" And they said, "Oh, gosh, they're, like, four or five times higher than what we're seeing on other PCs that have Windows." I said, "Exactly." So let's do the TCO story. Let's talk to customers. And you can't find a retailer - I challenge you to find a retailer who wants to sell Linux on these netbooks, because the returns are bad. The customer complaints are bad. And our ability to really showcase the value proposition with Windows has never been greater and was never tested more than it was with this particular product. But we've made great progress there, but the up-sell opportunities with Windows 7, because it runs so well on these low-end laptops, is going to be tremendous for us.</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/dell-says-linux-netbook-returns-a-non-issue.html/feed</wfw:commentRss> <slash:comments>30</slash:comments> </item> <item><title>CentOS Linux Project In Trouble</title><link>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html</link> <comments>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html#comments</comments> <pubDate>Thu, 30 Jul 2009 18:55:47 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[absent without leave]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[fellow developers]]></category> <category><![CDATA[founders]]></category> <category><![CDATA[hardware community]]></category> <category><![CDATA[irc channels]]></category> <category><![CDATA[lance davis]]></category> <category><![CDATA[nameservers]]></category> <category><![CDATA[operating system]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[sole control]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5580</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/centos' title='See all Sun CentOS Linux related FAQs'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/centos_logo.png' border='0' /></a></div> CentOS is a community-supported, freely-available operating system based on Red Hat Enterprise Linux.  Lance Davis created CentOS and now he goes absent without leave. In an open <a
href="http://www.centos.org/">letter</a> from his fellow CentOS developers:<blockquote>You have long promised a statement of CentOS project funds; to this date this has not appeared. You hold sole control of the centos.org domain with no deputy; this is not proper. You have, it seems, sole 'Founders' rights in the IRC channels with no deputy ; this is not proper.</blockquote>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-linux-project-in-trouble.html/feed</wfw:commentRss> <slash:comments>48</slash:comments> </item> <item><title>Vmware Linux Guest Add a New Hard Disk Without Rebooting Guest</title><link>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html</link> <comments>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html#comments</comments> <pubDate>Sat, 18 Jul 2009 06:55:53 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Virtualization]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[/etc/fstab]]></category> <category><![CDATA[/proc/scsi/scsi]]></category> <category><![CDATA[echo "- - -" > /sys/class/scsi_host/host#/scan]]></category> <category><![CDATA[fdisk command]]></category> <category><![CDATA[mkfs.ext3_command]]></category> <category><![CDATA[rescan scsi]]></category> <category><![CDATA[rescan vwmare scsi]]></category> <category><![CDATA[vmware add scsi disk]]></category> <category><![CDATA[vmware delete scsi disk]]></category> <category><![CDATA[vwmare]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5411</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all VMWare Virtualization software related articles" href="http://www.cyberciti.biz/tips/category/vmware"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png" border="0" alt="" /></a></div> <span
class="drop_cap">A</span>s a system admin, I need to use additional hard drives for to provide more storage space or to separate system data from user data. This procedure, adding physical block devices to virtualized guests, describes how to add a hard drive on the host to a virtualized guest using VMWare software running Linux as guest. <br
/><br
/> It is possible to add or remove a SCSI device explicitly, or to re-scan an entire SCSI bus without rebooting a running Linux VM guest.  This how to is tested under Vmware Server and Vmware Workstation v6.0 (but should work with older version too). All instructions are tested on RHEL, Fedora, CentOS and Ubuntu Linux guest / hosts operating systems. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html/feed</wfw:commentRss> <slash:comments>34</slash:comments> </item> <item><title>Google Announces Linux Kernel Based Chrome OS</title><link>http://www.cyberciti.biz/tips/google-chrome-linux-operating-system.html</link> <comments>http://www.cyberciti.biz/tips/google-chrome-linux-operating-system.html#comments</comments> <pubDate>Wed, 08 Jul 2009 12:49:05 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[News]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google chrom operating system]]></category> <category><![CDATA[google operating system]]></category> <category><![CDATA[Google OS]]></category> <category><![CDATA[linux kernel]]></category> <category><![CDATA[ms windows operating systems]]></category> <category><![CDATA[netbooks]]></category> <category><![CDATA[open source community]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5342</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Google has announced Google Chrome OS, which should be available mid-2010. This is a direct challenge to MS Windows operating systems. This is excellent news and it is going to tied tightly to its Chrome Web browser. Google Chrome running within a new windowing system on top of a Linux kernel.  Speed, simplicity and security are the key aspects of Google Chrome OS - said Sundar Pichai, VP Product Management, in a blog post. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/google-chrome-linux-operating-system.html/feed</wfw:commentRss> <slash:comments>41</slash:comments> </item> <item><title>Download Fedora 11 CD / DVD ISO</title><link>http://www.cyberciti.biz/tips/download-fedora-11-cd-dvd-iso.html</link> <comments>http://www.cyberciti.biz/tips/download-fedora-11-cd-dvd-iso.html#comments</comments> <pubDate>Wed, 10 Jun 2009 07:06:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux Multimedia]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[download fedora 11]]></category> <category><![CDATA[fedora 11 download]]></category> <category><![CDATA[fedora 11 dvd]]></category> <category><![CDATA[fedora 11 dvd download]]></category> <category><![CDATA[fedora 11 free download]]></category> <category><![CDATA[fedora 11 iso]]></category> <category><![CDATA[fedora core 11 download]]></category> <category><![CDATA[fedora download]]></category> <category><![CDATA[fedora linux download]]></category> <category><![CDATA[free download fedora 11]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5038</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/fedora-linux' title='See all Fedora Linux related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/fedora-logo.png' border='0' /></a></div> Fedora Linux version 11 has been released and available for download ( jump to <strong><a
href="http://www.cyberciti.biz/tips/download-fedora-11-cd-dvd-iso.html#dl">download link</a></strong> ). Fedora Linux is a community-based Linux distribution. Fedora is sponsored by Red Hat, Inc.<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/download-of-the-day' title='See all previously featured / recommended downloads'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/download_of_the.day.png' border='0' /></a></div> One of Fedora's main objectives is not only to contain free and open source software, but also to be on the leading edge of such technologies. Fedora 11, codenamed "Leonidas", was released on June 9, 2009. The features include ext4, a 20-second startup, and the latest GNOME, KDE and XFCE releases. Firefox 3.5 and Thunderbird 3's latest pre-releases are available as well.
]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-fedora-11-cd-dvd-iso.html/feed</wfw:commentRss> <slash:comments>59</slash:comments> </item> <item><title>Linux x86_64: Detecting Hardware Errors</title><link>http://www.cyberciti.biz/tips/linux-server-predicting-hardware-failure.html</link> <comments>http://www.cyberciti.biz/tips/linux-server-predicting-hardware-failure.html#comments</comments> <pubDate>Tue, 02 Jun 2009 21:54:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/dev/mcelog]]></category> <category><![CDATA[/etc/cron.d/mcelog]]></category> <category><![CDATA[/var/log/mcelog]]></category> <category><![CDATA[amd intel]]></category> <category><![CDATA[bit systems]]></category> <category><![CDATA[blue screen of death]]></category> <category><![CDATA[blue screen of death bsod]]></category> <category><![CDATA[communication error]]></category> <category><![CDATA[cpu cache]]></category> <category><![CDATA[cron job]]></category> <category><![CDATA[error logs]]></category> <category><![CDATA[hardware error]]></category> <category><![CDATA[hardware errors]]></category> <category><![CDATA[hardware failure]]></category> <category><![CDATA[hardware problem]]></category> <category><![CDATA[intel 64 bit]]></category> <category><![CDATA[kernel panic]]></category> <category><![CDATA[machine check exception]]></category> <category><![CDATA[mcelog command]]></category> <category><![CDATA[memory error]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4951</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> The Blue Screen of Death (BSoD) is used for the error screen displayed by Microsoft Windows, after encountering a critical system. Linux / UNIX like operating system may get a kernel panic. It is just like BSoD. The BSoD and a kernel panic generated using a Machine Check Exception (MCE). MCE is nothing but feature of AMD / Intel 64 bit systems which is used to detect an unrecoverable hardware problem. <br
/><br
/> Program such mcelog decodes machine check events (hardware errors) on x86-64 machines running a 64-bit Linux kernel. It should be run regularly as a cron job on any x86-64 Linux system. This is useful for <em>predicting server hardware failure</em> before actual server crash.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-server-predicting-hardware-failure.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Linux Kernel Security (SELinux vs AppArmor vs Grsecurity)</title><link>http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html</link> <comments>http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html#comments</comments> <pubDate>Wed, 27 May 2009 22:29:17 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Slackware]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[AppArmor]]></category> <category><![CDATA[AppArmor vs Grsecurity]]></category> <category><![CDATA[Grsecurity]]></category> <category><![CDATA[Linux Security Kernel Enhancements]]></category> <category><![CDATA[selinux]]></category> <category><![CDATA[SeLinux vs AppArmor]]></category> <category><![CDATA[SELinux vs Grsecurity]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4903</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Linux kernel is the central component of Linux operating systems. It is responsible for managing the system's resources, the communication between hardware and software and security. Kernel play a critical role in supporting security at higher levels. Unfortunately, stock kernel is not secured out of box. There are some important  Linux kernel patches to secure your box. They differ significantly in how they are administered and how they integrate into the system. They also allow for easy control of access between processes and objects, processes and other processes, and objects and other objects. The following pros and cons list is based upon my personal experience. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/selinux-vs-apparmor-vs-grsecurity.html/feed</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Download of the day: Ubuntu Linux 9.04 CD / DVD ISO</title><link>http://www.cyberciti.biz/tips/download-ubuntu-904-cd-dvd-iso.html</link> <comments>http://www.cyberciti.biz/tips/download-ubuntu-904-cd-dvd-iso.html#comments</comments> <pubDate>Fri, 24 Apr 2009 03:38:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[download ubuntu 9.04 dvd]]></category> <category><![CDATA[linux ubuntu download]]></category> <category><![CDATA[ubuntu 9.04 download]]></category> <category><![CDATA[ubuntu 9.04 download dvd]]></category> <category><![CDATA[ubuntu 9.04 dvd]]></category> <category><![CDATA[ubuntu 9.04 dvd download]]></category> <category><![CDATA[ubuntu 9.04 dvd iso]]></category> <category><![CDATA[ubuntu 9.04 extra dvd iso download]]></category> <category><![CDATA[ubuntu 9.04 live cd download]]></category> <category><![CDATA[ubuntu dvd iso download]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4651</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Ubuntu Linux related FAQ" href="http://www.cyberciti.biz/tips/category/ubuntu-linux"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/ubuntu-logo.jpg" border="0" alt="" /></a></div> <span
class="drop_cap">U</span>buntu Linux 9.04 has been released and available for download ( jump to <strong><a
href="http://www.cyberciti.biz/tips/download-ubuntu-904-cd-dvd-iso.html#dl">download link</a></strong> ). Ubuntu Linux is a community-based Linux distribution. The latest release of Ubuntu brings the best open source technologies together on one platform, with the benefit of free updates for 18 months. Also announced were the simultaneous releases of Ubuntu 9.04 Server Edition and Ubuntu 9.04 Netbook Remix (UNR).]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-ubuntu-904-cd-dvd-iso.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Windows 7 Starter Edition Only Runs 3 Applications At Once</title><link>http://www.cyberciti.biz/tips/windows-7-starter-edition.html</link> <comments>http://www.cyberciti.biz/tips/windows-7-starter-edition.html#comments</comments> <pubDate>Tue, 21 Apr 2009 12:32:56 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[african countries]]></category> <category><![CDATA[developing nations]]></category> <category><![CDATA[dos limitations]]></category> <category><![CDATA[emerging markets]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[ms dos]]></category> <category><![CDATA[netbook]]></category> <category><![CDATA[oem channel]]></category> <category><![CDATA[oem windows]]></category> <category><![CDATA[open source operating system]]></category> <category><![CDATA[windows starter edition]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4628</guid> <description><![CDATA[Yet another reason to get an open source operating system. <br
/><br
/> MS-Windows 7 started edition can only runs 3 apps at a time. This is worse than MS-DOS limitations. Is Microsoft nuts? You can install Ubuntu and run as many apps you want for the Internet and office work.<br
/><br
/> ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/windows-7-starter-edition.html/feed</wfw:commentRss> <slash:comments>76</slash:comments> </item> <item><title>Tips To Protect Linux Servers Physical Console Access</title><link>http://www.cyberciti.biz/tips/tips-to-protect-linux-servers-physical-console-access.html</link> <comments>http://www.cyberciti.biz/tips/tips-to-protect-linux-servers-physical-console-access.html#comments</comments> <pubDate>Thu, 12 Mar 2009 19:09:31 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Kde]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[bios configuration]]></category> <category><![CDATA[boot time]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[computer server]]></category> <category><![CDATA[grub boot loader]]></category> <category><![CDATA[interactive system]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[server security]]></category> <category><![CDATA[single user mode]]></category> <category><![CDATA[special key]]></category> <category><![CDATA[system parameters]]></category> <category><![CDATA[system startup]]></category> <category><![CDATA[unauthorized changes]]></category> <category><![CDATA[x86 systems]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4490</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> This is an user contributed article.<br
/><br
/> Linux computer console is a physical device to operate a computer / server. Here are few steps which, if taken, make it more difficult for an attacker to quickly modify a system from its console.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/tips-to-protect-linux-servers-physical-console-access.html/feed</wfw:commentRss> <slash:comments>20</slash:comments> </item> <item><title>Howto Upgrade Debian 4 Etch to Debian 5.0 Lenny</title><link>http://www.cyberciti.biz/tips/howto-upgrade-debian-linux-4etch-to-5lenny-server.html</link> <comments>http://www.cyberciti.biz/tips/howto-upgrade-debian-linux-4etch-to-5lenny-server.html#comments</comments> <pubDate>Mon, 16 Feb 2009 17:20:43 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[aptitude]]></category> <category><![CDATA[backup copy]]></category> <category><![CDATA[configuration files]]></category> <category><![CDATA[core tools]]></category> <category><![CDATA[debian etch upgrade]]></category> <category><![CDATA[debian gnu]]></category> <category><![CDATA[debian lenny source list]]></category> <category><![CDATA[debian server]]></category> <category><![CDATA[debian update]]></category> <category><![CDATA[debian upgrade]]></category> <category><![CDATA[gnu linux]]></category> <category><![CDATA[hardware failure]]></category> <category><![CDATA[how to upgrade debian]]></category> <category><![CDATA[how to upgrade update debian]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[linux releases]]></category> <category><![CDATA[package management tool]]></category> <category><![CDATA[piece of cake]]></category> <category><![CDATA[security patches]]></category> <category><![CDATA[support libraries]]></category> <category><![CDATA[system backup]]></category> <category><![CDATA[update debian]]></category> <category><![CDATA[upgrade debian]]></category> <category><![CDATA[upgrading system]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4442</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/debian-linux' title='See all Debian/Ubuntu Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif' border='0' /></a></div> <span
class="drop_cap">D</span>ebian <a
href="http://www.cyberciti.biz/tips/download-debian-5-cd-dvd-iso.html">version 5.0 has been</a> released. It is recommended that you upgrade the system to latest version. Upgrading remote Debian server is a piece of cake.  In this tutorial, you will learn about upgrading Debian Linux server from Etch to Lenny over ssh session.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-upgrade-debian-linux-4etch-to-5lenny-server.html/feed</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Download Debian Linux 5 Lenny ISO / CD  / DVD Images</title><link>http://www.cyberciti.biz/tips/download-debian-5-cd-dvd-iso.html</link> <comments>http://www.cyberciti.biz/tips/download-debian-5-cd-dvd-iso.html#comments</comments> <pubDate>Sun, 15 Feb 2009 12:41:18 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[debian 5 download]]></category> <category><![CDATA[debian 5 dvd]]></category> <category><![CDATA[debian 5 dvd download]]></category> <category><![CDATA[debian 5 free download]]></category> <category><![CDATA[debian 5 iso]]></category> <category><![CDATA[debian BitTorrent]]></category> <category><![CDATA[debian download]]></category> <category><![CDATA[debian linux 5 download]]></category> <category><![CDATA[debian linux download]]></category> <category><![CDATA[download debian 5]]></category> <category><![CDATA[download debian 5 BitTorrent]]></category> <category><![CDATA[download debian BitTorrent]]></category> <category><![CDATA[free download debian 5]]></category> <category><![CDATA[Lenny download]]></category> <category><![CDATA[Lenny dvd]]></category> <category><![CDATA[Lenny iso]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4429</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/debian-linux' title='See all Debian/Ubuntu Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif' border='0' /></a></div> <span
class="drop_cap">D</span>ebian GNU/Linux version 5.0 has been released ( jump to <a
href="http://www.cyberciti.biz/tips/download-debian-5-cd-dvd-iso.html#dl">download</a> ) after 22 months of constant development and available for download in various media format. Debian GNU/Linux is a free operating system which supports a total of twelve processor architectures and includes the KDE, GNOME, Xfce, and LXDE desktop environments. It also features compatibility with the FHS v2.3 and software developed for version 3.2 of the LSB.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-debian-5-cd-dvd-iso.html/feed</wfw:commentRss> <slash:comments>38</slash:comments> </item> <item><title>Linus Torvalds Switched Back To Gnome</title><link>http://www.cyberciti.biz/tips/linus-torvalds-switched-back-to-gnome.html</link> <comments>http://www.cyberciti.biz/tips/linus-torvalds-switched-back-to-gnome.html#comments</comments> <pubDate>Sat, 24 Jan 2009 20:54:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Gnome]]></category> <category><![CDATA[Kde]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Linux laptop]]></category> <category><![CDATA[big flame]]></category> <category><![CDATA[developers]]></category> <category><![CDATA[disaster]]></category> <category><![CDATA[flame war]]></category> <category><![CDATA[flamewar]]></category> <category><![CDATA[gnome community]]></category> <category><![CDATA[gnome desktop]]></category> <category><![CDATA[half baked]]></category> <category><![CDATA[kde user]]></category> <category><![CDATA[linus torvalds]]></category> <category><![CDATA[linus torvalds linux]]></category> <category><![CDATA[nasty bugs]]></category> <category><![CDATA[nazis]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4367</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/gnome' title='See all Gnome related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/gnome_apps.png' border='0' /></a></div> Linus Torvalds, Linux's creator, dislikes the GNOME desktop. There was a big flame war(s) between Linus Torvalds and the GNOME community. At one point he claimed that -  "<em>Gnome seems to be developed by interface Nazis and that its developers believe their users are idiots</em>". And guess what? Who made the switch to Gnome? ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linus-torvalds-switched-back-to-gnome.html/feed</wfw:commentRss> <slash:comments>48</slash:comments> </item> <item><title>Linux Convert ext3 to ext4 File system</title><link>http://www.cyberciti.biz/tips/linux-convert-ext3-to-ext4-file-system.html</link> <comments>http://www.cyberciti.biz/tips/linux-convert-ext3-to-ext4-file-system.html#comments</comments> <pubDate>Fri, 23 Jan 2009 15:45:57 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Data recovery]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[/etc/fstab]]></category> <category><![CDATA[allocator]]></category> <category><![CDATA[blkid command]]></category> <category><![CDATA[disk allocation]]></category> <category><![CDATA[ext4]]></category> <category><![CDATA[ext4 fsck]]></category> <category><![CDATA[ext4 tune2fs]]></category> <category><![CDATA[extents]]></category> <category><![CDATA[fsck command]]></category> <category><![CDATA[grub ext4]]></category> <category><![CDATA[linux filesystem]]></category> <category><![CDATA[production servers]]></category> <category><![CDATA[regressions]]></category> <category><![CDATA[tune2fs command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4348</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> Some time ago <a
href="http://www.cyberciti.biz/tips/download-of-the-day-linux-kernel-2628.html">ext4 was released</a> and available for Linux kernel. ext4 provides some additional benefits and perforce over ext3 file system. You can easily convert ext3 to ext4 file system. The next release of Fedora, 11, will default to the ext4 file system unless serious regressions are seen. In this quick tutorial you will learn about converting ext3 to ext4 file system.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-convert-ext3-to-ext4-file-system.html/feed</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>VMWare ESX4 and ESX3.5: SCSI timeout For Linux Guest</title><link>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html</link> <comments>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html#comments</comments> <pubDate>Sat, 17 Jan 2009 20:34:23 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[vmware]]></category> <category><![CDATA[/etc/udev/rules.d/99-vmware-scsi-udev.rules]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[rpm]]></category> <category><![CDATA[RUN+="/bin/sh -c 'echo 180 >/sys$DEVPATH/device/timeout'"]]></category> <category><![CDATA[secs]]></category> <category><![CDATA[timeout values]]></category> <category><![CDATA[vmware tools]]></category> <category><![CDATA[vmware-tools rpm]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5811</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/vmware' title='See all VMWare Virtualization software related articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/vmware-logo.png' border='0' /></a></div> Recently, I noticed that the timeout values differ on CentOS v5.x and RHEL Linux 5.x guests on VMWare ESX4 and ESX3.5.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vmware-esx-server-scsi-timeout-for-linux-guest.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>