Posts
Page 57 of 58
-
Docker vs Podman: Key Differences
Docker needs a daemon; Podman doesn't. Compare architecture, rootless support, Compose compatibility, and which one belongs in your workflow.
5 min read -
SSH Tunneling: A Secure Conduit for Your Data
SSH tunnels forward ports over encrypted connections, local forwarding, remote forwarding, and dynamic SOCKS proxy explained.
5 min read -
User and Group Management in Linux
Create, modify, and delete users and groups on Linux, useradd, usermod, groupadd, sudo access, and /etc/passwd explained.
5 min read -
Ollama: Powerful Language Models on Your Own Machine
Ollama makes running local LLMs dead simple, pull a model, start the server, and get a private ChatGPT running on your own hardware.
6 min read -
Unleash the Power of LLMs with LocalAI
LocalAI is a self-hosted OpenAI-compatible API, run any GGUF model and connect existing tools without changing a line of client code.
6 min read -
Talos OS: API-Driven, Kubernetes-First OS
Talos OS is an immutable, API-driven OS designed purely for running Kubernetes, no SSH, no package manager, pure GitOps.
6 min read -
SumGuy’s Guide to Linux Log Analysis
journalctl, grep, awk, and tail -f, read your Linux logs like a pro and find the error before it pages you at 3 AM.
5 min read -
Docker Compose: Orchestrating Multi-Container Applications
Move beyond single containers, Docker Compose lets you define and run multi-service apps with one YAML file and one command.
9 min read -
Understanding the Mogrify Tool in Linux: A Guide to Image Manipulation
mogrify from ImageMagick batch-processes images, resize, convert, compress, and apply effects to entire directories at once.
5 min read -
Machine Learning models (AI)
Supervised, unsupervised, reinforcement learning, the ML model landscape explained without drowning in math or hype.
5 min read -
Wiki.js for your documentation in docker
Wiki.js is a gorgeous self-hosted wiki with Markdown, WYSIWYG, and Git sync, Docker Compose setup with PostgreSQL backend.
5 min read -
Automatic Backup of Docker MySQL or MariaDB Containers
Automate MySQL/MariaDB backups from a running Docker container using cron and mysqldump, no downtime, no excuses for losing your data.
5 min read