Anil Jaiswalanil.hashnode.dev·Sep 3, 2023Building a Cron Expression Parser using PythonIntroduction Task scheduling can be a complex task in software development, especially when it comes to specifying when and how often a task should run. This is where cron expressions come in handy. Cron expressions are widely used to define schedule...DiscussPython
Chekit Sharmachekitsharma.hashnode.dev·Aug 21, 2023📜Shell Scripting Basic to Advanced📍Introduction Bash stands for "Bourne Again SHell." It's a command-line interpreter and scripting language that is widely used in Unix-like operating systems. Bash is the default shell on most Linux distributions and macOS systems. It provides a way...Saksham Paliwal and 3 others are discussing this4 people are discussing thisDiscuss·9 likes·257 readsshell script
Suraj Pandacode-with-suraj.hashnode.dev·Aug 10, 2023Unleashing Cron Jobs in Node.js: Turbocharge Your Productivity with Automated Task ExecutionAs a developer, your time is valuable, and maximizing productivity is crucial. Thankfully, Node.js offers a powerful tool called cron jobs to automate routine tasks, allowing you to focus on more critical aspects of your work. In this article, we wil...DiscussNode.js
Mani Vaidhymanivaidhy.hashnode.dev·Jul 28, 2023Laravel : Running single cron on multiple serversThis article is to set up a single cron on multiple servers in Laravel. Create EC2 Instance in AWS Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/ and click on “Running Instances”. Click on Launch Instance. Choose which type of V...DiscussLaravel
Ayushi Vasishthaayushi1503.hashnode.dev·Jul 23, 2023Advanced Linux Shell Scripting: Automating Tasks with the Power of Shell ScriptsAutomate tasks with BASH Scripts: In this short blog, we'll explore how to generate multiple directories, create backups, schedule tasks using cron and crontab, and even add users – all through the magic of shell scripting! Generate multiple Directo...Discuss·29 reads#90daysOfDevOpsshell scripting
Andrew Dassandrewdass.hashnode.dev·May 22, 2023How to Automate a Bash Script by using the Terminal and Cron in UbuntuOverview This is an introductory article to explain how to automate Bash scripts in Ubuntu by using the Terminal and a cronjob or a technique called cron. Materials Computer Ubuntu Operating System Terminal Packages required: nano, cron How to ...Discuss·75 readsUbuntu
Chidozie C. Okafordozie.hashnode.dev·Apr 4, 2023“Discover Sentry Cron: The Next Generation Tool for Effective Cron Job Monitoring and…“Discover Sentry Cron: The Next Generation Tool for Effective Cron Job Monitoring and Troubleshooting” Cron jobs are crucial for maintaining and automating a variety of server- and application-related duties. Effective monitoring and control are req...Discussadvanced
Subramanya M Raosubramanyarao.hashnode.dev·Mar 31, 2023Automating Your Tasks with CRON Jobs: A Real-World Example using Next.js and Vercel🔥What are CRON Jobs? 🤔 CRON jobs are automated tasks scheduled to run on a Unix or Linux operating system at specific intervals. These tasks are set up using the CRON daemon, a time-based job scheduler in Unix-like operating systems. A CRON job is cr...Discuss·364 readsNext.js
Sumit Ghorpadesumitramchandra.hashnode.dev·Mar 24, 2023Advanced Linux Shell ScriptingScript to create multiple directories dynamically Write a bash script makedir.sh that when the script is executed with three given arguments (one is the directory name and the second is the start number of directories and the third is the end numbe...Discuss·37 readscronjob
Gaurav Mazumdergauravmazumder.hashnode.dev·Mar 21, 2023Advanced Linux Shell Scripting for DevOpsDay 5 of #90DaysOfDevOps with the #TrainWithShubham Community. The challenge is for the DevOps Community to get stronger in #DevOps. It is a great initiative by Shubham Londhe. Documenting my learning and also sharing it with the community is helping...Discuss·1 like·31 readscronjob