Tag: DevOps
-

Traefik as a Reverse Proxy for Docker: Complete Guide with Automatic SSL
If you manage multiple web services on a single server, sooner or later you have to solve the reverse proxy problem. After trying several solutions, I switched to Traefik as a Docker-integrated reverse proxy and it’s been one of the best infrastructure decisions I’ve made in years. In this article I share my hands-on experience,…
-

Using Claude Code for Linux Server Administration: A Practical, Supervised Approach
Claude Code for Linux server administration: Claude Code is the command-line tool developed by Anthropic that allows a large language model (LLM) to interact directly with the filesystem, execute shell commands, read and modify files, and manage services, containers, and configurations. This is not a chatbot that suggests commands: it is an agent that executes…
-

Automation…automation! Setting Up an Ansible Server
Automation…automation! Setting Up an Ansible Server for IT Automation Have you ever thought about automating the day-to-day operations of your IT infrastructure, but didn’t know where to start? Ansible is the ideal answer! This comprehensive guide will walk you step by step through configuring an Ansible server, showing you how to create a robust environment…