Skip to content
daniel@cosenza:~/blog

tag

#automation

6 posts

LinuxHow-To July 11, 2026 2 min read

How to Set Up Automatic Security Updates on Linux

A complete walkthrough configuring unattended-upgrades (Debian/Ubuntu) and dnf-automatic (RHEL/Fedora) to apply security patches automatically, with sane limits on what gets updated unattended.

#howto#security#updates
Read more
WindowsDeep Dive February 16, 2026 3 min read

Automating Windows with Task Scheduler

How Task Scheduler's triggers, actions, and conditions work together, and how to build and inspect scheduled tasks from the command line.

#task-scheduler#automation#windows
Read more
FreeBSDHow-To October 14, 2025 3 min read

How to Automate ZFS Snapshots with periodic

Set up hourly, daily, and weekly ZFS snapshots on a schedule, with automatic pruning, using FreeBSD's built-in periodic framework — no third-party tools required.

#howto#zfs#automation
Read more