Sai Praneethterraformiac.hashnode.dev·Jan 15, 2025CronTabLet’s say we need to run a shell script exactly at 8:00 PM every day., shell script is a file that contains a series of commands. Rather than keeping an alarm at 8:00 a.m. every day, logging into the server, and saying hello.sh ., which is difficult,...cronjob
Ansh Balanlinuxfordevops.hashnode.dev·Dec 21, 2024Part 6: Cron and Crontab in LinuxIn this section, we will dive into the concepts of cron and crontab, two essential tools for scheduling tasks in Linux. We’ll explain their purpose, how to use them, and provide practical examples for automation. What is cron? cron is a time-based jo...cronjob
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 28, 2024Cron Job in LinuxUnderstanding Cron, Crontabs, and Cron Jobs 1. Cron Definition: Cron is a time-based job scheduler in Unix-like operating systems. It allows users to automate repetitive tasks by executing commands or scripts at specified times and intervals. Usage...67 readsMastering Linuxcron for devops
Munilakshmi G J100daysdevops.hashnode.dev·Nov 23, 2024Day 28 of 100 Days : Automating Workflows with Cron Jobs in JenkinsWelcome back! 🌟 Today’s topic is Cron Jobs in Jenkins, a powerful feature to automate job scheduling. With cron syntax, you can execute Jenkins jobs at specific times or intervals, enabling efficient task management. Let’s dive into how it works, wh...cronjob
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 28, 2024Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...2 likesLinux
Sina Mokhtaribysina.hashnode.dev·Oct 5, 2024How to Automatically Run a Command on Ubuntu StartupVarious Linux distributions, unlike other available operating systems, offer numerous attractive features and capabilities for their users. One of these features is the ability to configure your operating system in any desired manner and automate it ...UbuntuUbuntu
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Sep 14, 2024☑️Day 13: How to Automate Tasks with Cron🔹Table Of content : ✅Introduction ✅Key Learnings and Concepts ✅Understanding Cron and Crontab ✅Writing Basic Cron Jobs ✅Automating Disk Space Checks and Backups ✅Important Cron Commands ✅Fine-Tuning Cron Jobs ✅Takeaways from Day 13 ...12 likescronjob
Dinko Marinacdinkomarinac.dev·Aug 11, 2024Using a MongoDB Collection as a Job Queue for Cron Jobs: Dart ImplementationIntroduction During my experimentation with cloud functions in Dart, I had the need to implement cron jobs, also known as scheduled functions in Firebase. The result of this is my new package, called mongo_cron. So, what are cron jobs and why do we u...437 readsDart
Ramu Narasingaramunarasinga.hashnode.dev·Jul 26, 2024Using a custom backend server with Next.js in a monorepo.I was searching for an open source repository that schedules and posts on social media. I found Gitroom. Gitroom is a awesome, built by Nevo David. You can 📨 schedule social media and articles. Exchange or buy posts from other members 👨🏻💻. Monito...TypeScript
Vadim Kononovblog.konoson.com·Jul 2, 2024Keeping Your Website Up and Running: A Simple Uptime Monitoring SolutionEver had that sinking feeling when you realize your website is down? It's frustrating, potentially costly, and often, you only find out because a customer points it out. Wouldn't it be great if you could catch these issues before your users do? Let's...uptime