<?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>PHP Architect blog &#187; root</title>
	<atom:link href="http://www.php-architect.com/blog/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Tue, 24 Aug 2010 06:32:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to disable sudo password prompt in Linux</title>
		<link>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/</link>
		<comments>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 01:29:57 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[super user]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=94</guid>
		<description><![CDATA[well, sometimes i want to execute commands as super user without being asked for password each time to do that to do that its pretty easy open the terminal and type this command : sudo visudo and uncomment the following line : # %sudo ALL=NOPASSWD: ALL save the file by pressing escape then typing :wq [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>well, sometimes i want to execute commands as super user without being asked for password each time to do that</p>
<p>to do that its pretty easy</p>
<p>open the terminal and type this command :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> visudo</pre></div></div>

<p>and uncomment the following line :</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># %sudo ALL=NOPASSWD: ALL</pre></div></div>

<p>save the file by pressing escape then typing :wq and pressing enter.</p>
<p>from now on you will not be asked when executing the command as super user using sudo.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
