<?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>My Own Percept &#187; linux</title>
	<atom:link href="http://www.myownpercept.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myownpercept.com</link>
	<description>"Only in quiet waters things mirror themselves undistorted. Only in a quiet mind is adequate perception of the world."~Hans Margolius</description>
	<lastBuildDate>Mon, 02 Aug 2010 12:51:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>creating init.d script for Juggernaut</title>
		<link>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/</link>
		<comments>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 10:26:04 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=295</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/';digg_title = 'creating init.d script for Juggernaut';
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although [...]]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/';digg_title = 'creating init.d script for Juggernaut';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<blockquote><p>The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although the obvious use of this is for chat, the most exciting prospect is collaborative cms and wikis.</p></blockquote>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">#!/bin/sh -e 
APP_PATH=/home/zooz.com/current 
JUGGERNAUT_CONFIG=&quot;$APP_PATH/juggernaut.yml&quot; 
JUGGERNAUT_PID=&quot;$APP_PATH/tmp/pids/juggernaut.pid&quot; 
JUGGERNAUT_LOG=&quot;$APP_PATH/log/juggernaut.log&quot; 
RAILS_ENV=production 
case $1 in 
        start) 
                echo &quot;Starting Juggernaut ...&quot; 
                juggernaut -d -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
        stop) 
                echo &quot;Stopping Juggernaut ...&quot; 
                juggernaut -k * -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
        restart) 
                echo &quot;Juggernaut restart ...&quot; 
                echo &quot;Stopping Juggernaut ...&quot; 
                juggernaut -k * -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
                echo &quot;Starting Juggernaut ...&quot; 
                juggernaut -d -c $JUGGERNAUT_CONFIG --pid $JUGGERNAUT_PID --log $JUGGERNAUT_LOG 
        ;; 
esac</pre></td></tr></table></div>

<p>you my check for further info on how to create</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2010/07/creating-init-d-script-for-juggernaut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Novice] Linux File Structure</title>
		<link>http://www.myownpercept.com/2009/09/linux-file-structure/</link>
		<comments>http://www.myownpercept.com/2009/09/linux-file-structure/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:46:59 +0000</pubDate>
		<dc:creator>Marouan OMEZZINE</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[file structure]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.myownpercept.com/?p=282</guid>
		<description><![CDATA[digg_url = 'http://www.myownpercept.com/2009/09/linux-file-structure/';digg_title = '[Novice] Linux File Structure';



You may find it useful :



]]></description>
			<content:encoded><![CDATA[<div class="diggbutton"><script type="text/javascript">digg_url = 'http://www.myownpercept.com/2009/09/linux-file-structure/';digg_title = '[Novice] Linux File Structure';</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p style="text-align: center;">You may find it useful :</p>
<p><div id="attachment_283" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.myownpercept.com/wp-content/uploads/2009/09/linux_file_structure.jpg"><img class="size-medium wp-image-283" title="Linux File Structure" src="http://www.myownpercept.com/wp-content/uploads/2009/09/linux_file_structure-300x194.jpg" alt="Linux File Structure" width="300" height="194" /></a><p class="wp-caption-text">Linux File Structure</p></div><br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-0920621684521020";
google_ad_slot = "2952953575";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myownpercept.com/2009/09/linux-file-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
