<?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>sysv-rc-conf &#8211; Everything is Broken</title>
	<atom:link href="https://play.datalude.com/blog/tag/sysv-rc-conf/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Thu, 05 Nov 2009 02:55:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Ubuntu version of chkconfig</title>
		<link>https://play.datalude.com/blog/2008/08/ubuntu-version-of-chkconfig/</link>
					<comments>https://play.datalude.com/blog/2008/08/ubuntu-version-of-chkconfig/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 00:47:53 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[sysv-rc-conf]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=50</guid>

					<description><![CDATA[I always forget this one when I'm setting up a new Ubuntu machine, so this is as much for my benefit as anyone else's &#8230; I've used a lot of OSes and have always found the chkconfig command on Redhat / Centos very useful for changing runlevels of services. The equivalent on Ubuntu is the ... <a title="Ubuntu version of chkconfig" class="read-more" href="https://play.datalude.com/blog/2008/08/ubuntu-version-of-chkconfig/" aria-label="Read more about Ubuntu version of chkconfig">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>I always forget this one when I'm setting up a new Ubuntu machine, so this is as much for my benefit as anyone else's &#8230;</p>
<p>I've used a lot of OSes and have always found the chkconfig command on Redhat / Centos very useful for changing runlevels of services. The equivalent on Ubuntu is the fabulously unmemorably named sysv-rc-conf. (UPDATE &#8211; Ignore most of this post and read Ernest's comment below) &#8230; Here's how to get it on your system.</p>
<pre>sudo apt-get install sysv-rc-conf</pre>
<p>and to run it requires</p>
<pre>sudo ..uh what was its name again sysrc something? Dammit.</pre>
<p>So what I normally do is a quick symlink:</p>
<pre>sudo ln -s /usr/sbin/sysv-rc-conf /usr/sbin/chkconfig</pre>
<p>and then I can use chkconfig as if it was really available for Ubuntu. Don't know why they couldn't just stick to the same name. Bah.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://play.datalude.com/blog/2008/08/ubuntu-version-of-chkconfig/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
