Ansh Balanlinuxfordevops.hashnode.dev·a day agoPart 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
Ryan Harrisreadmyyaps.com·Oct 17, 2024A More Controlled Windows OS Shutdown With Schedules!Want to tell your computer when to shutdown but have steps in place to stop the shutdown in case you’ve changed your mind? Well I’ve got a solution for you, with thanks to Google’s Gemini and some Sources linked below in the credits you can tell your...The Technological Yapswindows-shutdown
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
Abhinandan Khuranablog.s3curity.ninja·Jul 13, 2024Creating a Nessus weekly scan automation for updated IPs every weekHello, tech enthusiasts! The inspiration for this task was to automate the annoying weekly Network Scan for my company every Sunday on all the public facing IPs (that are changed every week), so that we already know about known vulnerabilities and mi...10 likes·59 readsnessus
jeeva Bcanopy.hashnode.dev·Apr 21, 2024How to install Airflow on an Ubuntu machine?Before performing the operation, we need to ensure that our Ubuntu webserver is up to date with the desired packages. The code provided below will help us install the necessary packages in Linux. In addition to this, we need to install any other pack...#ApacheAirflow