<?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>LinuxChix Los Angeles &#187; system administration</title>
	<atom:link href="http://blog.linuxchixla.org/tag/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linuxchixla.org</link>
	<description>Be Polite, Be Helpful. A community for and by women interested in F/LOSS.</description>
	<lastBuildDate>Wed, 01 Feb 2012 02:22:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>sysvconfig, or how I learned to love run levels</title>
		<link>http://blog.linuxchixla.org/2008/12/15/sysvconfig-or-how-i-learned-to-love-run-levels/</link>
		<comments>http://blog.linuxchixla.org/2008/12/15/sysvconfig-or-how-i-learned-to-love-run-levels/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 05:37:46 +0000</pubDate>
		<dc:creator>Sharon</dc:creator>
				<category><![CDATA[Sharing What Have I Learned]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://blog.linuxchixla.org/?p=61</guid>
		<description><![CDATA[Well, maybe love isn&#8217;t quite the right word. More like deal, as learning to deal with run levels. When I moved over from Redhat to Debian I really missed chkconfig, a wonderful helper script that obviated the need to manually mess around with the symbolic links in the /etc/rc.* family tree.   Ah, but sysvconfig to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, maybe love isn&#8217;t quite the right word. More like deal, as learning to deal with <a href="http://http://www.debian-administration.org/articles/212">run levels</a>.</p>
<p>When I moved over from Redhat to Debian I really missed <a href="http://linuxcommand.gds.tuwien.ac.at/man_pages/chkconfig8.html">chkconfig</a>, a wonderful helper script that obviated the need to manually mess around with the symbolic links in the /etc/rc.* family tree.   Ah, but <a href="http://www.cyberciti.biz/tips/how-to-controlling-access-to-linux-services.html">sysvconfig</a> to the rescue.</p>
<p>As an example, while I have Apache installed on my laptop I prefer to run this service selectively on an as needed basis. I mean, I don&#8217;t necessary want to make a web server available on my laptop when sipping coffee at my local wifi spot.  While there are other options, like <a href="http://www.debian-administration.org/articles/28">update-rc.d</a>, sysvconfig is, IMHO, the easiest and most intuitive method to enable/disable local services.</p>
<p><span id="more-61"></span></p>
<p>svsvconfig is available in the Ubuntu repositories and installable via <code>'sudo apt-get install svsvconfig'</code>. To use this oh so useful utility <code>'sudo svsvconfig'</code> and you&#8217;ll be presented with four choices:</p>
<ol>
<li>&#8220;Enable/Disable&#8221; (to edit which service to either start (enable) or stop (disable) when the system boots)</li>
<li>&#8220;Edit&#8221; (edits the run levels in which a selected service starts or stops)</li>
<li>&#8220;Restore&#8221;</li>
<li>&#8220;Quit&#8221;</li>
</ol>
<p><a href="http://blog.linuxchixla.org/wp-content/uploads/2008/12/sysvconfig1.jpg"><img class="aligncenter size-thumbnail wp-image-66" title="sysvconfig1" src="http://blog.linuxchixla.org/wp-content/uploads/2008/12/sysvconfig1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Since I wanted to stop Apache from automatically starting in all run levels when the laptop booted, I selected &#8220;Enable/Disable&#8221;, arrowed down to the apache2 entry and pressed the space bar as a toggle ( [  ] means the service is disabled, [ <strong>*</strong> ] means that the service is enabled), then tabbed to &#8216;OK&#8217;.  To exit, I arrowed down to &#8220;Quit&#8221;.</p>
<p><a href="http://blog.linuxchixla.org/wp-content/uploads/2008/12/sysvconfig2.jpg"><img class="aligncenter size-thumbnail wp-image-67" title="sysvconfig2" src="http://blog.linuxchixla.org/wp-content/uploads/2008/12/sysvconfig2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Done. That&#8217;s all that was is necessary.</p>
<p>Quick note, navigation is accomplished with the arrow keys, tab, and enter. This is not a mouseable gui, just a pretty script.  Happy sysadmining.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.linuxchixla.org/2008/12/15/sysvconfig-or-how-i-learned-to-love-run-levels/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

