<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Ubuntu Tip: How To Launch Programs In The Background From A Terminal Window</title>
	<atom:link href="http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Rex</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-144481</link>
		<dc:creator>Rex</dc:creator>
		<pubDate>Wed, 04 Jan 2012 17:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-144481</guid>
		<description>Thanks Kyle for final closer,
I am a Google surfer and I end up to this post after one of my search.
While reading this i feel people have lots of &quot;Use less&quot; Time that they point each other naked a$$eS [apologies for putting comment like that] but at some point of time &quot;Anonymous&quot; is right at his stand, cause its impossible you do Google or go through the doc you won&#039;t find the solution.
I a beginner too but I like to do research before creating a new blog.</description>
		<content:encoded><![CDATA[<p>Thanks Kyle for final closer,<br />
I am a Google surfer and I end up to this post after one of my search.<br />
While reading this i feel people have lots of &#034;Use less&#034; Time that they point each other naked a$$eS [apologies for putting comment like that] but at some point of time &#034;Anonymous&#034; is right at his stand, cause its impossible you do Google or go through the doc you won&#039;t find the solution.<br />
I a beginner too but I like to do research before creating a new blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-140662</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 09 Dec 2011 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-140662</guid>
		<description>Wow I&#039;m late at reading this lol.

@Jan:

Runlevels:
  0 - Halt
  1 - single user mode (Yaro is right, should only be used for maintenance, CLI)
  2 - multi user without networking (CLI)
  3 - multi user with networking (CLI)
  4 - not used/user defined
  5 - multi user with display manager (GUI)
  6 - system reboot

&quot;~$&quot; - home directory of a &quot;normal user&quot;,  &quot;~#&quot; - home dir of admin user (root)

The Community ENTerprise Operating System, or CentOS, is an amazing distro I might say. By default runlevel 5 in CentOS is the GUI and there are a couple different ways you can get to runlevel 5:  

  1.)  ~$ init 5
  2.)  *if using vi or vim, cause vi rules*  ***can be dangerous*** 
        ~# vi /etc/inittab
        - change &quot;id:3:initdefault:&quot; to &quot;id:5:initdefault:&quot;  #this will boot up into runlevel 5
        or just type &quot;:%s/id:3:initdefault:/id:5:initdefault:/c&quot; enter &quot;y&quot; at the prompt then
        type &quot;ZZ&quot; to save and quit. 
  3.) ~$ or ~# startx
  4.) when booting up press the TAB key when prompted (or press &quot;e&quot;.. I can&#039;t remember) and add &quot;5&quot; at the end of the line. Press the ENTER key then press &quot;b&quot; if ENTER doesn&#039;t start the boot process.

Remember this is if you&#039;re using CentOS.</description>
		<content:encoded><![CDATA[<p>Wow I&#039;m late at reading this lol.</p>
<p>@Jan:</p>
<p>Runlevels:<br />
  0 &#8211; Halt<br />
  1 &#8211; single user mode (Yaro is right, should only be used for maintenance, CLI)<br />
  2 &#8211; multi user without networking (CLI)<br />
  3 &#8211; multi user with networking (CLI)<br />
  4 &#8211; not used/user defined<br />
  5 &#8211; multi user with display manager (GUI)<br />
  6 &#8211; system reboot</p>
<p>&#034;~$&#034; &#8211; home directory of a &#034;normal user&#034;,  &#034;~#&#034; &#8211; home dir of admin user (root)</p>
<p>The Community ENTerprise Operating System, or CentOS, is an amazing distro I might say. By default runlevel 5 in CentOS is the GUI and there are a couple different ways you can get to runlevel 5:  </p>
<p>  1.)  ~$ init 5<br />
  2.)  *if using vi or vim, cause vi rules*  ***can be dangerous***<br />
        ~# vi /etc/inittab<br />
        &#8211; change &#034;id:3:initdefault:&#034; to &#034;id:5:initdefault:&#034;  #this will boot up into runlevel 5<br />
        or just type &#034;:%s/id:3:initdefault:/id:5:initdefault:/c&#034; enter &#034;y&#034; at the prompt then<br />
        type &#034;ZZ&#034; to save and quit.<br />
  3.) ~$ or ~# startx<br />
  4.) when booting up press the TAB key when prompted (or press &#034;e&#034;.. I can&#039;t remember) and add &#034;5&#034; at the end of the line. Press the ENTER key then press &#034;b&#034; if ENTER doesn&#039;t start the boot process.</p>
<p>Remember this is if you&#039;re using CentOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaro Kasear</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53672</link>
		<dc:creator>Yaro Kasear</dc:creator>
		<pubDate>Sun, 27 Feb 2011 14:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53672</guid>
		<description>@&lt;a href=&quot;#comment-53573&quot; rel=&quot;nofollow&quot;&gt;Jan&lt;/a&gt;: I recommend trying to learn Linux before trying to use it as a server for anything.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-53573" rel="nofollow">Jan</a>: I recommend trying to learn Linux before trying to use it as a server for anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53584</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 27 Feb 2011 00:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53584</guid>
		<description>Hi Jan,

You might want to try nano instead of vi, In my experience it is easier to use.

Good luck,

Dave.</description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>You might want to try nano instead of vi, In my experience it is easier to use.</p>
<p>Good luck,</p>
<p>Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53573</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 26 Feb 2011 23:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53573</guid>
		<description>Correction of typo: ...interested in Asterisk...</description>
		<content:encoded><![CDATA[<p>Correction of typo: &#8230;interested in Asterisk&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53572</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 26 Feb 2011 23:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53572</guid>
		<description>Thanks Yaro. My reason for using Centos is that I am really interesting in Asterisk which came as a bundle (AsteriskNOW) and is a telephony server system. I have downloaded Ubuntu! and will eventually be using it for other purposes  including getting familiar with Linux. In the meantime I think I will forget about the GUI and use the vi editor to set up the config files in Asterisk.</description>
		<content:encoded><![CDATA[<p>Thanks Yaro. My reason for using Centos is that I am really interesting in Asterisk which came as a bundle (AsteriskNOW) and is a telephony server system. I have downloaded Ubuntu! and will eventually be using it for other purposes  including getting familiar with Linux. In the meantime I think I will forget about the GUI and use the vi editor to set up the config files in Asterisk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaro Kasear</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53504</link>
		<dc:creator>Yaro Kasear</dc:creator>
		<pubDate>Sat, 26 Feb 2011 14:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53504</guid>
		<description>@&lt;a href=&quot;#comment-53418&quot; rel=&quot;nofollow&quot;&gt;Jan&lt;/a&gt;: Yeah, you&#039;re definitely new to Linux.

Just installing Xorg is a step. But X doesn&#039;t automatically run just because you run an X-based app. When they say &quot;launch programs from the terminal window&quot; they mean from a terminal emulator on an X desktop.

I don&#039;t know how CentOS handles automatically launching X, but you&#039;re going to need to do a few things:

1. STOP using single mode. It&#039;s for system maintenance and repair ONLY. Running as root is a Bad Thing. Make sure you&#039;re on runlevel 3 or 5 before trying anything not system-critical. Runlevels are the &quot;modes&quot; by which Linux and UNIX boot, run, and shut down and are rather important. Runlevel 3 is the standard CLI multi-user mode, generally, it doesn&#039;t launch X, but it&#039;s safe for users to use the system. Runlevel 5 is the default X bootup runlevel, so, instead of booting in runlevel 1, boot runlevel 5.

2. Cent OS is not really a desktop Linux. It&#039;s most definitely not for new Linux users. It&#039;s primarily aimed at servers, hence why it won&#039;t run X by default. I recommend Mint or Ubuntu for new Linux users.

3. On your current setup, once you&#039;re in the correct runlevel (NOT single user mode, and NOT logged in as root.) and you&#039;re not running X, you&#039;ll need a window manager or desktop environment installed. X alone will not provide a complete desktop, as X is primarily just a windowing system, an interface for the clients (The GUIs.) to talk to display and input hardware.

4. In runlevel 3, you need to make sure you have an .xinitrc in your home directory, that at least contains: exec  or an inittab describing which display manager (Login screen) to launch at boot time. This is, for the record, ALL somewhat advanced Linux stuff. This is why desktop distros are good for starting out in Linux because they handle getting Xorg launched at boot for you.

My recommendation: Install Ubuntu and learn Linux. Then switch to another distribution not aimed at servers.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-53418" rel="nofollow">Jan</a>: Yeah, you&#039;re definitely new to Linux.</p>
<p>Just installing Xorg is a step. But X doesn&#039;t automatically run just because you run an X-based app. When they say &#034;launch programs from the terminal window&#034; they mean from a terminal emulator on an X desktop.</p>
<p>I don&#039;t know how CentOS handles automatically launching X, but you&#039;re going to need to do a few things:</p>
<p>1. STOP using single mode. It&#039;s for system maintenance and repair ONLY. Running as root is a Bad Thing. Make sure you&#039;re on runlevel 3 or 5 before trying anything not system-critical. Runlevels are the &#034;modes&#034; by which Linux and UNIX boot, run, and shut down and are rather important. Runlevel 3 is the standard CLI multi-user mode, generally, it doesn&#039;t launch X, but it&#039;s safe for users to use the system. Runlevel 5 is the default X bootup runlevel, so, instead of booting in runlevel 1, boot runlevel 5.</p>
<p>2. Cent OS is not really a desktop Linux. It&#039;s most definitely not for new Linux users. It&#039;s primarily aimed at servers, hence why it won&#039;t run X by default. I recommend Mint or Ubuntu for new Linux users.</p>
<p>3. On your current setup, once you&#039;re in the correct runlevel (NOT single user mode, and NOT logged in as root.) and you&#039;re not running X, you&#039;ll need a window manager or desktop environment installed. X alone will not provide a complete desktop, as X is primarily just a windowing system, an interface for the clients (The GUIs.) to talk to display and input hardware.</p>
<p>4. In runlevel 3, you need to make sure you have an .xinitrc in your home directory, that at least contains: exec  or an inittab describing which display manager (Login screen) to launch at boot time. This is, for the record, ALL somewhat advanced Linux stuff. This is why desktop distros are good for starting out in Linux because they handle getting Xorg launched at boot for you.</p>
<p>My recommendation: Install Ubuntu and learn Linux. Then switch to another distribution not aimed at servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-53418</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sat, 26 Feb 2011 02:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-53418</guid>
		<description>Sorry but I don&#039;t get it. I have installed Linux (Centos) for the first time and am trying to get from the CLI to the GUI at 192.168.1.4:8088/static/config/index.html via firefox. (I know the URL is OK because i succeded in Lynx but I am hoping firefox is going to be more user friendly.) There is only one user (root) at this stage. So when I type firefox &amp; I get the above error &quot;no display specified&quot;. I tried to specify stdout but may have used the wrong syntax. I have installed xorg. What do I do?</description>
		<content:encoded><![CDATA[<p>Sorry but I don&#039;t get it. I have installed Linux (Centos) for the first time and am trying to get from the CLI to the GUI at 192.168.1.4:8088/static/config/index.html via firefox. (I know the URL is OK because i succeded in Lynx but I am hoping firefox is going to be more user friendly.) There is only one user (root) at this stage. So when I type firefox &amp; I get the above error &#034;no display specified&#034;. I tried to specify stdout but may have used the wrong syntax. I have installed xorg. What do I do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-27436</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-27436</guid>
		<description>@&lt;a href=&quot;#comment-14722&quot; rel=&quot;nofollow&quot;&gt;man_on_the_street&lt;/a&gt;: 

&quot;In case 1.) you canuse the programme &quot;sux&quot; to switch users. It allows programmes, launched by the user you change to, to display windows on your X server.&quot;

I know this is a really old post...but Google led me here.  Just wanted to say THANK YOU for this!  Somehow I&#039;d never had this problem before; sux was a great, simple solution.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-14722" rel="nofollow">man_on_the_street</a>: </p>
<p>&#034;In case 1.) you canuse the programme &#034;sux&#034; to switch users. It allows programmes, launched by the user you change to, to display windows on your X server.&#034;</p>
<p>I know this is a really old post&#8230;but Google led me here.  Just wanted to say THANK YOU for this!  Somehow I&#039;d never had this problem before; sux was a great, simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven P</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-25075</link>
		<dc:creator>Steven P</dc:creator>
		<pubDate>Fri, 21 May 2010 11:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-25075</guid>
		<description>@&lt;a href=&quot;#comment-20454&quot; rel=&quot;nofollow&quot;&gt;Anonymous&lt;/a&gt;: 

Greetings. Rather than berating a man for not knowing how to fish, why not show him how to bait a hook? You and your ilk add way too much background noise.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-20454" rel="nofollow">Anonymous</a>: </p>
<p>Greetings. Rather than berating a man for not knowing how to fish, why not show him how to bait a hook? You and your ilk add way too much background noise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntardX</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-23922</link>
		<dc:creator>ubuntardX</dc:creator>
		<pubDate>Mon, 05 Apr 2010 00:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-23922</guid>
		<description>Great little tutorial, really well explained and exactly what I need for ssh terminal connections.  Thanks man articles like this are really making getting to grips with terminal a lot easier.  Ready to start playing with Ubuntu server edition soon!</description>
		<content:encoded><![CDATA[<p>Great little tutorial, really well explained and exactly what I need for ssh terminal connections.  Thanks man articles like this are really making getting to grips with terminal a lot easier.  Ready to start playing with Ubuntu server edition soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watching The Net</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-22012</link>
		<dc:creator>Watching The Net</dc:creator>
		<pubDate>Thu, 14 Jan 2010 22:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-22012</guid>
		<description>@JP

Good point. This is the reason why idiots like Anonymous will never get it. All they do is cry and whine that linux is not the primary desktop used by consumers. Then when they see help being offered to newbies, they do nothing but bash and hide behind anonymous posts.</description>
		<content:encoded><![CDATA[<p>@JP</p>
<p>Good point. This is the reason why idiots like Anonymous will never get it. All they do is cry and whine that linux is not the primary desktop used by consumers. Then when they see help being offered to newbies, they do nothing but bash and hide behind anonymous posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-22010</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-22010</guid>
		<description>@&lt;a href=&quot;#comment-21931&quot; rel=&quot;nofollow&quot;&gt;Anonymous&lt;/a&gt;: 
Of course the article &quot;reeks of ubuntard&quot;.  Even waaaaay more obvious than running processes in the background is the fact that this was written for those who didn&#039;t know before.  In order to know the information that was detailed in this article, someone needs to be told by someone or some resource.  I highly doubt anyone who has 1) not already been told and 2) has been using linux for less than 3 minutes will say &quot;oh I wonder what happens if I stick a random symbol after a command.  Let&#039;s try a &#039;&amp;&#039;&quot;  followed by &quot;lets try more random letters and see if it does anything.  I&#039;ll try &#039;fg %1&#039;&quot;

Anyways, my point is that yes, this article is geared towards linux newbies (which you were at one point in the past!) so let&#039;s let the linux newbies soak it up without having you tell them they&#039;re total idiots for not already knowing it, k? Since they&#039;re here, they obviously want to learn it.  Let&#039;s not discourage that.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-21931" rel="nofollow">Anonymous</a>:<br />
Of course the article &#034;reeks of ubuntard&#034;.  Even waaaaay more obvious than running processes in the background is the fact that this was written for those who didn&#039;t know before.  In order to know the information that was detailed in this article, someone needs to be told by someone or some resource.  I highly doubt anyone who has 1) not already been told and 2) has been using linux for less than 3 minutes will say &#034;oh I wonder what happens if I stick a random symbol after a command.  Let&#039;s try a &#039;&amp;&#039;&#034;  followed by &#034;lets try more random letters and see if it does anything.  I&#039;ll try &#039;fg %1&#039;&#034;</p>
<p>Anyways, my point is that yes, this article is geared towards linux newbies (which you were at one point in the past!) so let&#039;s let the linux newbies soak it up without having you tell them they&#039;re total idiots for not already knowing it, k? Since they&#039;re here, they obviously want to learn it.  Let&#039;s not discourage that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watching The Net</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-21934</link>
		<dc:creator>Watching The Net</dc:creator>
		<pubDate>Sun, 10 Jan 2010 00:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-21934</guid>
		<description>@Anonymous

You need to to get outside more if you believe that is true ; -)</description>
		<content:encoded><![CDATA[<p>@Anonymous</p>
<p>You need to to get outside more if you believe that is true ; -)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.watchingthenet.com/ubuntu-tip-how-to-launch-programs-in-the-background-from-a-terminal-window.html#comment-21931</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/linux-tip-run-background-processes-from-terminal-window.html#comment-21931</guid>
		<description>@&lt;a href=&quot;#comment-21930&quot; rel=&quot;nofollow&quot;&gt;stathiz&lt;/a&gt;: Nah, wasn&#039;t you. Was the article. Was so ludicrously obvious is all. Anyone who uses Linux for more than three minutes figures that out.</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-21930" rel="nofollow">stathiz</a>: Nah, wasn&#039;t you. Was the article. Was so ludicrously obvious is all. Anyone who uses Linux for more than three minutes figures that out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.213 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 17:08:30 -->

