<?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>TutorBoy &#187; Shell</title>
	<atom:link href="http://articles.tutorboy.com/topics/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://articles.tutorboy.com</link>
	<description>Log on to Techknowledgey</description>
	<lastBuildDate>Wed, 28 Mar 2012 11:04:14 +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>Poedit: A cross-platform PO to MO converter and PO file editor</title>
		<link>http://articles.tutorboy.com/2010/08/23/poedit-a-cross-platform-po-to-mo-converter-and-po-file-editor/</link>
		<comments>http://articles.tutorboy.com/2010/08/23/poedit-a-cross-platform-po-to-mo-converter-and-po-file-editor/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 06:38:41 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[Gettext]]></category>
		<category><![CDATA[Mo File]]></category>
		<category><![CDATA[multi-language]]></category>
		<category><![CDATA[Po File]]></category>
		<category><![CDATA[Poedit]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://articles.tutorboy.com/?p=2200</guid>
		<description><![CDATA[This article describes how to convert and edit po files using Poedit Software. It is cross-platform software build in wxWidgets ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This article describes how to convert and edit po files using <a href="http://articles.tutorboy.com/software/poedit-a-cross-platform-po-to-mo-converter-and-po-file-editor.html"><img class="alignright size-full wp-image-2207" title="poedit_logo" src="http://articles.tutorboy.com/content/uploads/2010/08/poedit_logo.png" alt="" width="129" height="129" /></a>Poedit Software. It is cross-platform software build in <a href="http://www.wxwidgets.org/">wxWidgets toolkit</a> and easy to use. Last year I wrote about the <a title="http://articles.tutorboy.com/programming/po-to-mo-convertor.html" href="http://articles.tutorboy.com/programming/po-to-mo-convertor.html">PO to MO converter</a> topic, but unfortunately most of the search are bounced <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  because of the method, it was <code>msgfmt</code> and you need commands. I think most of them are searching for an UI application to achieve the same. Here comes the software <a title="Poedit" href="http://www.poedit.net/" target="_blank">Poedit</a>. I&#8217;m going to write about the usage of Poedit application.<span id="more-2200"></span></p>
<p style="text-align: left;">Hoping that you are installed that without any error or warning. <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  then we can start from each menu item with relevant screens.</p>
<p style="text-align: left;"><a class="wp-caption" href="http://downloads.tutorboy.com/articles/poedit_sample_files.rar">Download Sample Files</a></p>
<div id="attachment_2214" class="wp-caption alignleft" style="width: 250px"><a href="http://articles.tutorboy.com/content/uploads/2010/08/catalog_manager.jpg"><img class="size-full wp-image-2214 " title="catalog_manager" src="http://articles.tutorboy.com/content/uploads/2010/08/catalog_manager.jpg" alt="" width="240" height="140" /></a><p class="wp-caption-text">Fig (1)</p></div>
<p style="text-align: justify;"><strong>1. </strong><strong>Files-&gt;Catalogs Manager</strong><br />
The &#8216;Catalog&#8217; is file with .po extension. when we click on the menu item new window will come with a title &#8220;Catalogs Manager&#8221;, lets you easily manage catalogs you work on. It provides quick and convenient access to your PO files from one centralized place. List of existing projects is on the right side of manager window, files  contained in active project are on the left side.</p>
<div id="attachment_2218" class="wp-caption alignright" style="width: 329px"><a href="http://articles.tutorboy.com/content/uploads/2010/08/Settings_ProjectInfo.jpg"><img class="size-full wp-image-2218" title="Settings_ProjectInfo" src="http://articles.tutorboy.com/content/uploads/2010/08/Settings_ProjectInfo.jpg" alt="" width="319" height="271" /></a><p class="wp-caption-text">Fig (2)</p></div>
<p style="text-align: justify;"><strong>2. </strong><strong>Files-&gt;New Catalog..</strong><br />
Creates new catalog. Note that you will have to immediately save the file so  that poEdit knows catalog&#8217;s position in directory tree relative to source code. You will get a new window to add your project details on the first tab. It is all about the project details and encoding details. Nothing to worry just fill the required filed or leave it blank. Fig (2)</p>
<div id="attachment_2220" class="wp-caption alignleft" style="width: 337px"><a href="http://articles.tutorboy.com/content/uploads/2010/08/Settings_Paths.jpg"><img class="size-full wp-image-2220" title="Settings_Paths" src="http://articles.tutorboy.com/content/uploads/2010/08/Settings_Paths.jpg" alt="" width="327" height="280" /></a><p class="wp-caption-text">Fig (3)</p></div>
<p style="text-align: justify;">And Move the Second Tab. There you can add the projects source file path to update/add all the translation string from files.  Fig (3) Updating CatalogIn addition to editing catalogs, poEdit provides convenient way of updating  catalogs. <strong>Updating</strong> is process of scanning source files for translatable  strings and merging the changes back into the catalog, removing entries that are  no longer used, adding entries that appeared in sources since the last revision  of the catalog and updating references.</p>
<div id="attachment_2221" class="wp-caption alignright" style="width: 306px"><a href="http://articles.tutorboy.com/content/uploads/2010/08/Settings_Keywords.jpg"><img class="size-full wp-image-2221" title="Settings_Keywords" src="http://articles.tutorboy.com/content/uploads/2010/08/Settings_Keywords.jpg" alt="" width="296" height="255" /></a><p class="wp-caption-text">Fig (4)</p></div>
<p style="text-align: justify;">&#8220;Keywords&#8221; let you specify additional keywords understood by the parser. See Fig (4)  By default, <tt>xgettext</tt> parser understands <tt>_</tt>, <tt>gettext</tt> and <tt>gettext_noop</tt> keywords. You may leave this page  empty.</p>
<div id="attachment_2227" class="wp-caption alignleft" style="width: 292px"><a href="http://articles.tutorboy.com/content/uploads/2010/08/UpdateSummary.jpg"><img class="size-full wp-image-2227  " title="UpdateSummary" src="http://articles.tutorboy.com/content/uploads/2010/08/UpdateSummary.jpg" alt="" width="282" height="256" /></a><p class="wp-caption-text">Fig (5)</p></div>
<p style="text-align: justify;">In this example Fig (3) the source code files are saved in the <strong>src </strong>folder so the reference &#8220;<strong>./src</strong>&#8221; the <strong>.po</strong> file is located in the same folder where the <strong>src </strong>located. Once you click ok button  Fig (3), the poeditor will scan the source code directory and all the translation text will list on the next window Fig (4).  The Final Process is to save the catalog(.po file) to the location. You can Open the .po file and the view will like show at below, there you can enter the Translation texts.</p>
<p style="text-align: justify;">
<div id="attachment_2230" class="wp-caption aligncenter" style="width: 551px"><a href="http://articles.tutorboy.com/software/poedit-a-cross-platform-po-to-mo-converter-and-po-file-editor.html"><img class="size-full wp-image-2230 " title="poedit_po_file_view" src="http://articles.tutorboy.com/content/uploads/2010/08/poedit_po_file_view1.jpg" alt="" width="541" height="389" /></a><p class="wp-caption-text">Fig (6)</p></div>
<p>You can also check for the command line interface of the <a title="Po to Mo Converter" href="http://articles.tutorboy.com/programming/po-to-mo-convertor.html">po to mo converter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/08/23/poedit-a-cross-platform-po-to-mo-converter-and-po-file-editor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Adobe Flex Builder 3 on Ubuntu (As Eclipse Plugin)</title>
		<link>http://articles.tutorboy.com/2010/06/15/install-flex-builder-on-ubuntu-as-eclipse-plugin/</link>
		<comments>http://articles.tutorboy.com/2010/06/15/install-flex-builder-on-ubuntu-as-eclipse-plugin/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 10:00:44 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=1694</guid>
		<description><![CDATA[Flex Builder Linux alpha 5 is a plugin-version of  Flex Builder that  you can use to build Flex ...]]></description>
			<content:encoded><![CDATA[<p>Flex Builder Linux alpha 5 is a plugin-version of  Flex Builder that  you can use to build Flex applications on Linux with Eclipse. This post describes how to install Flex Builder 3 on Ubuntu. as per the resources available for the day (14 June 2010).  <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you find any difficulty in the installation please put a comment.  Make sure that the following are installed on your machine.</p>
<h1>Step 1 : Check your Eclipse and JRE</h1>
<div>1. Eclipse SDK Version: 3.5.1</div>
<div>2. Java(TM) SE Runtime Environment (build 1.6.0_20-b02).<br />
If it is not installed then run the command in terminal</p>
<pre class="brush:bash">sudo apt-get install sun-java6-jre</pre>
</div>
<div>and  <a class="link-more" href="http://labs.adobe.com/downloads/flexbuilder_linux.html">Download the Flex Builder Linux alpha</a>.</div>
<div><span id="more-1694"></span></div>
<h1>Step 2 : Install Flex Builder 3</h1>
<p>After downloading the <em><a href="http://labs.adobe.com/downloads/flexbuilder_linux.html">flexbuilder_linux_install_a5_112409.bin</a> </em>change the file permission by running the following command on your terminal. Move the active directory to the .bin file located.</p>
<pre class="brush:bash">sudo chmod a+x flexbuilder_linux_install_a5_112409.bin</pre>
<p>and execute the bin file.</p>
<pre class="brush:bash">sudo ./flexbuilder_linux_install_a5_112409.bin</pre>
<p>It will Launching installer&#8230; Proceed the following steps as shown like in screen.<a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-1.png"><img class="aligncenter size-full wp-image-1697" title="Screenshot-Adobe_Flex_Builder_Linux 1" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-1.png" alt="" width="603" height="400" /></a><a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-2.png"><img class="aligncenter size-full wp-image-1698" title="Screenshot-Adobe_Flex_Builder_Linux 2" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-2.png" alt="" width="603" height="400" /></a><br />
Locate your Eclipse installation path. The Flex Builder will check for the <strong><em>configuration </em><span style="font-weight: normal;">folder inside the Eclipse directory. The default installation path is <em><strong>/usr/lib/</strong><span style="font-style: normal;"><strong><em>eclipse</em></strong> .</span></em></span></strong><br />
<a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-3.png"><img class="aligncenter size-full wp-image-1699" title="Screenshot-Adobe_Flex_Builder_Linux 3" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-3.png" alt="" width="603" height="400" /></a><br />
The JSEclipse &#8211; JavaScript Plugin is optional.<br />
<a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-4.png"><img class="aligncenter size-full wp-image-1700" title="Screenshot-Adobe_Flex_Builder_Linux 4" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-4.png" alt="" width="603" height="400" /></a><a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-5.png"><img class="aligncenter size-full wp-image-1701" title="Screenshot-Adobe_Flex_Builder_Linux 5" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-5.png" alt="" width="603" height="400" /></a><a href="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-6.png"><img class="aligncenter size-full wp-image-1702" title="Screenshot-Adobe_Flex_Builder_Linux 6" src="http://articles.tutorboy.com/content/uploads/2010/06/Screenshot-Adobe_Flex_Builder_Linux-6.png" alt="" width="603" height="400" /></a></p>
<p>If installer complete the process with out any waring or error, then your Flex Builder configuration is correct.  Otherwise check your log. <img src='http://articles.tutorboy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then Goto <strong><em>Applications</em></strong>-&gt;<strong><em>Programming</em></strong>-&gt;<strong><em>Eclipse. </em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2010/06/15/install-flex-builder-on-ubuntu-as-eclipse-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find Your Ubuntu Version Using Terminal</title>
		<link>http://articles.tutorboy.com/2009/11/24/find-your-ubuntu-version-using-terminal/</link>
		<comments>http://articles.tutorboy.com/2009/11/24/find-your-ubuntu-version-using-terminal/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 09:01:18 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=500</guid>
		<description><![CDATA[To find your Ubuntu version using command line method. Two commands are there, open your terminal and type the following.
Shell ...]]></description>
			<content:encoded><![CDATA[<p>To find your Ubuntu version using command line method. Two commands are there, open your terminal and type the following.</p>
<h2>Shell Command 1:</h2>
<pre class="brush:bash">cat /etc/issue
// sample output
// Ubuntu 9.10 n l</pre>
<p><span id="more-500"></span></p>
<h2>Shell Command 2:</h2>
<pre class="brush:bash">cat /etc/lsb-release
// sample output
/*
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
*/</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/24/find-your-ubuntu-version-using-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing MySql User Password</title>
		<link>http://articles.tutorboy.com/2009/11/23/changing-mysql-user-password/</link>
		<comments>http://articles.tutorboy.com/2009/11/23/changing-mysql-user-password/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:03:40 +0000</pubDate>
		<dc:creator>Arun C P</dc:creator>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=486</guid>
		<description><![CDATA[The mysqladmin tool can be used for changing MySql user&#8217;s password. The following line of code will change the user1&#8242;s ...]]></description>
			<content:encoded><![CDATA[<p>The mysqladmin tool can be used for changing MySql user&#8217;s password. The following line of code will change the user1&#8242;s password to &#8220;newpassword&#8221;.</p>
<pre class="brush:bash">mysqladmin -u user1 -p password "newpassword"</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/23/changing-mysql-user-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a playlist for mplayer</title>
		<link>http://articles.tutorboy.com/2009/11/19/creating-a-playlist-for-mplayer/</link>
		<comments>http://articles.tutorboy.com/2009/11/19/creating-a-playlist-for-mplayer/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 07:25:41 +0000</pubDate>
		<dc:creator>Arun C P</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=474</guid>
		<description><![CDATA[We can create the mplayer playlist by following some simple commands :
$ find [/path/to/directory/] -name "*.mp3" -print &#62; myplaylist.txt
$ mplayer ...]]></description>
			<content:encoded><![CDATA[<p>We can create the mplayer playlist by following some simple commands :</p>
<pre>$ find [/path/to/directory/] -name "*.mp3" -print &gt; myplaylist.txt
$ mplayer -playlist myplaylist.txt</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/19/creating-a-playlist-for-mplayer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Ip&#8217;s to a Linux Server</title>
		<link>http://articles.tutorboy.com/2009/11/14/add-ips-to-a-linux-server/</link>
		<comments>http://articles.tutorboy.com/2009/11/14/add-ips-to-a-linux-server/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:43:36 +0000</pubDate>
		<dc:creator>Arun C P</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=435</guid>
		<description><![CDATA[1. Login to the server as root user.
2.
cd /etc/sysconfig/network-scripts 
3. Check for existing network adapters with the command:
ls ifcfg-*
4. Copy ...]]></description>
			<content:encoded><![CDATA[<p>1. Login to the server as root user.</p>
<p>2.
<pre class="brush:bash">cd /etc/sysconfig/network-scripts </pre>
<p>3. Check for existing network adapters with the command:</p>
<pre class="brush:bash">ls ifcfg-*</pre>
<p>4. Copy ifcfg-eth0 to ifcfg-eth0:0</p>
<pre class="brush:bash">cp ifcfg-eth0 ifcfg-eth0:0</pre>
<p>5. Edit the file</p>
<pre>vi ifcfg-eth0:0 and change the following lines

   DEVICE=eth0:0
   IPADDR=x.x.x.x (The ip you want to be added to the server)</pre>
<p>Another important parameter in this file is the ONBOOT =yes, because if you forget to set this parameter to Yes, after a reboot the ip&#8217;s that you had added just now will be lost.</p>
<p>Make sure for permanent addition of the ip in the server that ONBOOT is set to yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/14/add-ips-to-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wget command to download entire contents inside the directory</title>
		<link>http://articles.tutorboy.com/2009/11/14/using-wget-command-to-download-entire-contents-inside-the-directory/</link>
		<comments>http://articles.tutorboy.com/2009/11/14/using-wget-command-to-download-entire-contents-inside-the-directory/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:40:50 +0000</pubDate>
		<dc:creator>Arun C P</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=433</guid>
		<description><![CDATA[Using wget command, to download entire contents inside the directory.
This can be achieved by using the option -m with wget
for ...]]></description>
			<content:encoded><![CDATA[<p>Using wget command, to download entire contents inside the directory.</p>
<p>This can be achieved by using the option -m with wget</p>
<p>for example:</p>
<pre class="brush:bash">wget -m http://download.inhouse.net/mag_cd/linux4u/Dec06/app_server/jboss/</pre>
<p>It will download all the files/folders inside the directory jboss</p>
<p>-r, –recursive Specify recursive download.<br />
<span id="more-433"></span><br />
-l, –level=NUMBER Maximum recursion depth (inf or 0 for infinite).</p>
<p>-k, –convert-links Make links in downloaded HTML point to local files.</p>
<p>-p, –page-requisites Get all images, etc. needed to display HTML page.</p>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/14/using-wget-command-to-download-entire-contents-inside-the-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to shutdown the server after sometimes</title>
		<link>http://articles.tutorboy.com/2009/11/14/how-to-shutdown-the-server-after-sometimes/</link>
		<comments>http://articles.tutorboy.com/2009/11/14/how-to-shutdown-the-server-after-sometimes/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 09:38:03 +0000</pubDate>
		<dc:creator>Arun C P</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=431</guid>
		<description><![CDATA[You just use the command &#8220;shutdown&#8221; with -h option to shutdown the server after some periods.
shutdown -h +period
for example:
shutdown -h ...]]></description>
			<content:encoded><![CDATA[<p>You just use the command &#8220;shutdown&#8221; with -h option to shutdown the server after some periods.</p>
<pre class="brush:bash">shutdown -h +period</pre>
<p>for example:</p>
<pre class="brush:bash">shutdown -h +48</pre>
<p><span id="more-431"></span><br />
here the command will shut down the system after 48hrs(2days).<br />
In the mean time, if you want to cancel the shutdown process, execute the following command.</p>
<pre class="brush:bash">shutdown -c</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/11/14/how-to-shutdown-the-server-after-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Find Your Current Shell  Type</title>
		<link>http://articles.tutorboy.com/2009/10/27/to-find-your-current-shell-type/</link>
		<comments>http://articles.tutorboy.com/2009/10/27/to-find-your-current-shell-type/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:09:23 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=375</guid>
		<description><![CDATA[Tip: To find your current shell type following command
Shell Command

$ echo $SHELL

]]></description>
			<content:encoded><![CDATA[<p><strong>Tip</strong>: To find your current shell type following command</p>
<h1>Shell Command</h1>
<pre class="class:bash">
$ echo $SHELL
</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/10/27/to-find-your-current-shell-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Find All Available Shells In Your System</title>
		<link>http://articles.tutorboy.com/2009/10/27/to-find-all-available-shells-in-your-system/</link>
		<comments>http://articles.tutorboy.com/2009/10/27/to-find-all-available-shells-in-your-system/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:55:04 +0000</pubDate>
		<dc:creator>Midhun Devasia</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tutorboy.com/articles/?p=366</guid>
		<description><![CDATA[Tip: To find all available shells in your system type following command:
Shell Command:
$ cat /etc/shells


Output:

[blackperl@tutorboy ~]$ cat /etc/shells
/bin/sh
/bin/bash
/sbin/nologin
/bin/tcsh
/bin/csh
/bin/zsh
[blackperl@tutorboy ~]$
]]></description>
			<content:encoded><![CDATA[<p><strong><em>Tip:</em></strong> To find all available shells in your system type following command:</p>
<h2>Shell Command:</h2>
<pre class="brush:bash">$ cat /etc/shells
</pre>
<p><span id="more-366"></span></p>
<h2>Output:</h2>
<pre class="brush:bash">
[blackperl@tutorboy ~]$ cat /etc/shells
/bin/sh
/bin/bash
/sbin/nologin
/bin/tcsh
/bin/csh
/bin/zsh
[blackperl@tutorboy ~]$</pre>
]]></content:encoded>
			<wfw:commentRss>http://articles.tutorboy.com/2009/10/27/to-find-all-available-shells-in-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

