<?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>Marcelo Abib Cardoso &#187; Linux</title>
	<atom:link href="http://marcelo.todoinfo.com.br/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcelo.todoinfo.com.br</link>
	<description>SQL Server, Dicas, Rails, Mobile</description>
	<lastBuildDate>Wed, 23 Mar 2011 17:41:01 +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>Linux &#8211; Usando o sudo</title>
		<link>http://marcelo.todoinfo.com.br/linux-usando-o-sudo/</link>
		<comments>http://marcelo.todoinfo.com.br/linux-usando-o-sudo/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:21:37 +0000</pubDate>
		<dc:creator>Marcelo Abib Cardoso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sudoers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://marcelo.todoinfo.com.br/?p=119</guid>
		<description><![CDATA[ 
				
			 
				Tweet 
			
	quando você esta com seu usuário e vai usar o terminal colocando o sudo, esta dando esse erro?
$user is not in the sudoers file. This incident will be reported.
Solução para este problema:
da um vi /etc/sudoers
Localize a linha root ALL=(ALL) ALL
e coloque abaixo desta linha:
user ALL=(ALL) ALL
Lembrando que user é para ser trocado [...]]]></description>
			<content:encoded><![CDATA[<div style="height:21px; padding-top:2px;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http://marcelo.todoinfo.com.br/linux-usando-o-sudo/&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=21" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Linux &#8211; Usando o sudo" data-url="http://marcelo.todoinfo.com.br/linux-usando-o-sudo/">Tweet</a> 
			</div></div>
	<br style="clear:both;" /><p>quando você esta com seu usuário e vai usar o terminal colocando o sudo, esta dando esse erro?<br />
$user is not in the sudoers file. This incident will be reported.</p>
<p>Solução para este problema:<br />
da um vi /etc/sudoers</p>
<p>Localize a linha root ALL=(ALL) ALL</p>
<p>e coloque abaixo desta linha:<br />
user ALL=(ALL) ALL<br />
Lembrando que user é para ser trocado para seu usuario. Ex: marcelo</p>
<p>Pronto, problema resolvido.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcelo.todoinfo.com.br/linux-usando-o-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

