<?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; curl cronjobs</title>
	<atom:link href="http://www.theperfectarts.com/tag/curl-cronjobs/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>Set cron with password?</title>
		<link>http://www.theperfectarts.com/2010/02/set-cron-with-password/</link>
		<comments>http://www.theperfectarts.com/2010/02/set-cron-with-password/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:43:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[admin login details in cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[curl cronjobs]]></category>
		<category><![CDATA[how to set cron with surl]]></category>
		<category><![CDATA[password in cron]]></category>
		<category><![CDATA[Set cron with password]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=979</guid>
		<description><![CDATA[Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking wget/lynx command.Simply we can set [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking <span style="color: #000000;">wget/lynx command.Simply we can set the cron with the following syntax. </span></p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php</span></p>
<p>If you don&#8217;t want to receive cron result in E-mail then refer following sytax</p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php  &gt; /dev/null 2&gt;&amp;1</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/2010/02/set-cron-with-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

