<?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>ubuntu &#8211; Marc-Olivier Meunier</title>
	<atom:link href="https://momeunier.fr/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://momeunier.fr</link>
	<description>Customer Engagement Leader // Ultra-distance cyclist</description>
	<lastBuildDate>Tue, 30 Nov -001 00:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://momeunier.fr/wp-content/uploads/2022/09/cropped-cropped-ma-pomme-32x32.jpeg</url>
	<title>ubuntu &#8211; Marc-Olivier Meunier</title>
	<link>https://momeunier.fr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>install a lamp server on ubuntu</title>
		<link>https://momeunier.fr/</link>
					<comments>https://momeunier.fr/#respond</comments>
		
		<dc:creator><![CDATA[Marc Olivier Meunier]]></dc:creator>
		<pubDate></pubDate>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &#60; 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Easy!</p><pre>sudo apt-get install lamp-server^</pre><p>Be careful not to delete the ^ character.</p><p>This will install:&#160;</p>]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div><span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &lt; 1</span> <span class="rt-label rt-postfix">minute</span></span><p>Easy!</p>
<pre>sudo apt-get install lamp-server^</pre>
<p>Be careful not to delete the ^ character.</p>
<p>This will install:&nbsp;</p>
<pre>apache2 apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common&nbsp;</pre>
<pre>libapache2-mod-php5 libapr1 libaprutil1&nbsp;libaprutil1-dbd-sqlite3&nbsp;</pre>
<pre>libaprutil1-ldap libdbd-mysql-perl libdbi-perl libhtml-template-perl&nbsp;</pre>
<pre>libmysqlclient16&nbsp;libnet-daemon-perl libplrpc-perl mysql-client-5.1&nbsp;</pre>
<pre>mysql-client-core-5.1 mysql-common mysql-server mysql-server-5.1&nbsp;</pre>
<pre>mysql-server-core-5.1 php5-cli php5-common php5-mysql ssl-cert</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://momeunier.fr/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change the default runlevel on Ubuntu</title>
		<link>https://momeunier.fr/how-change-default-runlevel-ubuntu/</link>
					<comments>https://momeunier.fr/how-change-default-runlevel-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Marc Olivier Meunier]]></dc:creator>
		<pubDate></pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[<span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &#60; 1</span> <span class="rt-label rt-postfix">minute</span></span>&#160;On Redhat you would simply look for the file /etc/inittab and locate the line that says:
<pre>
# The default runlevel.
id:3:initdefault:</pre>
<p>Simply replace the 3 with 2 or 4 or 5 depending what you wanna do in order to change the default runlevel.<br />
<br />
On Ubuntu starting from some version around 6sh... whatever, no one is running that anymore anyway and those who do run it don't need to change that. At the time I am writing this the current LTS is 10.04 and the current testing release is 10.10<br />
So here is how to do it.<br />
<br />]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div><span class="span-reading-time rt-reading-time" style="display: block;"><span class="rt-label rt-prefix">Reading Time: </span> <span class="rt-time"> &lt; 1</span> <span class="rt-label rt-postfix">minute</span></span><p>&nbsp;On Redhat you would simply look for the file /etc/inittab and locate the line that says:</p>
<pre>
# The default runlevel.
id:3:initdefault:</pre>
<p>Simply replace the 3 with 2 or 4 or 5 depending what you wanna do in order to change the default runlevel.</p>
<p>On Ubuntu starting from some version around 6sh&#8230; whatever, no one is running that anymore anyway and those who do run it don&#8217;t need to change that. At the time I am writing this the current LTS is 10.04 and the current testing release is 10.10<br />
So here is how to do it.</p>
<p>Go to the directory /etc/init and open the file&nbsp;rc-sysinit.conf. find the following line and modify.</p>
<p>&nbsp;</p>
<pre>
# Default runlevel, this may be overriden on the kernel command-line
# or by faking an old /etc/inittab entry
env DEFAULT_RUNLEVEL=2</pre>
<p>This is the default runlevel where the system will go during the bootup process. So you will need to reboot for this take effect, so to speak.</p>
<p>Now if you want to play a joke on a colleague, set the default runlevel to 6 and watch.</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://momeunier.fr/how-change-default-runlevel-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
