Skip to content

Tag: sysadmin

All the articles with the tag "sysadmin".

Directory FileCount

Directory FileCount

· Updated:

Count files in a directory (recursively or not) with find, ls, and tree, quick one-liners for when du just isn't telling you enough.

Linux su with custom shell

Linux su with custom shell

· Updated:

Use su with a specific shell to switch users without the default login shell, useful when /etc/passwd points to something unexpected.

Logrotate & Compression

Logrotate & Compression

· Updated:

logrotate keeps your /var/log from eating the disk, configure rotation schedules, compression, and retention for any service log.

MySQL CLI: From Connection to Maintenance

MySQL CLI: From Connection to Maintenance

· Updated:

Master MySQL from the command line: connect, query databases, manage users, repair tables, optimize, everything you keep Googling, one reference.

How to Upload an ISO to Proxmox (3 Ways)

How to Upload an ISO to Proxmox (3 Ways)

· Updated:

Upload an ISO to Proxmox three ways: the web UI, wget straight onto the node, or SCP. Which to use when the browser upload stalls, plus checksum verification.

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.