<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Doubts in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754973#M67935</link>
    <description>The configurations steps may vary depending of your linux distribution and version. Please post the distribution and version you are using.</description>
    <pubDate>Mon, 20 Mar 2006 14:01:01 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-03-20T14:01:01Z</dc:date>
    <item>
      <title>Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754972#M67934</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I want to know &lt;BR /&gt;&lt;BR /&gt;1.How to configure ftp, telnet in linux&lt;BR /&gt;2.Is Veritas volume manager is suitable for linux.&lt;BR /&gt;&lt;BR /&gt;Explain me in steps</description>
      <pubDate>Mon, 20 Mar 2006 12:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754972#M67934</guid>
      <dc:creator>priyarajan</dc:creator>
      <dc:date>2006-03-20T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754973#M67935</link>
      <description>The configurations steps may vary depending of your linux distribution and version. Please post the distribution and version you are using.</description>
      <pubDate>Mon, 20 Mar 2006 14:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754973#M67935</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-20T14:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754974#M67936</link>
      <description>&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Iam using Red hat linux 9.</description>
      <pubDate>Mon, 20 Mar 2006 14:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754974#M67936</guid>
      <dc:creator>bruceedgar</dc:creator>
      <dc:date>2006-03-20T14:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754975#M67937</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;In RedHat linux you need to check if you have the ftp rpm installed and enable it. Telnet can be enabled.SSH is enabled by default on the OS.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Mon, 20 Mar 2006 15:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754975#M67937</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2006-03-20T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754976#M67938</link>
      <description>Sorry, I don't remember the right steps for Red Hat 9, it's very old. Is there a reason to use such an old version? Can you upgrade to Fedora Core?&lt;BR /&gt;&lt;BR /&gt;As I said, for ftp, I don't remember what uses RH9.&lt;BR /&gt;&lt;BR /&gt;All Linux uses the telnet-server-&lt;VERSION&gt;.rpm to enable telnet. Telnet is very insecure and should not be used anymore, use SSH instead. But, if you want to use:&lt;BR /&gt;&lt;BR /&gt;Install the package:&lt;BR /&gt;&lt;BR /&gt;rpm -ivh telnet-server-&lt;VERSION&gt;.rpm&lt;BR /&gt;&lt;BR /&gt;Enable it using:&lt;BR /&gt;&lt;BR /&gt;ntsysv&lt;BR /&gt;&lt;BR /&gt;Or&lt;BR /&gt;&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;&lt;BR /&gt;&lt;/VERSION&gt;&lt;/VERSION&gt;</description>
      <pubDate>Mon, 20 Mar 2006 15:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754976#M67938</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-20T15:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754977#M67939</link>
      <description>to enable telnet do:&lt;BR /&gt;chkconfig telnet on&lt;BR /&gt;to enable ftp on redhat 9 do:&lt;BR /&gt;service vsftpd start&lt;BR /&gt;&lt;BR /&gt;both are unsecured though.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 15:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754977#M67939</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-03-20T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubts</title>
      <link>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754978#M67940</link>
      <description>As for Logical Volume Manager -  all modern distribution (Fedora Core 4/5, Red Hat Enterprise Linux 3/4, CentOS 3/4 - if we speak about "Red Hat Linux successors") have LVM.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly&lt;BR /&gt;&lt;BR /&gt;Oops! I'm sorry, even RHL9 has LVM - see "Red Hat Linux 9: Red Hat Linux Customization Guide", for example here &lt;A href="http://redhat.activeventure.com/9/customizationguide/ch-lvm-intro.html" target="_blank"&gt;http://redhat.activeventure.com/9/customizationguide/ch-lvm-intro.html&lt;/A&gt;</description>
      <pubDate>Tue, 21 Mar 2006 15:37:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/doubts/m-p/3754978#M67940</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-21T15:37:43Z</dc:date>
    </item>
  </channel>
</rss>

