<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Let Sudo Insult You When You Screw Up</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-12040</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 19 Sep 2010 14:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-12040</guid>
		<description>The insults have to be included at compile time, I believe the flag is &quot;--with-insults&quot; and &quot;--with-insults-all&quot; but you can peruse the makefile.

I add my insults to the ins_csops.h file, though for some reason the ins_2001.h file doesn&#039;t include the classic &quot;I&#039;m sorry, Dave.  I&#039;m afraid I can&#039;t do that.&quot;</description>
		<content:encoded><![CDATA[<p>The insults have to be included at compile time, I believe the flag is &#8220;&#8211;with-insults&#8221; and &#8220;&#8211;with-insults-all&#8221; but you can peruse the makefile.</p>
<p>I add my insults to the ins_csops.h file, though for some reason the ins_2001.h file doesn&#8217;t include the classic &#8220;I&#8217;m sorry, Dave.  I&#8217;m afraid I can&#8217;t do that.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Aaron</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-10966</link>
		<dc:creator>Tom Aaron</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-10966</guid>
		<description>Excellent. The Linux rabbit hole just keeps going deeper.

Best,
Tom
http://wordpress.com/thomasaaron</description>
		<content:encoded><![CDATA[<p>Excellent. The Linux rabbit hole just keeps going deeper.</p>
<p>Best,<br />
Tom<br />
<a href="http://wordpress.com/thomasaaron" rel="nofollow">http://wordpress.com/thomasaaron</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ville Witt</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-10889</link>
		<dc:creator>Ville Witt</dc:creator>
		<pubDate>Fri, 26 Mar 2010 18:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-10889</guid>
		<description>Instead of changing any lines themselves, simply add a line reading “Defaults insults” after the last line that starts with “Defaults”. One may put it in the end as the man sudoers page argues.

— Multi-user scenario 1 —
One can also direct the insults towards one or more users, where is a comma sperated user list – whitespace in is pure preference: “Defaults: insults” e.g.
Defaults:ville insults
— Multi-user scenario 2 —
One could also let everyone but The Boss be insulted. The file will only be parsed once and order matters. The exclamation mark that reads “not”:
Defaults insults
Defaults:cnorris !insults</description>
		<content:encoded><![CDATA[<p>Instead of changing any lines themselves, simply add a line reading “Defaults insults” after the last line that starts with “Defaults”. One may put it in the end as the man sudoers page argues.</p>
<p>— Multi-user scenario 1 —<br />
One can also direct the insults towards one or more users, where is a comma sperated user list – whitespace in is pure preference: “Defaults: insults” e.g.<br />
Defaults:ville insults<br />
— Multi-user scenario 2 —<br />
One could also let everyone but The Boss be insulted. The file will only be parsed once and order matters. The exclamation mark that reads “not”:<br />
Defaults insults<br />
Defaults:cnorris !insults</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eutrot</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-9594</link>
		<dc:creator>Eutrot</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-9594</guid>
		<description>Thank you for this fun tut. But you should warn the user about possible mistakes. 
I have been stupid enough to:  
1) run visudo without reading the man page,  
2) type &#039;fdqn&#039; instead of &#039;fqdn&#039; 
3) answer &#039;Q&#039; after the &#039;What now?&#039; prompt. (NEVER DO THAT!) 
So I had to boot with a live CD to edit /etc/sudoers again. 
Having heard about Murphy&#039;s law, I assume that some people can be, sometimes, just as &#039;mentally challenged&#039; as me... 
 
Summary: 
&quot;Read carefully visudo&#039;s output. If it says &#039;What now?&#039;, don&#039;t type &#039;Q&#039; unless you want Bad Things to happen.&#039; should be enough advise. 
 
 </description>
		<content:encoded><![CDATA[<p>Thank you for this fun tut. But you should warn the user about possible mistakes.<br />
I have been stupid enough to:<br />
1) run visudo without reading the man page,<br />
2) type &#039;fdqn&#039; instead of &#039;fqdn&#039;<br />
3) answer &#039;Q&#039; after the &#039;What now?&#039; prompt. (NEVER DO THAT!)<br />
So I had to boot with a live CD to edit /etc/sudoers again.<br />
Having heard about Murphy&#039;s law, I assume that some people can be, sometimes, just as &#039;mentally challenged&#039; as me&#8230; </p>
<p>Summary:<br />
&quot;Read carefully visudo&#039;s output. If it says &#039;What now?&#039;, don&#039;t type &#039;Q&#039; unless you want Bad Things to happen.&#039; should be enough advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hippie</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-8536</link>
		<dc:creator>hippie</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-8536</guid>
		<description>WTF does you using KDE have to do with anything this page is about? </description>
		<content:encoded><![CDATA[<p>WTF does you using KDE have to do with anything this page is about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raw</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-7564</link>
		<dc:creator>raw</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-7564</guid>
		<description>far too hard for me to edit anything with sudo visudo =( oh well</description>
		<content:encoded><![CDATA[<p>far too hard for me to edit anything with sudo visudo =( oh well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-5904</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 20 Oct 2008 06:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-5904</guid>
		<description>Ha!</description>
		<content:encoded><![CDATA[<p>Ha!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-4942</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sun, 22 Jun 2008 15:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-4942</guid>
		<description>Hmm, not working for me. Is there any change in Fedora systems?</description>
		<content:encoded><![CDATA[<p>Hmm, not working for me. Is there any change in Fedora systems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John thomas</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-4926</link>
		<dc:creator>John thomas</dc:creator>
		<pubDate>Sat, 21 Jun 2008 12:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-4926</guid>
		<description>No thanks, I get enough insults from my Spouse, thank you very much.

JT
http://www.FIreMe.to/udi</description>
		<content:encoded><![CDATA[<p>No thanks, I get enough insults from my Spouse, thank you very much.</p>
<p>JT<br />
<a href="http://www.FIreMe.to/udi" rel="nofollow">http://www.FIreMe.to/udi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clvrmnky</title>
		<link>http://ubuntu-tutorials.com/2007/02/18/let-sudo-insult-you-when-you-screw-up/#comment-4856</link>
		<dc:creator>clvrmnky</dc:creator>
		<pubDate>Wed, 18 Jun 2008 20:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=274#comment-4856</guid>
		<description>Most of the time these insults are just kept in a header file which are sucked in at compile time.  The sudo source (usually) come with more than one of these headers that you can use to tweak what you get.  Or you can add your own.

For example, I get single-line koans when I mess up the login.</description>
		<content:encoded><![CDATA[<p>Most of the time these insults are just kept in a header file which are sucked in at compile time.  The sudo source (usually) come with more than one of these headers that you can use to tweak what you get.  Or you can add your own.</p>
<p>For example, I get single-line koans when I mess up the login.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/6 queries in 0.004 seconds using disk: basic
Object Caching 309/310 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 19:21:20 -->
