<?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>Duality - GOD has created you &#187; chkconfig</title>
	<atom:link href="http://www.rickyok.net/tag/chkconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rickyok.net</link>
	<description>Sharing information that we learned the hard way</description>
	<lastBuildDate>Fri, 26 Nov 2010 16:33:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pengganti chkconfig di Ubuntu</title>
		<link>http://www.rickyok.net/2009/01/pengganti-chkconfig-di-ubuntu/</link>
		<comments>http://www.rickyok.net/2009/01/pengganti-chkconfig-di-ubuntu/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:38:19 +0000</pubDate>
		<dc:creator>rickyok</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[chkconfig]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://localhost/rickyok/?p=106</guid>
		<description><![CDATA[chkconfig adalah program untuk mematikan dan menyalakan service yang ada di RHEL, CentOS, dan Red Hat family. Sayang sekali belum ada di keluarga Debian. Untuk menginstall / uninstall service bisa dilakukan dengan 2 cara sysv-rc-conf Program visual berbasis console untuk mengatur service. Keterangan lengkap bisa diliat di : http://sysv-rc-conf.sourceforge.net/ Cara install : sudo apt-get install [...]]]></description>
			<content:encoded><![CDATA[<p>chkconfig adalah program untuk mematikan dan menyalakan service yang ada di RHEL, CentOS, dan Red Hat family. Sayang sekali belum ada di keluarga Debian. Untuk menginstall / uninstall service bisa dilakukan dengan 2 cara</p>
<h2>sysv-rc-conf</h2>
<p>Program visual berbasis console untuk mengatur service. Keterangan lengkap bisa diliat di : <a class="urlextern" title="http://sysv-rc-conf.sourceforge.net/" rel="nofollow" href="http://sysv-rc-conf.sourceforge.net/" target="_new" onclick="pageTracker._trackPageview('/outgoing/sysv-rc-conf.sourceforge.net/?referer=');">http://sysv-rc-conf.sourceforge.net/</a></p>
<p>Cara install :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sysv-rc-conf
sysv-rc-conf</pre></div></div>

<h2>chkconfig</h2>
<p>Anda bisa menginstall bener2 chkconfig nya di ubuntu dengan cara</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libnewt0.51
<span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libnewt.so.0.51 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libnewt.so.0.50
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>www.tuxx-home.at<span style="color: #000000; font-weight: bold;">/</span>projects<span style="color: #000000; font-weight: bold;">/</span>chkconfig-for-debian<span style="color: #000000; font-weight: bold;">/</span>chkconfig_1.2.24d-<span style="color: #000000;">1</span>_i386.deb
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">--force-all</span> <span style="color: #660033;">-i</span> chkconfig_1.2.24d-<span style="color: #000000;">1</span>_i386.deb</pre></div></div>

<p>atau install clean dengan cara</p>
<ol>
<li>Download chkconfig-1.2.24h-7.i386.rpm from <a class="urlextern" title="http://rpmfind.net//linux/RPM/PLD/dists/ac/ready/i386/chkconfig-1.2.24h-7.i386.html" rel="nofollow" href="http://rpmfind.net//linux/RPM/PLD/dists/ac/ready/i386/chkconfig-1.2.24h-7.i386.html" target="_new" onclick="pageTracker._trackPageview('/outgoing/rpmfind.net//linux/RPM/PLD/dists/ac/ready/i386/chkconfig-1.2.24h-7.i386.html?referer=');">http://rpmfind.net//linux/RPM/PLD/dists/ac/ready/i386/chkconfig-1.2.24h-7.i386.html</a></li>
<li>Convert rpm to deb with: sudo alien chkconfig-1.2.24h-7.i386.rpm</li>
<li>Double-click on the deb file. This will invoke the package installer.</li>
</ol>
<h2>Referensi</h2>
<ul>
<li> <a class="urlextern" title="http://ubuntuforums.org/archive/index.php/t-20583.html" rel="nofollow" href="http://ubuntuforums.org/archive/index.php/t-20583.html" target="_new" onclick="pageTracker._trackPageview('/outgoing/ubuntuforums.org/archive/index.php/t-20583.html?referer=');">http://ubuntuforums.org/archive/index.php/t-20583.html</a></li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://www.rickyok.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-106"></div>]]></content:encoded>
			<wfw:commentRss>http://www.rickyok.net/2009/01/pengganti-chkconfig-di-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

