Skip to content

Tag: devops

All the articles with the tag "devops".

Install & use Doxygen via Docker

Install & use Doxygen via Docker

· Updated:

Generate code documentation with Doxygen without installing it, run it from a Docker container and get HTML docs from any codebase.

Docker Compose useful commands

Docker Compose useful commands

· Updated:

The docker compose commands you actually use daily, up, down, logs, exec, pull, and the flags that make them way more useful.

Access Docker socket via TCP

Access Docker socket via TCP

· Updated:

Expose Docker's Unix socket over TCP so remote tools and dashboards can connect, daemon.json config for Linux and Windows.

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.

Logrotate & Compression

Logrotate & Compression

· Updated:

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