<?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>Xster.net &#187; update-rc</title>
	<atom:link href="http://tech.xster.net/tag/update-rc/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xster.net</link>
	<description>Never relearn twice</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:11:29 +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>BackTrack 4 Pre-Release Apache, PostgreSQL Autostart</title>
		<link>http://tech.xster.net/tips/backtrack-4-pre-release-apache-postgresql-autostart/</link>
		<comments>http://tech.xster.net/tips/backtrack-4-pre-release-apache-postgresql-autostart/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 06:07:03 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[autostart]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update-rc]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=166</guid>
		<description><![CDATA[BackTrack 4 is in pre-release and it&#8217;s a beautiful system. However, there seems to be a problem where after your first apt-get upgrade, the system will try to load Apache, PostgreSQL and other daemons on startup. Not exactly what you want when you want a clean system. To turn it off and prevent autostart: sudo [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.remote-exploit.org/backtrack.html">BackTrack 4</a> is in pre-release and it&#8217;s a beautiful system. However, there seems to be a problem where after your first apt-get upgrade, the system will try to load Apache, PostgreSQL and other daemons on startup. Not exactly what you want when you want a clean system. To turn it off and prevent autostart:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-rc.d <span style="color: #660033;">-f</span> apache2 remove
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-rc.d <span style="color: #660033;">-f</span> postgresql-<span style="color: #000000;">8.3</span> remove
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-rd.d <span style="color: #660033;">-f</span> dhcp3-server remove</pre></div></div>

<p>This way, you can go on doing your thing without anything that leaves you open</p>
<div class="shr-publisher-166"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fbacktrack-4-pre-release-apache-postgresql-autostart%2F' data-shr_title='BackTrack+4+Pre-Release+Apache%2C+PostgreSQL+Autostart'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fbacktrack-4-pre-release-apache-postgresql-autostart%2F' data-shr_title='BackTrack+4+Pre-Release+Apache%2C+PostgreSQL+Autostart'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/backtrack-4-pre-release-apache-postgresql-autostart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

