Your App Center List Is Not a Security Audit
I opened Ubuntu's App Center, scrolled through ~90 installed packages, and asked the obvious question: is any of this malware? The list looked suspi…
Tech news from the best sources
I opened Ubuntu's App Center, scrolled through ~90 installed packages, and asked the obvious question: is any of this malware? The list looked suspi…
How ten months of AI-assisted Linux administration gradually turned copy-paste advice into direct access to a real server. When AI stopped being jus…
A step-by-step practical guide to locking down SSH, configuring firewalls, enforcing least privilege, hardening the kernel, and setting up audit tra…
As I stated in my introduction , the first piece of work I did on Packet Sender was fix the Snapcraft build. What is Snapcraft? It has been a while…
The architectural differences between the root account and sudo delegation, how the SUID bit works, why visudo saves production servers, and how to…
Problem On my Huawei MateBook X Pro running Ubuntu 26.04 LTS, the built-in touchpad would behave strangely immediately after logging in. The touchpa…
How Linux file permissions actually work under the hood, why symbolic mode is your best friend, and how to stop blindly typing chmod 777. Every Linu…
If you've searched "install Hadoop on WSL," you've probably found guides from 2020–2023, most written for WSL1 or old Hadoop 3.2/3.3.0 builds. This…
Как дать узлам внутри GNS3 доступ в интернет, не используя встроенный NAT Hyper-V? В этой статье превратим Ubuntu 26.04 в маршрутизатор лабораторног…
While diving deeper into Linux internals and modern SRE practices, I came across a question that many Linux engineers eventually ask: Is cron obsole…
Несмотря на то что Canonical закрыла Ubuntu Touch почти девять лет назад, мобильная Linux-система продолжает развиваться силами фонда UBports и сооб…
Sometimes you genuinely want Docker Engine as the Kubernetes node runtime — a team standardized on the Docker CLI/API for tooling, an image-build bo…
Весь мой путь в Linux начался в студенческие годы, в момент, когда я получил предложение о работе от своего преподавателя в универе. Оказалось, что…
Данная статья наврятли является гидом по созданию домашней лаборатории, скорее это некое описание намерений. Читать далее
Introduction Many people believe that becoming a senior DevOps engineer means learning Kubernetes, Terraform, or cloud platforms. While those skills…
This is the mainstream way to run Kubernetes "with Docker" on Ubuntu in 2026: containerd as the runtime (the same engine Docker uses under the hood)…
Securing and Automating a Cloud Server The first time I spun up a cloud server, I thought the hard part was over. It wasn't. The server was open to…
Introduction It was a perfectly normal day. I opened my laptop, ready to get some work done, and then... BAM. A black screen. Not a gentle fade to b…
There's a delightfully literal answer to "Kubernetes with Docker": kind — Kubernetes IN Docker. Each node is a Docker container running a full Kuber…
Stop memorizing commands. Start understanding concepts. Many people believe Linux is difficult because they begin by trying to memorize dozens of te…
1. Introduction Hello from Japan! 🇯🇵 I am an active truck driver in Japan self-studying Python and Web technologies, leveraging my logistics domain…
The idea of having my own server never really interested me until I had a conversation with one of my developer friends. We were discussing how stud…
В жизни каждого IT специалиста однажды это случается. Linux-переход. Не надо этого стесняться так как это совершенно естественно. Причины перехода у…
Data preservation layouts are no longer just an exercise in handling routine disk failures; they are a direct line of defense in an active cyber-war…
Amid all the noise about dockershim, one thing got lost: the everyday workflow of building an image with Docker and running it on Kubernetes never c…
Keeping your Ubuntu server healthy requires more than installing package updates. Over time, unused packages, cached APT files, and Docker resources…
Table of Contents What is Apache Kafka and When Should You Use It KRaft Mode: Why ZooKeeper is No Longer Needed Prerequisites Step 1: Install Java 2…
Every time I got a fresh Ubuntu VPS, I lost half a day to the same ritual: install zsh, copy over my .zshrc , remember which tools I had on the old…
Introduction What is Ansible? Ansible is an automation language that can describe any IT environment, whether homelab or large-scale infrastructure.…
Pada postingan ini saya akan membahas bagaimana membangun Reverse Proxy Nginx dengan SSL Internal (Self-Signed PKI) tanpa menggunakan domain publik…