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...Discuss路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 ...DiscussUbuntuUbuntu
Kedar Pattanshettikedarpattanshetti.hashnode.dev路Sep 14, 2024鈽戯笍Day 13: How to Automate Tasks with Cron馃敼Table Of content : 鉁匢ntroduction 鉁匥ey Learnings and Concepts 鉁匲nderstanding Cron and Crontab 鉁匴riting Basic Cron Jobs 鉁匒utomating Disk Space Checks and Backups 鉁匢mportant Cron Commands 鉁匜ine-Tuning Cron Jobs 鉁匱akeaways from Day 13 ...Discuss路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...Discuss路351 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...DiscussTypeScript
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...Discussuptime
Cloud Tunedcloudtuned.hashnode.dev路Jun 14, 2024Exploring the Power of CRON JobsExploring the Power of CRON Jobs CRON is a time-based job scheduler in Unix-like operating systems that allows users to schedule tasks to run periodically at specified intervals. In this article, we'll delve into the world of CRON, understanding its ...Discusscronjob
Bipul Lamsalbipullamsal.hashnode.dev路Jun 8, 2024Lets cook some Linux Cron jobsAs an Asian, I'm familiar with my parents always keeping a close eye on me, checking if I'm studying, gaming, or chatting. It's like they have a background process running, giving those bombastic side eye 馃憖 glances. Similarly, Linux's cron job opera...Discuss路39 readsLinux
Vadim Kononovblog.konoson.com路Jun 7, 2024Set Up macOS to Use Postfix for Sending Automated Emails from CRONLooking to automate email notifications from your macOS using CRON jobs? This guide will walk you through configuring Postfix on a macOS to send emails from CRON jobs to a designated email address. Prerequisites Access to a macOS computer Basic kno...Discuss路48 readsmacOS
Anushka Bhujang Pawarawsthoughts.hashnode.dev路May 14, 2024Beginner's Guide to Scheduling Tasks with Cron Jobs in LinuxIntroduction Cron jobs are essential for automating repetitive tasks in Unix-based systems. Whether you're a developer or a system administrator, mastering cron jobs can save you a lot of time and effort. In this post, we will explore how to set up a...Discusscron