Skip to content

Tag: sysadmin

All the articles with the tag "sysadmin".

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.

When systemd swallows your service logs

When systemd swallows your service logs

Updated:

Service restart not showing logs? systemd hides stdout. Learn journalctl, systemctl status, and debugging workflows for silent systemd failures.

SSH keys and secure file copy

SSH keys and secure file copy

Updated:

Generate SSH keys, set up passwordless auth, configure SSH, and transfer files securely with SCP — the foundation of headless Linux work.