<?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>ugly Archives - Tom Barbette</title>
	<atom:link href="https://perso.uclouvain.be/tom.barbette/tag/ugly/feed/" rel="self" type="application/rss+xml" />
	<link>https://perso.uclouvain.be/tom.barbette/tag/ugly/</link>
	<description></description>
	<lastBuildDate>Thu, 05 Feb 2015 09:59:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://perso.uclouvain.be/tom.barbette/wp-content/uploads/2022/04/cropped-logo-uclouvain-2021-barbette-32x32.png</url>
	<title>ugly Archives - Tom Barbette</title>
	<link>https://perso.uclouvain.be/tom.barbette/tag/ugly/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ugly things : do not ask password for sudo</title>
		<link>https://perso.uclouvain.be/tom.barbette/ugly-things-do-not-ask-password-for-sudo/</link>
		
		<dc:creator><![CDATA[Tom Barbette]]></dc:creator>
		<pubDate>Mon, 03 Feb 2014 10:53:37 +0000</pubDate>
				<category><![CDATA[INFO-0940 Operating Systems]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[info0940]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[ugly]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[visudo]]></category>
		<guid isPermaLink="false">http://queen.run.montefiore.ulg.ac.be/~barbette/?p=155</guid>

					<description><![CDATA[<p>&#8211;> Ugly but okay in a development virtual machine Launch the command &#8220;sudo visudo&#8221; in a terminal. Add at the end : student ALL=(ALL) NOPASSWD: ALL And student will have no password prompt when using sudo</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/ugly-things-do-not-ask-password-for-sudo/">Ugly things : do not ask password for sudo</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&#8211;> Ugly but okay in a development virtual machine</p>
<p>Launch the command &#8220;sudo visudo&#8221; in a terminal.</p>
<p>Add at the end :<br />
<code sh>student ALL=(ALL) NOPASSWD: ALL</code></p>
<p>And student will have no password prompt when using sudo</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/ugly-things-do-not-ask-password-for-sudo/">Ugly things : do not ask password for sudo</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ugly things : Autologin of console at startup</title>
		<link>https://perso.uclouvain.be/tom.barbette/ugly-things-autologin-of-console-at-startup/</link>
		
		<dc:creator><![CDATA[Tom Barbette]]></dc:creator>
		<pubDate>Mon, 03 Feb 2014 10:51:47 +0000</pubDate>
				<category><![CDATA[INFO-0940 Operating Systems]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[info0940]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ugly]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">http://queen.run.montefiore.ulg.ac.be/~barbette/?p=153</guid>

					<description><![CDATA[<p>→ Ugly but okay in a development virtual machine… Add &#8220;– – autologin root&#8221; at the end of /etc/init/tty1.conf It will auto-log you as root for the first console. For the others, do the same with /etc/init/tty[1-5].conf You can autolog as “student” by replacing root by student. It’s a little safer … but still ugly.</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/ugly-things-autologin-of-console-at-startup/">Ugly things : Autologin of console at startup</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>→ Ugly but okay in a development virtual machine…</p>
<p>Add &#8220;– – autologin <strong>root</strong>&#8221; at the end of /etc/init/tty1.conf</p>
<p>It will auto-log you as root for the first console. For the others, do the same with /etc/init/tty[1-5].conf</p>
<p>You can autolog as “student” by replacing <strong>root</strong> by student. It’s a little safer … but still ugly.</p>
<p>The post <a href="https://perso.uclouvain.be/tom.barbette/ugly-things-autologin-of-console-at-startup/">Ugly things : Autologin of console at startup</a> appeared first on <a href="https://perso.uclouvain.be/tom.barbette">Tom Barbette</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
