
MySQL 9.0 Authentication: Moving to Modern Methods
MySQL 9.0 introduces some important changes, especially in terms of authentication methods. Learn why it's time to abandon weak methods.

How to Restart Kubernetes Pods with Kubectl
In this guide, I'll show you how to restart Kubernetes pods using different methods while ensuring your applications run without disruption.

Understanding ndots in DNS Configurations
In DNS configurations, ndots determine how domain names are processed based on the number of dots (.) they contain.

How to Change Default Run Target on Linux
Run, or systemd targets define the system's state during different stages of operation. Learn how to change the default Run Target on Linux.

Understanding the Canary Deployment Strategy in Kubernetes
A canary deployment strategy involves releasing updates to a small subset of users before rolling out the changes to the entire user base.

What is log compaction in Kafka?
Log compaction in Kafka is a mechanism that ensures the most recent value for each key within a Kafka topic is retained.

Adjust MySQL History Length
Adjusting the MySQL history length is a straightforward way to improve your database's performance and reduce storage costs.

Ubuntu 23.10 “Mantic Minotaur” End-of-Life: Time to Upgrade!
If you’re still using Ubuntu 23.10 "Mantic Minotaur," which reached end-of-life, it’s time to upgrade to Ubuntu 24.04 "Noble Numbat."

How to Reset MySQL Root Password
Resetting the MySQL root password can seem daunting, but it’s straightforward if you follow the right steps.