Skip to main content

Automated Setups

Configuration Management 101: Writing Ansible Playbooks
Tutorials Ansible Automated Setups Configuration Management Getting Started
Introduction> Introduction # In a nutshell, server configuration management (also popularly referred to as IT Automation) is a solution for turning your infrastructure administration into a codebase, describing all processes necessary for deploying a server in a set of provisioning scripts that can be versioned and easily reused.
How To Use Cron to Automate Tasks on Ubuntu 18.04
Tutorials Automated Setups System Tools Ubuntu 18.04
Introduction> Introduction # Cron is a time-based job scheduling daemon found in Unix-like operating systems, including Linux distributions. Cron runs in the background and operations scheduled with cron, referred to as “cron jobs,” are executed automatically, making cron useful for automating maintenance-related tasks.