<?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>uCertify Articles &#187; Advanced Level Linux Professional (LPIC-2)</title>
	<atom:link href="http://www.ucertify.com/article/certifications/lpic-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucertify.com/article</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 00:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installation and Development of LDAP (Lightweight Directory Access Protocol)</title>
		<link>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html</link>
		<comments>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">112430</guid>
		<description><![CDATA[LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:
slapd (]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2</a> for exam.</span>
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic  Linux Professional</a> exam.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" > Pass LPI lpic-3 - Senior Level Linux Professional (LPIC-3)</a></span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;t=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:</p>
<ul>
<li><b>slapd (Stand-alone LDAP daemon)</b></li>
<ul>
<li>OpenLDAP server configuration file is called slapd.conf.</li>
<li>It provides authentication services through SASL (Simple Authentication and Security Layer).</li>
<li>It uses TLS (Transport Layer Security) for privacy concerns.</li>
<li>It allows or restricts access to the server by using <i>TCP wrappers</i>.</li>
<li>One of the most important functions of slapd is to provide a reliable access control facility.</li>
</ul>
<li><b>slurpd (stand-alone LDAP update replication daemon)</b></li>
<ul>
<li>This is used to replicate the database of LDAP directory.</li>
<li>The master slapd server updates the slave server by using slurpd.</li>
<li>It helps the master slapd server in distributing the load among the slave servers.</li>
</ul>
</ul>
<p>To unpack the downloaded <i>gzipped</i> package, you have to copy the package to a desirable directory such as <i>/usr/local</i> </p>
<p><b>Requirements before installation:</b> Before installing OpenLDAP software, the LDAP server requires some additional packages:</p>
<ul>
<li><b>OpenSSL TLS libraries:</b> Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide security over the network. These are used to encrypt the segments of a network connection.</li>
<li><b>Kerberos Authentication Services:</b> It is a distributed authentication service.</li>
<li><b>Database software like Berkeley DB:</b> It stores the database using Oracle Berkeley DB package.</li>
<li><b>TCP Wrappers:</b> These are used in the servers having non public information.</li>
</ul>
<p><b>Installation:</b> You can install OpenLDAP in either of the two ways.
<ul>
<li>Use <i>apt-get/dpkg</i> to install the binary package.</li>
<p><img src='f108530-a.gif' /></p>
<li>Install OpenLDAP from sources and unpack the <i>tar gzipped package</i> to a desirable directory.
<p><img src='f108530-b.gif' /></li>
<p>Run the following commands to build the server.</p>
<p><img src='f108530-o.gif' /></ul>
<p><b>Overview of LDAP Backends:</b> </p>
<ol>
<li><b>BDB (Berkeley Database Backend):</b> The BDB backend is used with a normal slapd database. It stores data with the help of Oracle Berkeley DB package.</li>
<p></p>
<li><b>LDAP:</b> The LDAP backend is not a real database; it only forwards the incoming requests to another LDAP server.</li>
<p></p>
<li><b>LDIF (LDAP Data Interchange Format):</b> LDIF is a text-based format for representing the LDAP contents.</li>
<p></p>
<li><b>Metadirectory:</b> The Meta backend is similar to the LDAP backend. It acts as a proxy to forward requests to a set of remote LDAP servers called <i>target</i>.</li>
<p></p>
<li><b>Monitor:</b> The running status of daemon is dynamically maintained by this backend.</li>
<p></p>
<li><b>Null:</b> Null backend searches return success, and updates them. The slapadd and slapcat tools are also very useful.</li>
<p></p>
<li><b>Passwd:</b> The Passwd backend lists the information stored in a system <i>passwd</i> file.</li>
<p></p>
<li><b>Perl/Shell:</b> This backend can be used after installing the Perl module. Perl scripts are used for interacting with the LDAP directories.</li>
<p></p>
<li><b>SQL:</b> The SQL backend is used with RDBMS (Relational Database Management System).</li>
</ol>
<p> <b>Developing LDAP Applications with Perl:</b> <i>perl-ldap</i> provides an easy access to data contained in LDAP directories. You can write basic Perl scripts to interact with an LDAP directory. You need to download the following two packages:</p>
<ol>
<li><i>Convert-BER-1.31.tar.gz</i></li>
<p></p>
<li><i>perl-ldap-0.15.tar.gz</li>
<p></i></ol>
<p>You can unpack and install the <i>Convert-BER-1.31.tar.gz</i> package using the following commands.</p>
<p><img src='f108530-c.gif' /></p>
<p>Use the following commands to unpack and install <i>perl-ldap-0.15.tar.gz</i>.</p>
<p><img src='f108530-d.gif' />   <br />
Now you are able to write basic Perl scripts to interact with an LDAP directory. You can use the following statement to invoke <i>perl-ldap</i>:</p>
<p><img src='f108530-e.gif' /></p>
<p>After invoking, you have to open a new LDAP connection. Below is an example of how to connect to a computer with the hostname ldapserver.ucertify.com:</p>
<p><img src='f108530-f.gif' /></p>
<p>By default, LDAP uses port 389. If you want to use a different port, you need to mention it:</p>
<p><img src='f108530-g.gif' /></p>
<p>You can also set the timeout parameter:</p>
<p><img src='f108530-h.gif' /></p>
<p><b>Binding to the Server:</b>  After creating a connection to an LDAP server, you need to bind to it:</p>
<p><img src='f108530-i.gif' /></p>
<p>To close a connection, you must unbind from it:</p>
<p><img src='f108530-j.gif' /></p>
<p><b>Adding Entries to the Database:</b> You can add LDAP entries to the directory:</p>
<p><img src='f108530-k.gif' /></p>
<p><b>Searching the directory:</b> The -&gt;search function is used to search the LDAP directory:</p>
<p><img src='f108530-l.gif' /></p>
<p>It searches the entire LDAP tree. You can confine your search only to the ou=People branch using the following command:</p>
<p><img src='f108530-m.gif' /></p>
<p><b>Modifying the directory:</b> There are three types of modifications that can be performed in an LDAP directory:</p>
<ul>
<li>add</li>
<p></p>
<li>delete</li>
<p></p>
<li>replace</li>
</ul>
<p><img src='f108530-n.gif' /></p>
<p><b>Summary:</b> <i>perl-ldap</i> is a convenient tool for accessing LDAP servers with Perl scripts. Now a days, LDAP is emerging as a global directory providing service to a much broader context.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202 Advanced Level Linux Professional II</a> exam practice questions.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to download <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301</a> test study guide and practice question.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol-2.html&amp;linkname=Installation%20and%20Development%20of%20LDAP%20%28Lightweight%20Directory%20Access%20Protocol%29"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is  chage  command?</title>
		<link>http://www.ucertify.com/article/what-is-chage-command-2.html</link>
		<comments>http://www.ucertify.com/article/what-is-chage-command-2.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Junior Level Linux Professional (LPIC-1)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Master CIW Administrator]]></category>
		<category><![CDATA[Master CIW Web Site Manager]]></category>
		<category><![CDATA[UCP]]></category>
		<category><![CDATA[117-102]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[1D0-450]]></category>
		<category><![CDATA[312-50]]></category>

		<guid isPermaLink="false">2201121</guid>
		<description><![CDATA[The  chage  command is used for changing user password expiry information. 

Syntax:

chage [-m mindays] [-M maxdays] [-d lastday] [-E expireday] [-I inactive] [-W warndays] [-l] user

The functions of the switches are as follows:

 Switch   Meaning  -m  ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command-2.html&amp;t=What+is++chage++command%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command-2.html&amp;title=What+is++chage++command%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command-2.html&amp;title=What+is++chage++command%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is++chage++command%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command-2.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The <uc:cmd> chage </uc:cmd> command is used for changing user password expiry information. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>chage [-m mindays] [-M maxdays] [-d lastday] [-E expireday] [-I inactive] [-W warndays] [-l] user</uc:stx></p>
<p>The functions of the switches are as follows:</p>
<table border="2">
<tr>
<td><uc:hed> Switch </uc:hed> </td>
<td><uc:hed> Meaning </uc:hed> </td>
</tr>
<tr>
<td>-m</td>
<td> Minimum number of days between each successive password change.</td>
</tr>
<tr>
<td>-M</td>
<td>Maximum number of days during which a password remains valid.</td>
</tr>
<tr>
<td>-d</td>
<td>Number of days since January 1st, 1970 when a password was last changed.</td>
</tr>
<tr>
<td> -E</td>
<td> The date on which the user account will no longer be accessible.</td>
</tr>
<tr>
<td>-I </td>
<td>Number of days since the expiry of a user password when an account is locked.</td>
</tr>
<tr>
<td>-W</td>
<td>Number of days of warning before a password change is required.</td>
</tr>
<tr>
<td>-l</td>
<td>Used by a non-administrative user to check his account/password expiry status.</td>
</tr>
</table>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >LPI lpic-2</a> download free trial.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >ciw-professional</a> test study guide and practice question.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/LPI/lpic-1.html" >LPI lpic-1</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic  Linux Professional</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/CIW/master-ciw-administrator.html" >master-ciw-administrator  Master CIW Administrator</a> exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/CIW/master-ciw-web-site-manager.html" >Master CIW Web Site Manager</a> in first attampt.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/LPI/ucp.html" >ucp UCP</a> exam practice questions.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/LPI/117-102.html" >Junior Level Linux Professional-II</a> in first attampt.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202</a> for exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/CIW/1D0-450.html" >1D0-450 CIW Server Administrator</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/EC-Council/312-50.html" >312-50</a> for exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command-2.html&amp;linkname=What%20is%20%20chage%20%20command%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-chage-command-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is  chage  command?</title>
		<link>http://www.ucertify.com/article/what-is-chage-command.html</link>
		<comments>http://www.ucertify.com/article/what-is-chage-command.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Junior Level Linux Professional (LPIC-1)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Master CIW Administrator]]></category>
		<category><![CDATA[Master CIW Web Site Manager]]></category>
		<category><![CDATA[UCP]]></category>
		<category><![CDATA[117-102]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[1D0-450]]></category>
		<category><![CDATA[312-50]]></category>

		<guid isPermaLink="false">2201121</guid>
		<description><![CDATA[The  chage  command is used for changing user password expiry information. 

Syntax:

chage [-m mindays] [-M maxdays] [-d lastday] [-E expireday] [-I inactive] [-W warndays] [-l] user

The functions of the switches are as follows:

 Switch   Meaning  -m  ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command.html&amp;t=What+is++chage++command%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command.html&amp;title=What+is++chage++command%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command.html&amp;title=What+is++chage++command%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is++chage++command%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The <uc:cmd> chage </uc:cmd> command is used for changing user password expiry information. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>chage [-m mindays] [-M maxdays] [-d lastday] [-E expireday] [-I inactive] [-W warndays] [-l] user</uc:stx></p>
<p>The functions of the switches are as follows:</p>
<table border="2">
<tr>
<td><uc:hed> Switch </uc:hed> </td>
<td><uc:hed> Meaning </uc:hed> </td>
</tr>
<tr>
<td>-m</td>
<td> Minimum number of days between each successive password change.</td>
</tr>
<tr>
<td>-M</td>
<td>Maximum number of days during which a password remains valid.</td>
</tr>
<tr>
<td>-d</td>
<td>Number of days since January 1st, 1970 when a password was last changed.</td>
</tr>
<tr>
<td> -E</td>
<td> The date on which the user account will no longer be accessible.</td>
</tr>
<tr>
<td>-I </td>
<td>Number of days since the expiry of a user password when an account is locked.</td>
</tr>
<tr>
<td>-W</td>
<td>Number of days of warning before a password change is required.</td>
</tr>
<tr>
<td>-l</td>
<td>Used by a non-administrative user to check his account/password expiry status.</td>
</tr>
</table>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2</a> for exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >CIW CIW Professional</a> certified.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-1.html" >LPI Junior Level Linux Professional (LPIC-1)</a> exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic</a> for exam.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/CIW/master-ciw-administrator.html" > Pass CIW master-ciw-administrator - Master CIW Administrator</a><li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/master-ciw-web-site-manager.html" >master-ciw-web-site-manager</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/ucp.html" >LPI UCP</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/LPI/117-102.html" >117-102 - Junior Level Linux Professional-II</a> simulation.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/CIW/1D0-450.html" >1D0-450</a> for exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/EC-Council/312-50.html" >Ethical Hacking and Countermeasures (CEH v6)</a> in first attampt.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-chage-command.html&amp;linkname=What%20is%20%20chage%20%20command%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-chage-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation and Development of LDAP (Lightweight Directory Access Protocol)</title>
		<link>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol.html</link>
		<comments>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol.html#comments</comments>
		<pubDate>Mon, 13 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">112430</guid>
		<description><![CDATA[LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:
slapd (]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" > Pass LPI lpic-2 - Advanced Level Linux Professional (LPIC-2)</a></span>
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Become <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >LPI Linux Professional</a> certified.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >LPI Senior Level Linux Professional (LPIC-3)</a> exam.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol.html&amp;t=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol.html&amp;title=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Installation+and+Development+of+LDAP+%28Lightweight+Directory+Access+Protocol%29;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>LDAP is a protocol that helps us to access the database on different types of platforms. To implement LDAP on a Linux server, you need to download OpenLDAP Software. It is open source software. OpenLDAP Software comprises mainly two basic daemons:</p>
<ul>
<li><b>slapd (Stand-alone LDAP daemon)</b></li>
<ul>
<li>OpenLDAP server configuration file is called slapd.conf.</li>
<li>It provides authentication services through SASL (Simple Authentication and Security Layer).</li>
<li>It uses TLS (Transport Layer Security) for privacy concerns.</li>
<li>It allows or restricts access to the server by using <i>TCP wrappers</i>.</li>
<li>One of the most important functions of slapd is to provide a reliable access control facility.</li>
</ul>
<li><b>slurpd (stand-alone LDAP update replication daemon)</b></li>
<ul>
<li>This is used to replicate the database of LDAP directory.</li>
<li>The master slapd server updates the slave server by using slurpd.</li>
<li>It helps the master slapd server in distributing the load among the slave servers.</li>
</ul>
</ul>
<p>To unpack the downloaded <i>gzipped</i> package, you have to copy the package to a desirable directory such as <i>/usr/local</i> </p>
<p><b>Requirements before installation:</b> Before installing OpenLDAP software, the LDAP server requires some additional packages:</p>
<ul>
<li><b>OpenSSL TLS libraries:</b> Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide security over the network. These are used to encrypt the segments of a network connection.</li>
<li><b>Kerberos Authentication Services:</b> It is a distributed authentication service.</li>
<li><b>Database software like Berkeley DB:</b> It stores the database using Oracle Berkeley DB package.</li>
<li><b>TCP Wrappers:</b> These are used in the servers having non public information.</li>
</ul>
<p><b>Installation:</b> You can install OpenLDAP in either of the two ways.
<ul>
<li>Use <i>apt-get/dpkg</i> to install the binary package.</li>
<p><img src='f108530-a.gif' /></p>
<li>Install OpenLDAP from sources and unpack the <i>tar gzipped package</i> to a desirable directory.
<p><img src='f108530-b.gif' /></li>
<p>Run the following commands to build the server.</p>
<p><img src='f108530-o.gif' /></ul>
<p><b>Overview of LDAP Backends:</b> </p>
<ol>
<li><b>BDB (Berkeley Database Backend):</b> The BDB backend is used with a normal slapd database. It stores data with the help of Oracle Berkeley DB package.</li>
<p></p>
<li><b>LDAP:</b> The LDAP backend is not a real database; it only forwards the incoming requests to another LDAP server.</li>
<p></p>
<li><b>LDIF (LDAP Data Interchange Format):</b> LDIF is a text-based format for representing the LDAP contents.</li>
<p></p>
<li><b>Metadirectory:</b> The Meta backend is similar to the LDAP backend. It acts as a proxy to forward requests to a set of remote LDAP servers called <i>target</i>.</li>
<p></p>
<li><b>Monitor:</b> The running status of daemon is dynamically maintained by this backend.</li>
<p></p>
<li><b>Null:</b> Null backend searches return success, and updates them. The slapadd and slapcat tools are also very useful.</li>
<p></p>
<li><b>Passwd:</b> The Passwd backend lists the information stored in a system <i>passwd</i> file.</li>
<p></p>
<li><b>Perl/Shell:</b> This backend can be used after installing the Perl module. Perl scripts are used for interacting with the LDAP directories.</li>
<p></p>
<li><b>SQL:</b> The SQL backend is used with RDBMS (Relational Database Management System).</li>
</ol>
<p> <b>Developing LDAP Applications with Perl:</b> <i>perl-ldap</i> provides an easy access to data contained in LDAP directories. You can write basic Perl scripts to interact with an LDAP directory. You need to download the following two packages:</p>
<ol>
<li><i>Convert-BER-1.31.tar.gz</i></li>
<p></p>
<li><i>perl-ldap-0.15.tar.gz</li>
<p></i></ol>
<p>You can unpack and install the <i>Convert-BER-1.31.tar.gz</i> package using the following commands.</p>
<p><img src='f108530-c.gif' /></p>
<p>Use the following commands to unpack and install <i>perl-ldap-0.15.tar.gz</i>.</p>
<p><img src='f108530-d.gif' />   <br />
Now you are able to write basic Perl scripts to interact with an LDAP directory. You can use the following statement to invoke <i>perl-ldap</i>:</p>
<p><img src='f108530-e.gif' /></p>
<p>After invoking, you have to open a new LDAP connection. Below is an example of how to connect to a computer with the hostname ldapserver.ucertify.com:</p>
<p><img src='f108530-f.gif' /></p>
<p>By default, LDAP uses port 389. If you want to use a different port, you need to mention it:</p>
<p><img src='f108530-g.gif' /></p>
<p>You can also set the timeout parameter:</p>
<p><img src='f108530-h.gif' /></p>
<p><b>Binding to the Server:</b>  After creating a connection to an LDAP server, you need to bind to it:</p>
<p><img src='f108530-i.gif' /></p>
<p>To close a connection, you must unbind from it:</p>
<p><img src='f108530-j.gif' /></p>
<p><b>Adding Entries to the Database:</b> You can add LDAP entries to the directory:</p>
<p><img src='f108530-k.gif' /></p>
<p><b>Searching the directory:</b> The -&gt;search function is used to search the LDAP directory:</p>
<p><img src='f108530-l.gif' /></p>
<p>It searches the entire LDAP tree. You can confine your search only to the ou=People branch using the following command:</p>
<p><img src='f108530-m.gif' /></p>
<p><b>Modifying the directory:</b> There are three types of modifications that can be performed in an LDAP directory:</p>
<ul>
<li>add</li>
<p></p>
<li>delete</li>
<p></p>
<li>replace</li>
</ul>
<p><img src='f108530-n.gif' /></p>
<p><b>Summary:</b> <i>perl-ldap</i> is a convenient tool for accessing LDAP servers with Perl scripts. Now a days, LDAP is emerging as a global directory providing service to a much broader context.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202 - Advanced Level Linux Professional II</a> simulation.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-301.html" >LPI Senior Level Linux Professional-I</a> exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Finstallation-and-development-of-ldap-lightweight-directory-access-protocol.html&amp;linkname=Installation%20and%20Development%20of%20LDAP%20%28Lightweight%20Directory%20Access%20Protocol%29"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/installation-and-development-of-ldap-lightweight-directory-access-protocol.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install LDAP?</title>
		<link>http://www.ucertify.com/article/how-to-install-ldap.html</link>
		<comments>http://www.ucertify.com/article/how-to-install-ldap.html#comments</comments>
		<pubDate>Mon, 13 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Senior Level Linux Professional (LPIC-3)]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[117-301]]></category>

		<guid isPermaLink="false">112438</guid>
		<description><![CDATA[To implement LDAP on a Linux server, you need to download the OpenLDAP software. It is open source software. The OpenLDAP software comprises mainly two basic daemons: slapd and slurpd. OpenLDAP can be installed in either of the following two ways: Use apt]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >LPI Advanced Level Linux Professional (LPIC-2)</a> exam.</span>
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic - Linux Professional</a> simulation.</span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to download <a href="http://www.ucertify.com/certifications/LPI/lpic-3.html" >lpic-3</a> test study guide and practice question.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-install-ldap.html&amp;t=How+to+install+LDAP%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-install-ldap.html&amp;title=How+to+install+LDAP%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-install-ldap.html&amp;title=How+to+install+LDAP%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=How+to+install+LDAP%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-install-ldap.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>To implement LDAP on a Linux server, you need to download the OpenLDAP software. It is open source software. The OpenLDAP software comprises mainly two basic daemons: <uc:kwd>slapd</uc:kwd> and <uc:kwd>slurpd</uc:kwd>. OpenLDAP can be installed in either of the following two ways:
<ol>
<li>Use <uc:stx>apt-get/dpkg</uc:stx> to install the binary package:</p>
<p><img src='f112438-a.gif' /></li>
<li>Install OpenLDAP from sources and unpack the <uc:stx>tar</uc:stx> gzipped package to a desirable directory:
<p><img src='f112438-b.gif' /></li>
</ol>
<p>Run the following commands to build the server:</p>
<p><img src='f112438-c.gif' /></p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202  Advanced Level Linux Professional II</a> exam.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/LPI/117-301.html" >117-301</a> for exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fhow-to-install-ldap.html&amp;linkname=How%20to%20install%20LDAP%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/how-to-install-ldap.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is 3DES?</title>
		<link>http://www.ucertify.com/article/what-is-3des.html</link>
		<comments>http://www.ucertify.com/article/what-is-3des.html#comments</comments>
		<pubDate>Thu, 09 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[312-50]]></category>
		<category><![CDATA[70-536-CSHARP]]></category>
		<category><![CDATA[70-536-VB]]></category>
		<category><![CDATA[70-552-CSHARP]]></category>
		<category><![CDATA[70-564-CSHARP]]></category>
		<category><![CDATA[70-564-VB]]></category>
		<category><![CDATA[SCP]]></category>
		<category><![CDATA[XK0-002]]></category>

		<guid isPermaLink="false">1401439</guid>
		<description><![CDATA[3DES, also referred to as triple DES, is a mode of the Data Encryption Standard (DES) encryption algorithm. 3DES uses three 64-bit keys to encrypt data thrice. Primarily, it encrypts data with a 64-bit key. Then, the output data is again encrypted with th]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-3des.html&amp;t=What+is+3DES%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-3des.html&amp;title=What+is+3DES%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-3des.html&amp;title=What+is+3DES%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+3DES%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-3des.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>3DES, also referred to as triple DES, is a mode of the Data Encryption Standard (DES) encryption algorithm. 3DES uses three 64-bit keys to encrypt data thrice. Primarily, it encrypts data with a 64-bit key. Then, the output data is again encrypted with the second 64-bit key. Finally, the third 64-bit key is used for encryption. DES uses the block cipher method to break a data file into 64-bit blocks, which are then encrypted. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2 Advanced Level Linux Professional (LPIC-2)</a> exam practice questions.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >LPI lpic</a> download free trial.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/LPI/117-202.html" >LPI Advanced Level Linux Professional II</a> certified.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/EC-Council/312-50.html" >312-50 Ethical Hacking and Countermeasures (CEH v6)</a> exam practice questions.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/Microsoft/70-536-CSHARP.html" >70-536-CSHARP</a> test study guide and practice question.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/Microsoft/70-536-VB.html" >Microsoft 70-536-VB</a> download free trial.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/Microsoft/70-552-CSHARP.html" >Microsoft UPGRADE: MCAD to MCPD Windows Developer C#.NET</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/Microsoft/70-564-CSHARP.html" >Microsoft MCPD: ASP C#.NET Framework</a> certified.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/Microsoft/70-564-VB.html" > Pass Microsoft 70-564-VB - MCPD: ASP VB.NET Framework</a><li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/ISC2/SSCP.html" >SSCP</a> test study guide and practice question.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/CompTIA/XK0-002.html" >CompTIA Linux+</a> exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-3des.html&amp;linkname=What%20is%203DES%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-3des.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a hot spare disk?</title>
		<link>http://www.ucertify.com/article/what-is-a-hot-spare-disk.html</link>
		<comments>http://www.ucertify.com/article/what-is-a-hot-spare-disk.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Linux+]]></category>
		<category><![CDATA[117-201]]></category>
		<category><![CDATA[XK0-002]]></category>

		<guid isPermaLink="false">1401414</guid>
		<description><![CDATA[A hot spare disk is a hard disk drive that is flagged for use in case another drive in the RAID array fails. If a hot spare disk is configured with a RAID array, and a disk in the RAID fails, the hot spare disk is immediately available for the RAID to sta]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	<span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2</a> for exam.</span>
    Author : Yong Mook Kim<span style='border:1px solid #ccc;background-color:#eff3ef;'> <a href="http://www.ucertify.com/certifications/LPI/lpic.html" > Pass LPI lpic - Linux Professional</a></span>
    Website : http://www.mkyong.com<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to download <a href="http://www.ucertify.com/certifications/CompTIA/linux-plus.html" >linux-plus</a> test study guide and practice question.</span>
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-hot-spare-disk.html&amp;t=What+is+a+hot+spare+disk%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-hot-spare-disk.html&amp;title=What+is+a+hot+spare+disk%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-hot-spare-disk.html&amp;title=What+is+a+hot+spare+disk%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+a+hot+spare+disk%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-hot-spare-disk.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>A hot spare disk is a hard disk drive that is flagged for use in case another drive in the RAID array fails. If a hot spare disk is configured with a RAID array, and a disk in the RAID fails, the hot spare disk is immediately available for the RAID to start rebuilding the RAID data. As soon as the rebuild is completed, the RAID array becomes fully functional without affecting the performance. All the RAIDS (0, 1, 3, 5, etc.) support hot spare disks.</p>
<span style='border:1px solid #ccc;background-color:#eff3ef;'> Click here to get free <a href="http://www.ucertify.com/exams/LPI/117-201.html" >117-201 Advance Level Linux Professional (LPIC-2)</a> exam practice questions.</span><span style='border:1px solid #ccc;background-color:#eff3ef;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/CompTIA/XK0-002.html" >XK0-002</a> for exam.</span><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-a-hot-spare-disk.html&amp;linkname=What%20is%20a%20hot%20spare%20disk%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-a-hot-spare-disk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is /dev directory?</title>
		<link>http://www.ucertify.com/article/what-is-dev-directory.html</link>
		<comments>http://www.ucertify.com/article/what-is-dev-directory.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[CIW Certified Security Analyst]]></category>
		<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Linux+]]></category>
		<category><![CDATA[Master CIW Administrator]]></category>
		<category><![CDATA[117-201]]></category>
		<category><![CDATA[1D0-470]]></category>
		<category><![CDATA[XK0-002]]></category>

		<guid isPermaLink="false">1401158</guid>
		<description><![CDATA[The /dev directory contains files that represent access points to the devices installed on a Linux computer. These devices include terminal devices, floppy disk drives, hard disk drives, RAM, CD-ROMs, etc. ]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dev-directory.html&amp;t=What+is+%2Fdev+directory%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dev-directory.html&amp;title=What+is+%2Fdev+directory%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dev-directory.html&amp;title=What+is+%2Fdev+directory%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+%2Fdev+directory%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dev-directory.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>The /dev directory contains files that represent access points to the devices installed on a Linux computer. These devices include terminal devices, floppy disk drives, hard disk drives, RAM, CD-ROMs, etc. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2  Advanced Level Linux Professional (LPIC-2)</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/CIW/ciw-security-analyst.html" >ciw-security-analyst  CIW Certified Security Analyst</a> exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >CIW ciw-professional</a> download free trial.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic</a> for exam.<li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/certifications/CompTIA/linux-plus.html" >CompTIA linux-plus</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/CIW/master-ciw-administrator.html" >Master CIW Administrator</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-201.html" >LPI Advance Level Linux Professional (LPIC-2)</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/CIW/1D0-470.html" >CIW CIW Security Professional</a> certified.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/CompTIA/XK0-002.html" >XK0-002</a> for exam.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-dev-directory.html&amp;linkname=What%20is%20%2Fdev%20directory%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-dev-directory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is IFCONFIG command?</title>
		<link>http://www.ucertify.com/article/what-is-ifconfig-command.html</link>
		<comments>http://www.ucertify.com/article/what-is-ifconfig-command.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Junior Level Linux Professional (LPIC-1)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Master CIW Administrator]]></category>
		<category><![CDATA[Master CIW Web Site Manager]]></category>
		<category><![CDATA[UCP]]></category>
		<category><![CDATA[117-102]]></category>
		<category><![CDATA[117-201]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[1D0-450]]></category>
		<category><![CDATA[312-50]]></category>
		<category><![CDATA[XK0-002]]></category>

		<guid isPermaLink="false">1401168</guid>
		<description><![CDATA[IFCONFIG is a command-line tool, which is used for network interface management. Following are some of the options used with the command:up: This option is used to activate the specified interface.
down: This option is used to deactivate the specified int]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ifconfig-command.html&amp;t=What+is+IFCONFIG+command%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ifconfig-command.html&amp;title=What+is+IFCONFIG+command%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ifconfig-command.html&amp;title=What+is+IFCONFIG+command%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+IFCONFIG+command%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ifconfig-command.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p><uc:cmd>IFCONFIG</uc:cmd> is a command-line tool, which is used for network interface management. Following are some of the options used with the command:
<ul>
<li><uc:hed>up</uc:hed>: This option is used to activate the specified interface.</li>
<p></p>
<li><uc:hed>down</uc:hed>: This option is used to deactivate the specified interface. </li>
<p></p>
<li><uc:hed>lo</uc:hed>: This option is used to view the loopback interface.</li>
</ul>
<p>The <uc:cmd>IFCONFIG</uc:cmd> command is also used to configure an interface. </p>
<p><uc:hed>Syntax:</uc:hed></p>
<p><uc:stx>IFCONFIG interface options </uc:stx></p>
<p>For example, to configure a Linux computer&#8217;s first network interface with an IP address 200.200.200.123 and subnet mask 255.255.255.0, the following command is used:</p>
<p><uc:stx>IFCONFIG eth0 200.200.200.123 netmask 255.255.255.0</uc:stx></p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >lpic-2 - Advanced Level Linux Professional (LPIC-2)</a> simulation.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >ciw-professional CIW Professional</a> exam practice questions.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic-1.html" >lpic-1  Junior Level Linux Professional (LPIC-1)</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >LPI Linux Professional</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/certifications/CIW/master-ciw-administrator.html" >master-ciw-administrator Master CIW Administrator</a> exam practice questions.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/master-ciw-web-site-manager.html" >master-ciw-web-site-manager</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/certifications/LPI/ucp.html" >ucp  UCP</a> exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/LPI/117-102.html" >LPI Junior Level Linux Professional-II</a> exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/exams/LPI/117-201.html" >117-201 - Advance Level Linux Professional (LPIC-2)</a> simulation.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/exams/LPI/117-202.html" >117-202</a> for exam.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/CIW/1D0-450.html" >1D0-450  CIW Server Administrator</a> exam.<li style='margin-left:10px;'> Become <a href="http://www.ucertify.com/exams/EC-Council/312-50.html" >EC-Council Ethical Hacking and Countermeasures (CEH v6)</a> certified.<li style='margin-left:10px;'> Click here to download <a href="http://www.ucertify.com/exams/CompTIA/XK0-002.html" >XK0-002</a> test study guide and practice question.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-ifconfig-command.html&amp;linkname=What%20is%20IFCONFIG%20command%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-ifconfig-command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is INETD daemon?</title>
		<link>http://www.ucertify.com/article/what-is-inetd-daemon.html</link>
		<comments>http://www.ucertify.com/article/what-is-inetd-daemon.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:00:00 +0000</pubDate>
		<dc:creator>uCertify</dc:creator>
				<category><![CDATA[Advanced Level Linux Professional (LPIC-2)]]></category>
		<category><![CDATA[CIW Certified Security Analyst]]></category>
		<category><![CDATA[CIW Professional]]></category>
		<category><![CDATA[Junior Level Linux Professional (LPIC-1)]]></category>
		<category><![CDATA[Linux Professional]]></category>
		<category><![CDATA[Master CIW Administrator]]></category>
		<category><![CDATA[Master CIW Web Site Manager]]></category>
		<category><![CDATA[UCP]]></category>
		<category><![CDATA[117-102]]></category>
		<category><![CDATA[117-202]]></category>
		<category><![CDATA[1D0-450]]></category>
		<category><![CDATA[1D0-470]]></category>
		<category><![CDATA[312-50]]></category>
		<category><![CDATA[XK0-002]]></category>

		<guid isPermaLink="false">1401171</guid>
		<description><![CDATA[Linux uses INETD daemon to control most of the network services. INETD handles communication for these services by listening on their specific TCP/IP ports. When a request comes in, INETD enables the services required for processing the request. The /etc/]]></description>
			<content:encoded><![CDATA[<!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	--><div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-inetd-daemon.html&amp;t=What+is+INETD+daemon%3F&amp;s=compact' height='18' width='120' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-inetd-daemon.html&amp;title=What+is+INETD+daemon%3F&amp;t=1 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-inetd-daemon.html&amp;title=What+is+INETD+daemon%3F&amp;t=2 ' height='18' width='120' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=What+is+INETD+daemon%3F;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=small-votes></script></td> <td><iframe src='http://api.tweetmeme.com/button.js?url=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-inetd-daemon.html&amp;source=ucertify&amp;style=compact ' height='20' width='90' frameborder='0' scrolling='no'></iframe></td></table></div><p>Linux uses <uc:cmd>INETD</uc:cmd> daemon to control most of the network services. <uc:cmd>INETD</uc:cmd> handles communication for these services by listening on their specific TCP/IP ports. When a request comes in, <uc:cmd>INETD</uc:cmd> enables the services required for processing the request. The /etc/inetd.conf configuration file is used to keep the configuration information of the services. </p>
<ul style='border:1px solid #ccc;background-color:#eff3ef;padding:10px;'><li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/LPI/lpic-2.html" >Advanced Level Linux Professional (LPIC-2)</a> in first attampt.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/ciw-security-analyst.html" >ciw-security-analyst</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/ciw-professional.html" >ciw-professional</a> for exam.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/LPI/lpic-1.html" >lpic-1</a> for exam.<li style='margin-left:10px;'> Get certified in first attempt download <a href="http://www.ucertify.com/certifications/LPI/lpic.html" >lpic - Linux Professional</a> simulation.<li style='margin-left:10px;'> Download practice question and study guide for  <a href="http://www.ucertify.com/certifications/CIW/master-ciw-administrator.html" >master-ciw-administrator</a> for exam.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/certifications/CIW/master-ciw-web-site-manager.html" >Master CIW Web Site Manager</a> in first attampt.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/certifications/LPI/ucp.html" > Pass LPI ucp - UCP</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/LPI/117-102.html" >LPI 117-102</a> download free trial.<li style='margin-left:10px;'> Pass <a href="http://www.ucertify.com/exams/LPI/117-202.html" >Advanced Level Linux Professional II</a> in first attampt.<li style='margin-left:10px;'> Download free practice test for <a href="http://www.ucertify.com/exams/CIW/1D0-450.html" >1D0-450  CIW Server Administrator</a> exam.<li style='margin-left:10px;'> Click here to get free <a href="http://www.ucertify.com/exams/CIW/1D0-470.html" >1D0-470 CIW Security Professional</a> exam practice questions.<li style='margin-left:10px;'> <a href="http://www.ucertify.com/exams/EC-Council/312-50.html" > Pass EC-Council 312-50 - Ethical Hacking and Countermeasures (CEH v6)</a><li style='margin-left:10px;'> Best exam simulation <a href="http://www.ucertify.com/exams/CompTIA/XK0-002.html" >CompTIA XK0-002</a> download free trial.</ul><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.ucertify.com%2Farticle%2Fwhat-is-inetd-daemon.html&amp;linkname=What%20is%20INETD%20daemon%3F"><img src="http://www.ucertify.com/article/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.ucertify.com/article/what-is-inetd-daemon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
