<?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>My 1st Blog &#187; Linux/Unix</title>
	<atom:link href="http://www.wapopia.com/blog/category/linuxunix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wapopia.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 25 Aug 2011 08:10:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pure-Ftpd Unix Authentication</title>
		<link>http://www.wapopia.com/blog/2010/12/17/pure-ftpd-unix-authentication/</link>
		<comments>http://www.wapopia.com/blog/2010/12/17/pure-ftpd-unix-authentication/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 11:12:33 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=463</guid>
		<description><![CDATA[I installed pure-ftpd by RPM on my CentOS 5 test system, I was able to login as a anonymous user however I was not able to login as the standard unix user as which are defined in /etc/passwd.
 I was not using the pureftpd virtual users and was running Pure-Ftpd directly from command line without [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2006/10/02/history-file-in-linux-and-its-path/' rel='bookmark' title='Permanent Link: History file in Linux and its Path'>History file in Linux and its Path</a> <small>History file in Linux is the file in which the...</small></li><li><a href='http://www.wapopia.com/blog/2008/11/08/clear-network-cache-in-windows/' rel='bookmark' title='Permanent Link: Clear Network Cache in Windows'>Clear Network Cache in Windows</a> <small>Well its not really ‘Network Cache’, it is ARP cache...</small></li><li><a href='http://www.wapopia.com/blog/2006/09/15/dmesg-linux-boot-messages/' rel='bookmark' title='Permanent Link: dmesg linux boot messages'>dmesg linux boot messages</a> <small>dmesg command The messages that appear on the screen while...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I installed pure-ftpd by RPM on my CentOS 5 test system, I was able to login as a anonymous user however I was not able to login as the standard unix user as which are defined in /etc/passwd.<br />
 I was not using the pureftpd virtual users and was running Pure-Ftpd directly from command line without the use of the configuration file.</p>
<p>I had run the pure-ftpd daemon by simply issuing the pure-ftpd command in shell, anyway after struggling a bit and looking here and there I found out that <strong>If you want to user simple Unix Authentication with Pure-FTPD than you will have to run it with the -l unix switch </strong></p>
<p><code>pure-ftpd -l unix</code></p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2006/10/02/history-file-in-linux-and-its-path/' rel='bookmark' title='Permanent Link: History file in Linux and its Path'>History file in Linux and its Path</a> <small>History file in Linux is the file in which the...</small></li><li><a href='http://www.wapopia.com/blog/2008/11/08/clear-network-cache-in-windows/' rel='bookmark' title='Permanent Link: Clear Network Cache in Windows'>Clear Network Cache in Windows</a> <small>Well its not really ‘Network Cache’, it is ARP cache...</small></li><li><a href='http://www.wapopia.com/blog/2006/09/15/dmesg-linux-boot-messages/' rel='bookmark' title='Permanent Link: dmesg linux boot messages'>dmesg linux boot messages</a> <small>dmesg command The messages that appear on the screen while...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2010/12/17/pure-ftpd-unix-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download directory using ftp</title>
		<link>http://www.wapopia.com/blog/2010/08/05/how-to-download-directory-using-ftp/</link>
		<comments>http://www.wapopia.com/blog/2010/08/05/how-to-download-directory-using-ftp/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 20:06:15 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=415</guid>
		<description><![CDATA[unfortunately using the bare-bone command line shell ftp which comes with linux/unix and  without any scripting or some special command line utility
you wont be able to  directly download a directory from a server
the problem is the sometimes you don&#8217;t have access to tar at the server and neither can you install any other shell [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2008/05/08/cp-copy-current-previous-directory-linux/' rel='bookmark' title='Permanent Link: cp to copy from Current to previous directory'>cp to copy from Current to previous directory</a> <small>It took me a couple of minutes to figure out...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/20/download-usbstorsys/' rel='bookmark' title='Permanent Link: Download USBSTOR.SYS'>Download USBSTOR.SYS</a> <small>I had mentioned couple of weeks ago that USB devices...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/count-number-of-files-in-a-directory/' rel='bookmark' title='Permanent Link: Count number of files in a directory'>Count number of files in a directory</a> <small>If a directory has a large number of files on...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>unfortunately using the bare-bone command line shell ftp which comes with linux/unix and  without any scripting or some special command line utility<br />
you wont be able to  directly download a directory from a server<span id="more-415"></span></p>
<p>the problem is the sometimes you don&#8217;t have access to tar at the server and neither can you install any other shell ftp program of your liking to download files recursively</p>
<p>however, most of the times you would have access to wget and wget can come in very handy for downloading any directory recursively</p>
<p>here is the command</p>
<p><code>wget -r ftp://bobuser:bobpassword@yourhost.com/httpdocs/*</code></p>
<p>the above mentioned will download the folder httpdocs and everything under it to your server and will save you the trouble of downloading to laptop and than re-uploading to other server </p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2008/05/08/cp-copy-current-previous-directory-linux/' rel='bookmark' title='Permanent Link: cp to copy from Current to previous directory'>cp to copy from Current to previous directory</a> <small>It took me a couple of minutes to figure out...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/20/download-usbstorsys/' rel='bookmark' title='Permanent Link: Download USBSTOR.SYS'>Download USBSTOR.SYS</a> <small>I had mentioned couple of weeks ago that USB devices...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/count-number-of-files-in-a-directory/' rel='bookmark' title='Permanent Link: Count number of files in a directory'>Count number of files in a directory</a> <small>If a directory has a large number of files on...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2010/08/05/how-to-download-directory-using-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wget bad port number error</title>
		<link>http://www.wapopia.com/blog/2010/08/05/wget-bad-port-number-error/</link>
		<comments>http://www.wapopia.com/blog/2010/08/05/wget-bad-port-number-error/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 19:52:06 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=412</guid>
		<description><![CDATA[If you are trying to connect to a remote host with wget and wget is instantly throwing a &#8220;bad port number&#8221; error to your face without even trying to connect than please note that it is due to certain special characters which you have supplied to wget in the password filed 
like this command gives [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2009/01/12/c-include-iostream-declaration-syntax-error/' rel='bookmark' title='Permanent Link: C++ #include  iostream.h  declaration syntax error'>C++ #include  iostream.h  declaration syntax error</a> <small>I just downloaded and installed borland Turbo C++ , the...</small></li><li><a href='http://www.wapopia.com/blog/2009/03/07/ping-a-specific-port/' rel='bookmark' title='Permanent Link: Ping a Specific Port'>Ping a Specific Port</a> <small>I have always wished to have a utility which is...</small></li><li><a href='http://www.wapopia.com/blog/2008/05/17/remove-bios-password-from-hp-desktop/' rel='bookmark' title='Permanent Link: Remove BIOS password from HP desktop'>Remove BIOS password from HP desktop</a> <small>I never noticed that there was a BIOS setup password...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>If you are trying to connect to a remote host with wget and wget is instantly throwing a &#8220;bad port number&#8221; error to your face without even trying to connect than please note that it is due to certain special characters which you have supplied to wget in the password filed <span id="more-412"></span></p>
<p>like this command gives an error</p>
<p><code>wget -r ftp://ftpuser:jyi#hh$jh#k?h@1.3.4.5</code><br />
however if you remove special characters like #,$ and ? from the password than the same will work fine<br />
so before connecting with wget you should change your password to simple one with the special characters</p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2009/01/12/c-include-iostream-declaration-syntax-error/' rel='bookmark' title='Permanent Link: C++ #include  iostream.h  declaration syntax error'>C++ #include  iostream.h  declaration syntax error</a> <small>I just downloaded and installed borland Turbo C++ , the...</small></li><li><a href='http://www.wapopia.com/blog/2009/03/07/ping-a-specific-port/' rel='bookmark' title='Permanent Link: Ping a Specific Port'>Ping a Specific Port</a> <small>I have always wished to have a utility which is...</small></li><li><a href='http://www.wapopia.com/blog/2008/05/17/remove-bios-password-from-hp-desktop/' rel='bookmark' title='Permanent Link: Remove BIOS password from HP desktop'>Remove BIOS password from HP desktop</a> <small>I never noticed that there was a BIOS setup password...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2010/08/05/wget-bad-port-number-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cp to copy from Current to previous directory</title>
		<link>http://www.wapopia.com/blog/2008/05/08/cp-copy-current-previous-directory-linux/</link>
		<comments>http://www.wapopia.com/blog/2008/05/08/cp-copy-current-previous-directory-linux/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:36:53 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/2008/05/08/cp-to-copy-from-current-to-previous-directory/</guid>
		<description><![CDATA[It took me a couple of minutes to figure out the syntax for command to copy files from  the current folder in linux to the directory or folder one level up, so here is it 
cp -r . ../


Related posts:How to download directory using ftp unfortunately using the bare-bone command line shell ftp which [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2010/08/05/how-to-download-directory-using-ftp/' rel='bookmark' title='Permanent Link: How to download directory using ftp'>How to download directory using ftp</a> <small>unfortunately using the bare-bone command line shell ftp which comes...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/count-number-of-files-in-a-directory/' rel='bookmark' title='Permanent Link: Count number of files in a directory'>Count number of files in a directory</a> <small>If a directory has a large number of files on...</small></li><li><a href='http://www.wapopia.com/blog/2007/07/03/shortcut-for-copy-and-paste/' rel='bookmark' title='Permanent Link: Shortcut for copy and paste ?'>Shortcut for copy and paste ?</a> <small>CTRL + c or CTRL + Insert (Ins) is the...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>It took me a couple of minutes to figure out the syntax for command to copy files from  the current folder in linux to the directory or folder one level up, so here is it </p>
<p><code>cp -r . ../</code></p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2010/08/05/how-to-download-directory-using-ftp/' rel='bookmark' title='Permanent Link: How to download directory using ftp'>How to download directory using ftp</a> <small>unfortunately using the bare-bone command line shell ftp which comes...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/count-number-of-files-in-a-directory/' rel='bookmark' title='Permanent Link: Count number of files in a directory'>Count number of files in a directory</a> <small>If a directory has a large number of files on...</small></li><li><a href='http://www.wapopia.com/blog/2007/07/03/shortcut-for-copy-and-paste/' rel='bookmark' title='Permanent Link: Shortcut for copy and paste ?'>Shortcut for copy and paste ?</a> <small>CTRL + c or CTRL + Insert (Ins) is the...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2008/05/08/cp-copy-current-previous-directory-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SecureCRT  a nice piece of terminal software</title>
		<link>http://www.wapopia.com/blog/2008/03/18/securecrt-a-nice-piece-of-terminal-software/</link>
		<comments>http://www.wapopia.com/blog/2008/03/18/securecrt-a-nice-piece-of-terminal-software/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 21:16:09 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=87</guid>
		<description><![CDATA[I had a requirement in which I wanted to open SSH sessions with multiple hosts from Windows , execute some commands and than save the output in a log file. I was looking for some software to automate this and found SecureCRT . It has some very nice logging and automation abilities,  with the [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2006/10/05/enable-and-disable-mail-notifications-in-linux-terminal/' rel='bookmark' title='Permanent Link: Enable and disable mail notifications in linux terminal'>Enable and disable mail notifications in linux terminal</a> <small>You can enable or disable the mail notification in a...</small></li><li><a href='http://www.wapopia.com/blog/2010/06/20/how-to-copy-text-from-any-window-or-program-software/' rel='bookmark' title='Permanent Link: How to copy text from any Window or Program Software?'>How to copy text from any Window or Program Software?</a> <small>[caption id="attachment_391" align="alignright" width="166" caption="There is no way you can...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/bad-sector-checking-scanning-software/' rel='bookmark' title='Permanent Link: Bad Sector Checking and Scanning Software'>Bad Sector Checking and Scanning Software</a> <small>If your hard drive is acting up, PC hanging, read...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I had a requirement in which I wanted to open SSH sessions with multiple hosts from Windows , execute some commands and than save the output in a log file. I was looking for some software to automate this and found SecureCRT . It has some very nice logging and automation abilities,  with the ability to over write a log file or to just append to it, similarly there is also the macros feature and you just give the required commands once and than afterwards just rerun the macro by a single click.</p>
<p>At startup you can select multiple connections to connect and don’t have to individually login to each host , this is a real blessing If you have to connect to 20+ hosts at a time <img src='http://www.wapopia.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2006/10/05/enable-and-disable-mail-notifications-in-linux-terminal/' rel='bookmark' title='Permanent Link: Enable and disable mail notifications in linux terminal'>Enable and disable mail notifications in linux terminal</a> <small>You can enable or disable the mail notification in a...</small></li><li><a href='http://www.wapopia.com/blog/2010/06/20/how-to-copy-text-from-any-window-or-program-software/' rel='bookmark' title='Permanent Link: How to copy text from any Window or Program Software?'>How to copy text from any Window or Program Software?</a> <small>[caption id="attachment_391" align="alignright" width="166" caption="There is no way you can...</small></li><li><a href='http://www.wapopia.com/blog/2009/08/23/bad-sector-checking-scanning-software/' rel='bookmark' title='Permanent Link: Bad Sector Checking and Scanning Software'>Bad Sector Checking and Scanning Software</a> <small>If your hard drive is acting up, PC hanging, read...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2008/03/18/securecrt-a-nice-piece-of-terminal-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LPI 201 Exam</title>
		<link>http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/</link>
		<comments>http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 21:04:14 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/</guid>
		<description><![CDATA[Just want to share that I took the 1st exam of the LPIC 2 series i.e. the LPI 201 paper last week and have fortunately passed it  . Now just one more exam to go in the LPI series , hopefully I will also take it in 3-4 months.
This time to paper was not [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/05/30/i-passed-lpi-101-exam/' rel='bookmark' title='Permanent Link: I Passed LPI 101 Exam'>I Passed LPI 101 Exam</a> <small>Just to let everyone know, I passed the LPI 101...</small></li><li><a href='http://www.wapopia.com/blog/2007/12/19/passed-lpi-level-1-certification/' rel='bookmark' title='Permanent Link: Passed LPI Level  1 Certification'>Passed LPI Level  1 Certification</a> <small>A few months (or more than just a few )...</small></li><li><a href='http://www.wapopia.com/blog/2009/07/15/lpi-new-course/' rel='bookmark' title='Permanent Link: LPI New Course'>LPI New Course</a> <small>I had posted a ‘long’ time ago that I have...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Just want to share that I took the 1st exam of the LPIC 2 series i.e. the LPI 201 paper last week and have fortunately passed it  . Now just one more exam to go in the LPI series , hopefully I will also take it in 3-4 months.</p>
<p>This time to paper was not very difficult as after clearing the level  one exams I had an idea of what to expect . </p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/05/30/i-passed-lpi-101-exam/' rel='bookmark' title='Permanent Link: I Passed LPI 101 Exam'>I Passed LPI 101 Exam</a> <small>Just to let everyone know, I passed the LPI 101...</small></li><li><a href='http://www.wapopia.com/blog/2007/12/19/passed-lpi-level-1-certification/' rel='bookmark' title='Permanent Link: Passed LPI Level  1 Certification'>Passed LPI Level  1 Certification</a> <small>A few months (or more than just a few )...</small></li><li><a href='http://www.wapopia.com/blog/2009/07/15/lpi-new-course/' rel='bookmark' title='Permanent Link: LPI New Course'>LPI New Course</a> <small>I had posted a ‘long’ time ago that I have...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Intel D102GGC with Linux</title>
		<link>http://www.wapopia.com/blog/2007/12/24/using-intel-d102ggc-with-linux/</link>
		<comments>http://www.wapopia.com/blog/2007/12/24/using-intel-d102ggc-with-linux/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 06:15:41 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=77</guid>
		<description><![CDATA[I happened to have the Intel D102GGC board since last year (with a SATA hard drive) and was unable to successfully install any Linux distribution including RHEL and SuSe 10 on it and I had practically give up the hope of using Linux under this motherboard and had turned to using Vmware for experimenting and [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2009/02/07/intel-mother-board-corsair-works-kingston-does-not/' rel='bookmark' title='Permanent Link: Intel Mother Board Corsair works , Kingston does not'>Intel Mother Board Corsair works , Kingston does not</a> <small>As it turned out that I had burnt the ram...</small></li><li><a href='http://www.wapopia.com/blog/2006/04/22/play-mp3-in-linux/' rel='bookmark' title='Permanent Link: Play mp3 in Linux'>Play mp3 in Linux</a> <small>If you want to play MP3&#8217;s in Linux than a...</small></li><li><a href='http://www.wapopia.com/blog/2005/10/04/how-is-linux-different-than-solaris/' rel='bookmark' title='Permanent Link: How is Linux Different than Solaris'>How is Linux Different than Solaris</a> <small>Differences between Linux and Solaris Linux is also just a...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I happened to have the Intel D102GGC board since last year (with a SATA hard drive) and was unable to successfully install any Linux distribution including RHEL and SuSe 10 on it and I had practically give up the hope of using Linux under this motherboard and had turned to using Vmware for experimenting and learning Linux.</p>
<p>Yesterday I gave one last try by upgrading my BOIS to the latest version available at the Intel website for D102GGC board, it turned out that the version I had running that was dated back to 2005 and there were many updates available to it. </p>
<p>After upgrading the BIOS I one again tried to install RHEL 4 and this time everything worked out flawlessly and finally RHEL is now running fine on my system.<br />
Please note that I also had to pass acpi=off parameter to kernel to successfully boot, other than this it was just click and forward</p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2009/02/07/intel-mother-board-corsair-works-kingston-does-not/' rel='bookmark' title='Permanent Link: Intel Mother Board Corsair works , Kingston does not'>Intel Mother Board Corsair works , Kingston does not</a> <small>As it turned out that I had burnt the ram...</small></li><li><a href='http://www.wapopia.com/blog/2006/04/22/play-mp3-in-linux/' rel='bookmark' title='Permanent Link: Play mp3 in Linux'>Play mp3 in Linux</a> <small>If you want to play MP3&#8217;s in Linux than a...</small></li><li><a href='http://www.wapopia.com/blog/2005/10/04/how-is-linux-different-than-solaris/' rel='bookmark' title='Permanent Link: How is Linux Different than Solaris'>How is Linux Different than Solaris</a> <small>Differences between Linux and Solaris Linux is also just a...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2007/12/24/using-intel-d102ggc-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stop non root users from shutting down Linux</title>
		<link>http://www.wapopia.com/blog/2007/12/22/how-to-stop-non-root-users-from-shutting-down-linux/</link>
		<comments>http://www.wapopia.com/blog/2007/12/22/how-to-stop-non-root-users-from-shutting-down-linux/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 06:13:56 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=76</guid>
		<description><![CDATA[If your users have  KDE to logon to the system and you want to disable the visual buttons of shutdown and restart for non root users than use the following steps
 Go to start menu > control center >system administration > login manager > shutdown 
and select allow shutdown local to root only, this [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2005/10/04/how-is-linux-different-than-solaris/' rel='bookmark' title='Permanent Link: How is Linux Different than Solaris'>How is Linux Different than Solaris</a> <small>Differences between Linux and Solaris Linux is also just a...</small></li><li><a href='http://www.wapopia.com/blog/2009/10/06/how-to-install-fonts-linux/' rel='bookmark' title='Permanent Link: How to install fonts Linux'>How to install fonts Linux</a> <small>There are many ways by which you can install fonts...</small></li><li><a href='http://www.wapopia.com/blog/2006/10/05/enable-and-disable-mail-notifications-in-linux-terminal/' rel='bookmark' title='Permanent Link: Enable and disable mail notifications in linux terminal'>Enable and disable mail notifications in linux terminal</a> <small>You can enable or disable the mail notification in a...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>If your users have  KDE to logon to the system and you want to disable the visual buttons of shutdown and restart for non root users than use the following steps</p>
<p> Go to start menu > control center >system administration > login manager > shutdown </p>
<p>and select allow shutdown local to root only, this will prevent other non root users from messing around and shutting down your system.</p>
<p>Users may also open a terminal and bring the system down from the shutdown command (or many </p>
<p>of its alias like reboot/halt)so you may also need to adjust the execute permissions on these files.</p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2005/10/04/how-is-linux-different-than-solaris/' rel='bookmark' title='Permanent Link: How is Linux Different than Solaris'>How is Linux Different than Solaris</a> <small>Differences between Linux and Solaris Linux is also just a...</small></li><li><a href='http://www.wapopia.com/blog/2009/10/06/how-to-install-fonts-linux/' rel='bookmark' title='Permanent Link: How to install fonts Linux'>How to install fonts Linux</a> <small>There are many ways by which you can install fonts...</small></li><li><a href='http://www.wapopia.com/blog/2006/10/05/enable-and-disable-mail-notifications-in-linux-terminal/' rel='bookmark' title='Permanent Link: Enable and disable mail notifications in linux terminal'>Enable and disable mail notifications in linux terminal</a> <small>You can enable or disable the mail notification in a...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2007/12/22/how-to-stop-non-root-users-from-shutting-down-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passed LPI Level  1 Certification</title>
		<link>http://www.wapopia.com/blog/2007/12/19/passed-lpi-level-1-certification/</link>
		<comments>http://www.wapopia.com/blog/2007/12/19/passed-lpi-level-1-certification/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 07:02:08 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/?p=74</guid>
		<description><![CDATA[A few months (or more than just a few ) back in February I had posted about passing the LPI 101 exam, which is the 1st exam  that you need to pass in order to obtain the LPI Level 1 certification. The second exam required for LPI Level 1 cert is exam 102.  [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/05/30/i-passed-lpi-101-exam/' rel='bookmark' title='Permanent Link: I Passed LPI 101 Exam'>I Passed LPI 101 Exam</a> <small>Just to let everyone know, I passed the LPI 101...</small></li><li><a href='http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/' rel='bookmark' title='Permanent Link: LPI 201 Exam'>LPI 201 Exam</a> <small>Just want to share that I took the 1st exam...</small></li><li><a href='http://www.wapopia.com/blog/2007/12/29/free-juniper-study-guides/' rel='bookmark' title='Permanent Link: Free Juniper study Guides'>Free Juniper study Guides</a> <small>Free Juniper Study guides that will help you in preparation...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>A few months (or more than just a few ) back in February I had posted about passing the LPI 101 exam, which is the 1st exam  that you need to pass in order to obtain the LPI Level 1 certification. The second exam required for LPI Level 1 cert is exam 102.  A few days back I also passed this exam, so I am now a proud LPI certificated professional.<br />
I will now look for going ahead and gaining the LPIC level 2 certification , unfortunately  is appears that there is not enough study books or material available to specifically prepare for the LPI 2 certification. The only Book available is O Reilly LPI Linux Certification in a Nutshell , which I have not found to be very useful . The best book was <strong>LPIC I Exam Cram 2 </strong>by Que Publishing  but there isn’t any  LPIC 2 book in this series.</p>
<p>For anyone looking to prepare for the level 1 certification I will strongly recommend the Exam Cram book from Que or if you are already a advanced user of Linux than the O Reilly LPI Linux Certification book is fine as it will quickly get you through all the objectives and important commands used in the exam without  emphasizing much on the underlying concepts .</p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/05/30/i-passed-lpi-101-exam/' rel='bookmark' title='Permanent Link: I Passed LPI 101 Exam'>I Passed LPI 101 Exam</a> <small>Just to let everyone know, I passed the LPI 101...</small></li><li><a href='http://www.wapopia.com/blog/2008/03/18/lpi-201-exam/' rel='bookmark' title='Permanent Link: LPI 201 Exam'>LPI 201 Exam</a> <small>Just want to share that I took the 1st exam...</small></li><li><a href='http://www.wapopia.com/blog/2007/12/29/free-juniper-study-guides/' rel='bookmark' title='Permanent Link: Free Juniper study Guides'>Free Juniper study Guides</a> <small>Free Juniper Study guides that will help you in preparation...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2007/12/19/passed-lpi-level-1-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuSE Live DVD and VMware</title>
		<link>http://www.wapopia.com/blog/2007/09/16/suse-live-dvd-and-vmware/</link>
		<comments>http://www.wapopia.com/blog/2007/09/16/suse-live-dvd-and-vmware/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 18:04:00 +0000</pubDate>
		<dc:creator>the imax</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://www.wapopia.com/blog/2007/09/16/suse-live-dvd-and-vmware/</guid>
		<description><![CDATA[Continuing my experiments with SusE and vmware , I downloaded SuSe 10.2 live DVD to play it via VMware, however it was not working and whenever I selected to boot Gnome or KDE it gave and error that “at least 512MB is required”
I turned out that the Vmware virtual machine that I create for Suse [...]


Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/09/12/asterisk-and-vmware/' rel='bookmark' title='Permanent Link: Asterisk and VMware disk detection problem'>Asterisk and VMware disk detection problem</a> <small>I have downloaded asterisk (trixbox) CD and have tried installing...</small></li><li><a href='http://www.wapopia.com/blog/2006/08/15/ssh-to-suse-linux-from-windows-xp-not-working/' rel='bookmark' title='Permanent Link: SSH to SuSe Linux from Windows XP not working'>SSH to SuSe Linux from Windows XP not working</a> <small>The other day I was trying to connect to my...</small></li><li><a href='http://www.wapopia.com/blog/2006/04/13/giving-suse-linux-a-try/' rel='bookmark' title='Permanent Link: Giving Suse Linux a try &#8230;'>Giving Suse Linux a try &#8230;</a> <small>I have been trying Suse since last ten days or...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Continuing my experiments with SusE and vmware , I downloaded SuSe 10.2 live DVD to play it via VMware, however it was not working and whenever I selected to boot Gnome or KDE it gave and error that “at least 512MB is required”</p>
<p>I turned out that the Vmware virtual machine that I create for Suse had allocated 256MB of RAM whereas 512MB is required for the Live CD, I increased the RAM size from 256 to 512 and the live version started working properly , though too slow at times.</p>


<p>Related posts:<ol><li><a href='http://www.wapopia.com/blog/2007/09/12/asterisk-and-vmware/' rel='bookmark' title='Permanent Link: Asterisk and VMware disk detection problem'>Asterisk and VMware disk detection problem</a> <small>I have downloaded asterisk (trixbox) CD and have tried installing...</small></li><li><a href='http://www.wapopia.com/blog/2006/08/15/ssh-to-suse-linux-from-windows-xp-not-working/' rel='bookmark' title='Permanent Link: SSH to SuSe Linux from Windows XP not working'>SSH to SuSe Linux from Windows XP not working</a> <small>The other day I was trying to connect to my...</small></li><li><a href='http://www.wapopia.com/blog/2006/04/13/giving-suse-linux-a-try/' rel='bookmark' title='Permanent Link: Giving Suse Linux a try &#8230;'>Giving Suse Linux a try &#8230;</a> <small>I have been trying Suse since last ten days or...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wapopia.com/blog/2007/09/16/suse-live-dvd-and-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.wapopia.com @ 2012-02-08 14:09:02 -->
