<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dev Roy</title>
    <description>The latest articles on DEV Community by Dev Roy (@dev_roy).</description>
    <link>https://dev.to/dev_roy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1670151%2F8d233059-d64f-4b09-9704-1ac7610bb9b4.png</url>
      <title>DEV Community: Dev Roy</title>
      <link>https://dev.to/dev_roy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_roy"/>
    <language>en</language>
    <item>
      <title>Chapter-4 Cron Jobs With Shell Script</title>
      <dc:creator>Dev Roy</dc:creator>
      <pubDate>Fri, 28 Jun 2024 10:16:10 +0000</pubDate>
      <link>https://dev.to/dev_roy/chapter-4-cron-jobs-with-shell-script-473l</link>
      <guid>https://dev.to/dev_roy/chapter-4-cron-jobs-with-shell-script-473l</guid>
      <description>&lt;p&gt;1 How to use cron jobs in ubuntu.&lt;/p&gt;

&lt;p&gt;Go to your ubuntu server.&lt;/p&gt;

&lt;p&gt;Step- #date &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Check your system current date and time.&lt;/p&gt;

&lt;p&gt;Step-2#crontab -l &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Check which user set for cron job&lt;/p&gt;

&lt;p&gt;Step-3#crontab -e &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Open Crontab file.&lt;/p&gt;

&lt;p&gt;:--&lt;/p&gt;

&lt;p&gt;Minutes Hour Day/Month Month Day/Week&lt;/p&gt;

&lt;p&gt;12              9            *                *               *    &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo "This is test cronfile" &amp;gt; /home/ubuntu/test.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;:--&lt;/p&gt;

&lt;p&gt;Step-4#12 9 * * * echo "This is test cronJob" &amp;gt; /home/ubuntu/test.txt&lt;/p&gt;




&lt;p&gt;2 How to run backup Shell script using Cron Job.&lt;/p&gt;

&lt;h1&gt;
  
  
  crontab -e &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Open Crontab file.
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;* * * *bash /home/ubuntu/script/check_disk.sh &amp;gt;&amp;gt; /home/ubuntu/check.log.txt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cat /home/ubuntu/check.log.txt&lt;/p&gt;

&lt;p&gt;'*************************************************************************&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Day 3 #Shell script(Advance)</title>
      <dc:creator>Dev Roy</dc:creator>
      <pubDate>Wed, 26 Jun 2024 17:06:26 +0000</pubDate>
      <link>https://dev.to/dev_roy/day-3-shell-scriptadvance-1850</link>
      <guid>https://dev.to/dev_roy/day-3-shell-scriptadvance-1850</guid>
      <description>&lt;p&gt;Hey Guys!&lt;/p&gt;

&lt;p&gt;Here is another shell script document for you with advance shell script code.&lt;/p&gt;

&lt;p&gt;Link --- &lt;a href="https://medium.com/@devroypartner/shell-script-chapter-3-advance-56418bbf7f98"&gt;https://medium.com/@devroypartner/shell-script-chapter-3-advance-56418bbf7f98&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Shellscript
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Aws
&lt;/h1&gt;

&lt;h1&gt;
  
  
  CloudComputing
&lt;/h1&gt;

&lt;h1&gt;
  
  
  DevOps
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Shell Script for DevOps Day-2</title>
      <dc:creator>Dev Roy</dc:creator>
      <pubDate>Mon, 24 Jun 2024 11:35:40 +0000</pubDate>
      <link>https://dev.to/dev_roy/shell-script-for-devops-day-2-1jpa</link>
      <guid>https://dev.to/dev_roy/shell-script-for-devops-day-2-1jpa</guid>
      <description>&lt;p&gt;Hi Everyone&lt;/p&gt;

&lt;p&gt;As I promised to you all, Here is the one more shell script document for Day-2. please check the below link.&lt;/p&gt;

&lt;p&gt;Overview:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If, elif using shell script&lt;/li&gt;
&lt;li&gt;loops using shell script&lt;/li&gt;
&lt;li&gt;loop for files using shell script&lt;/li&gt;
&lt;li&gt;Use loops for particular file extension&lt;/li&gt;
&lt;li&gt;create user using Shell Script function &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.onlinenotepad.io?share-id=dJzO0Dx5nl4a043c34"&gt;https://www.onlinenotepad.io?share-id=dJzO0Dx5nl4a043c34&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  aws
&lt;/h1&gt;

&lt;h1&gt;
  
  
  shellscript
&lt;/h1&gt;

&lt;h1&gt;
  
  
  cloudEngineer
&lt;/h1&gt;

&lt;h1&gt;
  
  
  DevOps
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Shell Script for DevOps</title>
      <dc:creator>Dev Roy</dc:creator>
      <pubDate>Sun, 23 Jun 2024 15:06:15 +0000</pubDate>
      <link>https://dev.to/dev_roy/shell-script-for-devops-pjl</link>
      <guid>https://dev.to/dev_roy/shell-script-for-devops-pjl</guid>
      <description>&lt;p&gt;Hi Everyone&lt;/p&gt;

&lt;p&gt;Guys, I have an announcement for DevOps and Cloud Engineers, From today I will try to share some points which related with DevOps, So we are staring with Shell Scripting, It is most important for every DevOps Engineer, I made the documentation for that, Sharing the link here.&lt;/p&gt;

&lt;p&gt;Overview:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Basic Shell Script&lt;/li&gt;
&lt;li&gt;Variables Shell Script&lt;/li&gt;
&lt;li&gt;User inputs and Variables Shell Script&lt;/li&gt;
&lt;li&gt;Conversation with Shell Script&lt;/li&gt;
&lt;li&gt;Arguments Shell Scrip &lt;/li&gt;
&lt;li&gt;If, Else shell script&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.onlinenotepad.io?share-id=AIt6s2JOBl45168683"&gt;https://www.onlinenotepad.io?share-id=AIt6s2JOBl45168683&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>aws</category>
      <category>shell</category>
    </item>
  </channel>
</rss>
