<?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>fedora core &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/fedora-core/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 24 May 2011 09:55:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Start/Stop/Restart Cron Service In Linux</title>
		<link>https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/</link>
					<comments>https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Tue, 24 May 2011 09:42:14 +0000</pubDate>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[cron restart]]></category>
		<category><![CDATA[cron stop]]></category>
		<category><![CDATA[crond restart]]></category>
		<category><![CDATA[crontab every minutes]]></category>
		<category><![CDATA[crontabs]]></category>
		<category><![CDATA[daemon]]></category>
		<category><![CDATA[disable service cron]]></category>
		<category><![CDATA[fedora core]]></category>
		<category><![CDATA[gui tool]]></category>
		<category><![CDATA[how to restart cron]]></category>
		<category><![CDATA[how to start cron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ntsysv]]></category>
		<category><![CDATA[restart cron]]></category>
		<category><![CDATA[restart cron service]]></category>
		<category><![CDATA[restart crond]]></category>
		<category><![CDATA[restart crontab]]></category>
		<category><![CDATA[restart crontab service]]></category>
		<category><![CDATA[start cron]]></category>
		<category><![CDATA[start crond]]></category>
		<category><![CDATA[stop cron]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=757</guid>

					<description><![CDATA[<p>A cron is a utility that allows tasks to automatically run in the background of the system at regular intervals by use of the cron daemon. Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at what times they are to be run. This can be quite [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/">How To Start/Stop/Restart Cron Service In Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>A <strong>cron</strong> is a utility that allows tasks to automatically run in the background of the system at regular intervals by use of the cron daemon. <strong>Crontab</strong> (CRON TABle) is a file which contains the schedule of cron entries to be run and at what times they are to be run. This can be quite useful. For example, you may have a personal temporary directory that you wish to be cleaned out once a day to keep your quota from being exceeded. This is where cron scheduling comes in to play. Not all systems allow for a cron schedule to be setup. You need to see your system administrator to see if it is available on your system.<span id="more-757"></span></p>
<h3>Start/Stop/Restart cron service in Redhat/Fedora/CentOS</h3>
<p>If you are using Redhat/Fedora/CentOS Linux login as root and use the following commands.</p>
<p><strong>Start cron service</strong><br />
To start cron service, enter:</p>
<pre>
# /etc/init.d/crond start
</pre>
<p>Or</p>
<pre>
# service crond start
</pre>
<p><strong>Stop cron service</strong><br />
To stop cron service, enter:</p>
<pre>
# /etc/init.d/crond stop
</pre>
<p>Or</p>
<pre>
# service crond stop
</pre>
<p><strong>Restart cron service</strong><br />
To restart cron service, enter:</p>
<pre>
# /etc/init.d/crond restart
</pre>
<p>Or</p>
<pre>
# service crond restart
</pre>
<h3>Start/Stop/Restart cron service in Debian/Ubuntu</h3>
<p>If you are using Debian/Ubuntu Linux login as root and use the following commands.</p>
<p><strong>Start cron service</strong><br />
To start cron service, enter:</p>
<pre>
# sudo /etc/init.d/cron start
</pre>
<p>Or</p>
<pre>
# sudo service cron start
</pre>
<p><strong>Stop cron service</strong><br />
To stop cron service, enter:</p>
<pre>
# sudo /etc/init.d/cron stop
</pre>
<p>Or</p>
<pre>
# sudo service cron stop
</pre>
<p><strong>Restart cron service</strong><br />
To restart cron service, enter:</p>
<pre>
# sudo /etc/init.d/cron restart
</pre>
<p>Or</p>
<pre>
# sudo service cron restart
</pre>
<g:plusone href="https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/">How To Start/Stop/Restart Cron Service In Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-startstoprestart-cron-service-in-linux/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How To Flush/Remove All Iptables Rules In Linux</title>
		<link>https://lifelinux.com/how-to-flushremove-all-iptables-rules/</link>
					<comments>https://lifelinux.com/how-to-flushremove-all-iptables-rules/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 19 May 2011 02:50:58 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[centos linux]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[enterprise linux]]></category>
		<category><![CDATA[fedora core]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[flush firewall]]></category>
		<category><![CDATA[gnu linux]]></category>
		<category><![CDATA[init script]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[stop firewall]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=633</guid>

					<description><![CDATA[<p>By default iptables firewall stores its configuration at /etc/sysconfig/iptables file. Type the following command to see its # cat /etc/sysconfig/iptables Or # iptables -L Temporarily delete all the firewall rules At first, create flush.iptables script with following command # vi flush.iptables Add the following content #!/bin/sh iptables -F iptables -X iptables -t nat -F iptables [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-flushremove-all-iptables-rules/">How To Flush/Remove All Iptables Rules In Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>By default iptables firewall stores its configuration at /etc/sysconfig/iptables file. Type the following command to see its</p>
<pre>
# cat /etc/sysconfig/iptables
</pre>
<p><span id="more-633"></span><br />
Or </p>
<pre>
# iptables -L
</pre>
<h3>Temporarily delete all the firewall rules</h3>
<p>At first, create flush.iptables script with following command</p>
<pre>
# vi flush.iptables
</pre>
<p>Add the following content</p>
<pre>
#!/bin/sh
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
</pre>
<p>Finally, run flush.iptables script with the following command</p>
<pre>
# sh flush.iptables
</pre>
<p>After running flush.iptables script, if you restart the iptables, you&#8217;ll see all the default rules again. So, flush is only temporary.</p>
<h3>Permanently remove all the default firewall rules</h3>
<p>Step 1. Flush all these rules temporarily, as we discussed above.<br />
Step 2. Saving firewall rules to /etc/sysconfig/iptables. Type the following command</p>
<pre>
# /etc/init.d/iptables save
</pre>
<p>Or</p>
<pre>
# iptables-save > /etc/sysconfig/iptables
</pre>
<g:plusone href="https://lifelinux.com/how-to-flushremove-all-iptables-rules/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-flushremove-all-iptables-rules/">How To Flush/Remove All Iptables Rules In Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-flushremove-all-iptables-rules/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
