<?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>Linux Servers cPanel webhosting blog &#187; cgi script</title>
	<atom:link href="http://www.theperfectarts.com/tag/cgi-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +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>Simple cgi script to check the Server uptime?</title>
		<link>http://www.theperfectarts.com/2009/11/simple-cgi-script-to-check-the-server-uptime/</link>
		<comments>http://www.theperfectarts.com/2009/11/simple-cgi-script-to-check-the-server-uptime/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 07:56:20 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[cgi script]]></category>
		<category><![CDATA[cgi script to check the Server uptime]]></category>
		<category><![CDATA[server uptime]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=368</guid>
		<description><![CDATA[The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo &#8220;=&#62;&#8221; echo $(uptime) &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>The following script you can use to check the Server uptime?</p>
<p><span style="color: #800000;">root@admin[/usr/local/apache/cgi-bin]# nano loads<br />
#!/bin/bash</span></p>
<p><span style="color: #800000;">echo Content-type: text/plain<br />
echo</span></p>
<p><span style="color: #800000;">echo $(hostname)<br />
echo &#8220;=&gt;&#8221;<br />
echo $(uptime)</span><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/simple-cgi-script-to-check-the-server-uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with cgi script?</title>
		<link>http://www.theperfectarts.com/2009/10/problem-with-cgi-script/</link>
		<comments>http://www.theperfectarts.com/2009/10/problem-with-cgi-script/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:29:22 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[cgi script]]></category>
		<category><![CDATA[cgi script in ASCII Mode]]></category>
		<category><![CDATA[Perl in binary mode]]></category>
		<category><![CDATA[Problem with cgi script]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=304</guid>
		<description><![CDATA[Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why? Because you need to be upload cgi script in ASCII Mode and Perl in BINARY Mode to run it without any problem. &#169;2012 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why?</p>
<p>Because you need to be upload cgi script in <span style="color: #800000;">ASCII Mode</span> and Perl in <span style="color: #800000;">BINARY Mode</span> to run it without any problem.<br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/10/problem-with-cgi-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

