Skip to content

Tag: automation

All the articles with the tag "automation".

Automating Docker via Ansible

Automating Docker via Ansible

· Updated:

Automate Docker container deployment with shell scripts, cron, and Ansible, stop SSHing in and restarting things by hand.

Bulk rename files in bash

Bulk rename files in bash

· Updated:

Remove spaces and special characters from filenames using bash loops, rename, find, and parameter expansion tricks.

Bash for loops sequential counting

Bash for loops sequential counting

· Updated:

Master bash for loops, while loops, and seq for sequential counting, iterate over files, ranges, and arrays without losing your mind.