<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[Freedom Tech]]></title>
        <description><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></description>
        <link>https://freedomtech.npub.pro/tag/cronjobs/</link>
        <atom:link href="https://freedomtech.npub.pro/tag/cronjobs/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://freedomtech.npub.pro/tag/cronjobs/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
        <itunes:subtitle><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Freedom Tech]]></itunes:name>
          <itunes:email><![CDATA[Freedom Tech]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Thu, 27 Jun 2024 19:47:40 GMT</pubDate>
      <lastBuildDate>Thu, 27 Jun 2024 19:47:40 GMT</lastBuildDate>
      
      <itunes:image href="https://m.primal.net/IFWY.png" />
      <image>
        <title><![CDATA[Freedom Tech]]></title>
        <link>https://freedomtech.npub.pro/tag/cronjobs/</link>
        <url>https://m.primal.net/IFWY.png</url>
      </image>
      <item>
      <title><![CDATA[Cron Jobs]]></title>
      <description><![CDATA[Cron Jobs

A Quick How To Reference

Cron is used for scheduling repetitive tasks, such as backing up your system once a day, or changing your wallpaper with a new random image every 10 minutes.

You put the commands you want to execute into a text file, save it, and…]]></description>
             <itunes:subtitle><![CDATA[Cron Jobs

A Quick How To Reference

Cron is used for scheduling repetitive tasks, such as backing up your system once a day, or changing your wallpaper with a new random image every 10 minutes.

You put the commands you want to execute into a text file, save it, and…]]></itunes:subtitle>
      <pubDate>Thu, 27 Jun 2024 19:47:40 GMT</pubDate>
      <link>https://freedomtech.npub.pro/post/note1cpn9r2x2mrzgjtxu7r55fp9jh39ay948skwqtffq7jvjeelk00ws9e3pwp/</link>
      <comments>https://freedomtech.npub.pro/post/note1cpn9r2x2mrzgjtxu7r55fp9jh39ay948skwqtffq7jvjeelk00ws9e3pwp/</comments>
      <guid isPermaLink="false">note1cpn9r2x2mrzgjtxu7r55fp9jh39ay948skwqtffq7jvjeelk00ws9e3pwp</guid>
      <category>CronJobs</category>
      
        <media:content url="https://image.nostr.build/0bbb5e410bbeef599a2b8bd52e36ffac41e260a9edfbd6f6961dcde1dbf4c6b3.jpg" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/0bbb5e410bbeef599a2b8bd52e36ffac41e260a9edfbd6f6961dcde1dbf4c6b3.jpg" length="0" 
          type="image/jpeg" 
        />
      <noteId>note1cpn9r2x2mrzgjtxu7r55fp9jh39ay948skwqtffq7jvjeelk00ws9e3pwp</noteId>
      <npub>npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l</npub>
      <dc:creator><![CDATA[Freedom Tech]]></dc:creator>
      <content:encoded><![CDATA[<p><br><br># Cron Jobs<br>### A Quick How To Reference<br><br>Cron is used for scheduling repetitive tasks, such as backing up your system once a day, or changing your wallpaper with a new random image every 10 minutes.<br><br>You put the commands you want to execute into a text file, save it, and then make that text file executable.<br><br>Then you add a line to the crontab file by typing "crontab -e" into a terminal, and adding a line to schedule that script file using the syntax below:<br><br><code>&lt;br&gt;# ┌─minute(0-59)&lt;br&gt;# │ ┌─hour(0-23)&lt;br&gt;# │ │ ┌─dayOfMonth&lt;br&gt;# │ │ │    (1 - 31)&lt;br&gt;# │ │ │ ┌─month(1-12)&lt;br&gt;# │ │ │ │ ┌─dayOfWeek&lt;br&gt;# │ │ │ │ │ (0 - 6)&lt;br&gt;# │ │ │ │ │ (SunToSat;                                   &lt;br&gt;# │ │ │ │ │  7 is also&lt;br&gt;# │ │ │ │ │  SunOnSome&lt;br&gt;# │ │ │ │ │  systems)&lt;br&gt;# │ │ │ │ │&lt;br&gt;  * * * * * &lt;command to execute&gt;&lt;br&gt;</code><br><br>- "<em>" means every single one<br>- "</em>/10" means every 10<br>- "*/5" means every 5<br><br>So if you put */5 in the minutes place, it means every 5 minutes.<br><br>For more info go to <a href="https://linuxhandbook.com/crontab">Linux Handbook</a> and <a href="https://kvz.io/schedule-tasks-on-linux-using-crontab.html">KVZ.IO</a>.<br><br>See comments for some examples.<br><br><a href="https://nostr.at/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a> <br><br><a href='/tag/cronjobs/'>#CronJobs</a> <a href='/tag/crontab/'>#Crontab</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/greedomtech/'>#GreedomTech</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
      <itunes:summary><![CDATA[<p><br><br># Cron Jobs<br>### A Quick How To Reference<br><br>Cron is used for scheduling repetitive tasks, such as backing up your system once a day, or changing your wallpaper with a new random image every 10 minutes.<br><br>You put the commands you want to execute into a text file, save it, and then make that text file executable.<br><br>Then you add a line to the crontab file by typing "crontab -e" into a terminal, and adding a line to schedule that script file using the syntax below:<br><br><code>&lt;br&gt;# ┌─minute(0-59)&lt;br&gt;# │ ┌─hour(0-23)&lt;br&gt;# │ │ ┌─dayOfMonth&lt;br&gt;# │ │ │    (1 - 31)&lt;br&gt;# │ │ │ ┌─month(1-12)&lt;br&gt;# │ │ │ │ ┌─dayOfWeek&lt;br&gt;# │ │ │ │ │ (0 - 6)&lt;br&gt;# │ │ │ │ │ (SunToSat;                                   &lt;br&gt;# │ │ │ │ │  7 is also&lt;br&gt;# │ │ │ │ │  SunOnSome&lt;br&gt;# │ │ │ │ │  systems)&lt;br&gt;# │ │ │ │ │&lt;br&gt;  * * * * * &lt;command to execute&gt;&lt;br&gt;</code><br><br>- "<em>" means every single one<br>- "</em>/10" means every 10<br>- "*/5" means every 5<br><br>So if you put */5 in the minutes place, it means every 5 minutes.<br><br>For more info go to <a href="https://linuxhandbook.com/crontab">Linux Handbook</a> and <a href="https://kvz.io/schedule-tasks-on-linux-using-crontab.html">KVZ.IO</a>.<br><br>See comments for some examples.<br><br><a href="https://nostr.at/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l">⚡️ Follow Freedom Tech</a> <br><br><a href='/tag/cronjobs/'>#CronJobs</a> <a href='/tag/crontab/'>#Crontab</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/greedomtech/'>#GreedomTech</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/0bbb5e410bbeef599a2b8bd52e36ffac41e260a9edfbd6f6961dcde1dbf4c6b3.jpg"/>
      </item>
      
      </channel>
      </rss>
    