<?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>AskNadya &#187; Linux</title>
	<atom:link href="http://asknadya.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://asknadya.com</link>
	<description>solaris, linux, red hat, suse, vmware, virtualbox, sap basis, sap netweaver, oracle, mssql, sql</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable Telnet in SuSE</title>
		<link>http://asknadya.com/linux/how-to-enable-telnet-in-suse/</link>
		<comments>http://asknadya.com/linux/how-to-enable-telnet-in-suse/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:25:32 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=659</guid>
		<description><![CDATA[By default, telnet is disabled in SuSE. 1) Go to YAST &#38; double click Software Management, in the search box, enter &#8220;telnet&#8221; and click SEARCH, tick on telnet-server and click ACCEPT. Then, you will be prompted to insert SuSE CD to continue the installation. ** You must have SuSE CD to continue the installation. ** [...]


Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-enable-ftp-in-red-hat/' rel='bookmark' title='Permanent Link: Enable FTP in Red Hat'>Enable FTP in Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-enable-telnet-in-solaris/' rel='bookmark' title='Permanent Link: Enable TELNET in Solaris'>Enable TELNET in Solaris</a></li>
<li><a href='http://asknadya.com/sap-basis/transaction-se06-processing-after-installation-of-the-cto/' rel='bookmark' title='Permanent Link: SE06: Processing after Installation of CTO'>SE06: Processing after Installation of CTO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By <strong>default</strong>, telnet is <strong>disabled </strong>in SuSE.</p>
<p>1) Go to <strong>YAST </strong>&amp; double click <strong>Software Management</strong>, in the <strong>search box</strong>, enter &#8220;<strong>telnet</strong>&#8221; and click <strong>SEARCH</strong>, <strong>tick </strong>on <strong>telnet-server</strong> and click <strong>ACCEPT</strong>. Then, you will be <strong>prompted </strong>to insert <strong>SuSE CD</strong> to continue the installation.</p>
<p>** You must have <strong>SuSE CD</strong> to continue the installation.<br />
** The client side of telnet is already installed by default</p>
<p>2) Once <strong>installed</strong>, edit the <strong>telnet file </strong>with <strong>vi editor</strong> and change <strong>disable </strong>from &#8220;<strong>yes</strong>&#8221; to &#8220;<strong>no</strong>&#8220;. Then, <strong>save </strong>the file</p>
<p><strong>#vi /etc/xinetd.d/telnet </strong><br />
<strong>#wq!</strong> -&gt; to save!</p>
<p>3) Finally, <strong>restart </strong>the <strong>xinetd </strong>and <strong>test </strong>the connection.</p>
<p><strong>#/etc/init.d/xinetd restart </strong><br />
<strong># telnet </strong>&lt;your-ip-address&gt;</p>


<p>Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-enable-ftp-in-red-hat/' rel='bookmark' title='Permanent Link: Enable FTP in Red Hat'>Enable FTP in Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-enable-telnet-in-solaris/' rel='bookmark' title='Permanent Link: Enable TELNET in Solaris'>Enable TELNET in Solaris</a></li>
<li><a href='http://asknadya.com/sap-basis/transaction-se06-processing-after-installation-of-the-cto/' rel='bookmark' title='Permanent Link: SE06: Processing after Installation of CTO'>SE06: Processing after Installation of CTO</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-enable-telnet-in-suse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create User in Fedora/Red Hat</title>
		<link>http://asknadya.com/linux/how-to-create-user-in-fedorared-hat/</link>
		<comments>http://asknadya.com/linux/how-to-create-user-in-fedorared-hat/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 19:45:50 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[add user]]></category>
		<category><![CDATA[create user]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=288</guid>
		<description><![CDATA[1. Create a user [root@keem ~]# adduser asknadya [root@keem ~]# 2. Create password for asknadya [root@keem ~]# passwd asknadya Changing password for user asknadya. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. 3. Verify [root@keem ~]# finger asknadya Login: asknadya                         Name: (null) Directory: /home/asknadya               Shell: /bin/bash Never logged in. No [...]


Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-delete-a-user-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Delete a User in Fedora/Red Hat'>Delete a User in Fedora/Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-create-an-alom-cmt-compatibility-shell/' rel='bookmark' title='Permanent Link: Create an ALOM CMT Compatibility Shell'>Create an ALOM CMT Compatibility Shell</a></li>
<li><a href='http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Change Hostname in Fedora/Red Hat'>Change Hostname in Fedora/Red Hat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>1. <strong>Create </strong>a user</p>
<p><strong>[root@keem ~]# adduser asknadya</strong><br />
[root@keem ~]#</p>
<p>2. Create <strong>password </strong>for <strong>asknadya</strong></p>
<p><strong>[root@keem ~]# passwd asknadya</strong><br />
Changing password for user asknadya.<br />
New UNIX password:<br />
Retype new UNIX password:<br />
passwd: all authentication tokens updated successfully.</p>
<p>3. <strong>Verify</strong></p>
<p><strong>[root@keem ~]# finger asknadya</strong><br />
Login: asknadya                         Name: (null)<br />
Directory: /home/asknadya               Shell: /bin/bash<br />
Never logged in.<br />
No mail.<br />
No Plan.</p>


<p>Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-delete-a-user-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Delete a User in Fedora/Red Hat'>Delete a User in Fedora/Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-create-an-alom-cmt-compatibility-shell/' rel='bookmark' title='Permanent Link: Create an ALOM CMT Compatibility Shell'>Create an ALOM CMT Compatibility Shell</a></li>
<li><a href='http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Change Hostname in Fedora/Red Hat'>Change Hostname in Fedora/Red Hat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-create-user-in-fedorared-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete a User in Fedora/Red Hat</title>
		<link>http://asknadya.com/linux/how-to-delete-a-user-in-fedorared-hat/</link>
		<comments>http://asknadya.com/linux/how-to-delete-a-user-in-fedorared-hat/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:21:50 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[delete user]]></category>
		<category><![CDATA[finger user]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=282</guid>
		<description><![CDATA[The userdel command is used to remove or delete user account. 1. View the existent of the user [root@keem ~]# finger keem Login: keem                             Name: (null) Directory: /home/keem                   Shell: /bin/bash Never logged in. No mail. No Plan. 2. Remove user account with home directory &#38; mail spool. [root@keem ~]# userdel -r keem 3. Verify [root@keem [...]


Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Change Hostname in Fedora/Red Hat'>Change Hostname in Fedora/Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-create-an-alom-cmt-compatibility-shell/' rel='bookmark' title='Permanent Link: Create an ALOM CMT Compatibility Shell'>Create an ALOM CMT Compatibility Shell</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-createdelete-state-database-replicas/' rel='bookmark' title='Permanent Link: Create/Delete State Database Replicas'>Create/Delete State Database Replicas</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The <strong>userdel </strong>command is used to <strong>remove </strong>or <strong>delete </strong>user account.</p>
<p>1. <strong>View </strong>the <strong>existent </strong>of the user</p>
<p><strong>[root@keem ~]# finger keem</strong><br />
Login: keem                             Name: (null)<br />
Directory: /home/keem                   Shell: /bin/bash<br />
Never logged in.<br />
No mail.<br />
No Plan.</p>
<p>2. <strong>Remove </strong>user account with <strong>home directory</strong> &amp; <strong>mail spool</strong>.<br />
<strong><br />
[root@keem ~]# userdel -r keem</strong></p>
<p>3. <strong>Verify</strong></p>
<p><strong>[root@keem ~]# finger keem</strong><br />
finger: keem: no such user.</p>


<p>Related posts:<ol><li><a href='http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/' rel='bookmark' title='Permanent Link: Change Hostname in Fedora/Red Hat'>Change Hostname in Fedora/Red Hat</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-create-an-alom-cmt-compatibility-shell/' rel='bookmark' title='Permanent Link: Create an ALOM CMT Compatibility Shell'>Create an ALOM CMT Compatibility Shell</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-createdelete-state-database-replicas/' rel='bookmark' title='Permanent Link: Create/Delete State Database Replicas'>Create/Delete State Database Replicas</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-delete-a-user-in-fedorared-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Hostname in Fedora/Red Hat</title>
		<link>http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/</link>
		<comments>http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:07:02 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change linux hostname]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=277</guid>
		<description><![CDATA[Temporary Hostname: 1. Check your hostname [root@keem ~]# hostname keem 2. Change the hostname [root@keem ~]# hostname asknadya 3. Verify [root@keem ~]# hostname asknadya Note: ** asknadya is your new hostname ** the hostname will revert back after you reboot the system Permanent Hostname: 1. Check your hostname [root@localhost ~]# cat /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=keem [...]


Related posts:<ol><li><a href='http://asknadya.com/sun-solaris/how-to-enable-ftp-in-solaris-10/' rel='bookmark' title='Permanent Link: Enable FTP in Solaris 10'>Enable FTP in Solaris 10</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-recover-root-password-in-solaris/' rel='bookmark' title='Permanent Link: Recover Root Password in Solaris'>Recover Root Password in Solaris</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Temporary Hostname:</strong></p>
<p><strong>1.</strong> <strong>Check </strong>your hostname</p>
<p><strong>[root@keem ~]# hostname </strong><br />
<span style="color: #ff0000;"><strong>keem</strong></span></p>
<p><strong>2.</strong> <strong>Change </strong>the hostname</p>
<p><strong>[root@keem ~]# hostname <span style="color: #ff0000;">asknadya</span></strong></p>
<p><strong>3.</strong> <strong>Verify</strong></p>
<p><strong>[root@keem ~]# hostname</strong><br />
<span style="color: #ff0000;"><strong>asknadya</strong></span></p>
<p><strong>Note:</strong><br />
** <strong>asknadya </strong>is your <strong>new hostname</strong><br />
** the hostname will <strong>revert </strong>back after you <strong>reboot </strong>the system</p>
<p><strong><span id="more-277"></span></strong></p>
<p><strong>Permanent Hostname:</strong></p>
<p><strong>1.</strong> <strong>Check </strong>your hostname</p>
<p><strong>[root@localhost ~]# cat /etc/sysconfig/network</strong><br />
NETWORKING=yes<br />
NETWORKING_IPV6=no<br />
<strong>HOSTNAME=<span style="color: #ff0000;">keem</span></strong></p>
<p><strong>2.</strong> <strong>Edit </strong>the <strong>/etc/sysconfig/network</strong> file &amp; <strong>save</strong>!</p>
<p><strong>[root@localhost ~]# vi /etc/sysconfig/network</strong><br />
NETWORKING=yes<br />
NETWORKING_IPV6=no<br />
<strong>HOSTNAME=<span style="color: #ff0000;">asknadya</span></strong></p>
<p><strong>3.</strong> Next, <strong>edit </strong>the <strong>/etc/hosts</strong> file &amp; save!</p>
<p><strong>[root@keem ~]# more /etc/hosts</strong><br />
# Do not remove the following line, or various programs<br />
# that require network functionality will fail.<br />
127.0.0.1       localhost.localdomain localhost<br />
10.0.0.10    <span style="color: #ff0000;"><strong> keem</strong></span></p>
<p><strong>to</strong></p>
<p><strong>[root@keem ~]# vi /etc/hosts</strong><br />
# Do not remove the following line, or various programs<br />
# that require network functionality will fail.<br />
127.0.0.1       localhost.localdomain localhost<br />
10.0.0.10    <span style="color: #ff0000;"><strong> asknadya</strong></span></p>
<p><strong>4.</strong> <strong>Reboot </strong>the system or <strong>restart </strong>network services</p>


<p>Related posts:<ol><li><a href='http://asknadya.com/sun-solaris/how-to-enable-ftp-in-solaris-10/' rel='bookmark' title='Permanent Link: Enable FTP in Solaris 10'>Enable FTP in Solaris 10</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-recover-root-password-in-solaris/' rel='bookmark' title='Permanent Link: Recover Root Password in Solaris'>Recover Root Password in Solaris</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-change-hostname-in-fedorared-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable FTP in Red Hat</title>
		<link>http://asknadya.com/linux/how-to-enable-ftp-in-red-hat/</link>
		<comments>http://asknadya.com/linux/how-to-enable-ftp-in-red-hat/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:51:33 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gssftp]]></category>
		<category><![CDATA[vsftpd]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=225</guid>
		<description><![CDATA[1. Using optional FTP daemon. #/etc/init.d/vsftpd start 2. If the system does not have optional FTP daemon, use the gssftp. Edit the gssftp file: #vi /etc/xinetd.d/gssftp Remove -a disable = no ** Find the server_args and remove the -a and change the disable from no to yes 3. Restart xinetd service #/etc/init.d/xinetd restart 4. Test [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>1. </strong>Using optional <strong>FTP daemon</strong>.</p>
<p><strong>#/etc/init.d/vsftpd start</strong></p>
<p><strong>2.</strong> If the system does not have optional FTP daemon, use the <strong>gssftp</strong>. <strong>Edit </strong>the gssftp file:</p>
<p><strong>#vi /etc/xinetd.d/gssftp</strong></p>
<p><em><strong>Remove -a</strong></em></p>
<p><em><strong> disable = no </strong></em></p>
<p>** Find the <strong>server_args</strong> and <strong>remove </strong>the <em><strong>-a</strong> </em>and change the <strong>disable </strong>from <em><strong>no </strong></em>to <em><strong>yes</strong></em></p>
<p><strong>3.</strong> <strong>Restart xinetd </strong>service</p>
<p><strong>#/etc/init.d/xinetd restart</strong></p>
<p><strong>4. </strong>Test FTP<strong><br />
</strong></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-enable-ftp-in-red-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compress, Extract &amp; Archive File in Red Hat</title>
		<link>http://asknadya.com/linux/how-to-compress-extract-archive-file-in-linux-red-hat/</link>
		<comments>http://asknadya.com/linux/how-to-compress-extract-archive-file-in-linux-red-hat/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:26:33 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=218</guid>
		<description><![CDATA[1. To compress a file: #gzip abc123.ext The file will be compressed and saved as abc123.ext.gz 2. To extract compressed file: #gunzip abc123.ext.gz It will extract into abc123.ext 3. To compress a file with zip: #zip -r abc123.zip 4. To extract the contents of a zip file: #unzip abc123.zip 5. To create a tar file: [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>1.</strong> To <strong>compress </strong>a file:</p>
<p><strong>#gzip abc123.ext</strong></p>
<p>The file will be compressed and saved as abc123.ext.gz</p>
<p><strong>2.</strong> To <strong>extract </strong>compressed file:</p>
<p><strong>#gunzip abc123.ext.gz</strong></p>
<p>It will <strong>extract </strong>into <strong>abc123.ext</strong></p>
<p><strong><span id="more-218"></span><br />
</strong><strong>3.</strong> To <strong>compress </strong>a file with zip:</p>
<p><strong>#zip -r abc123.zip<br />
</strong></p>
<p><strong>4.</strong> To <strong>extract </strong>the contents of a zip file:</p>
<p><strong>#unzip abc123.zip</strong></p>
<p><strong>5.</strong> To <strong>create </strong>a tar file:</p>
<p><strong>#tar -cvf abc123.tar </strong></p>
<p><strong>6.</strong> To <strong>list </strong>the contents of a tar file:</p>
<p><strong>#tar -tvf abc123.tar</strong></p>
<p><strong>7.</strong> To <strong>extract </strong>the contents of a tar file:</p>
<p><strong>#tar -xvf abc123.tar</strong></p>
<p><strong>Note:</strong><br />
** The command Gzip creates a compressed file with .gz while Gunzip extracts the compressed files and removes the .gz file.<br />
** ext = extension</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/linux/how-to-compress-extract-archive-file-in-linux-red-hat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
