LHB Linux Digest #25.05: Terminal Shortcuts, Sed Guide, DaemonSet, Xpipe and More
Welcome to the latest edition of LHB Linux Digest. I don’t know if you have noticed…
Welcome to the latest edition of LHB Linux Digest. I don’t know if you have noticed…
You know that moment when you dive into a project, thinking, “This should be easy,” and…
Imagine a scenario, you downloaded a new binary called ls from the internet. The application could…
The whereis command helps users locate the binary, source, and manual page files for a given…
Kubernetes is a powerful platform designed to manage and automate the deployment, scaling, and operation of…
Linux is the foundation of many IT systems, from servers to cloud platforms. Mastering Linux and…
If you’ve ever wanted a secure way to access your home network remotely, whether for SSH…
I have encountered situations where I had executed vi and it still runs Vim instead of…
As an alert Linux sysadmin, you may want to monitor web traffic for specific services. Here’s…
I’ve been using Cloudflare Tunnel for over a year, and while it’s great for hosting static…
What’s in a name? Sometimes the name can be deceptive. For example, in the Linux Tips…
Imagine this: You’ve deployed a handful of Docker containers to power your favorite applications, maybe a…
The pwd command in Linux, short for Print Working Directory, displays the absolute path of the…
As a tech-enthusiast content creator, I’m always on the lookout for innovative ways to connect with…
File descriptors are a core concept in Linux and other Unix-like operating systems. They provide a…
In Bash version 4, associative arrays were introduced, and from that point, they solved my biggest…
When managing infrastructure as code (IaC) with Terraform, there are instances where securely generating random passwords…
As someone who spends hours working in Jupyter Notebooks, I’ve grown quite fond of its versatility….
In YAML, an array (or list) is an ordered collection of elements. These elements can be…
tmux is getting popular once again, specially among youngsters. We already have a beginner’s guide on…
Email hosting is one of those sneaky expenses that often catches you off guard. You buy…
Your productivity will increase by many folds if you can organise tmux the right way. Well,…
Tmux, the most used tool for multitask(plex)ing in the command line, has one important feature that…
In order to operate services using Docker containers reliably, stably and with minimal maintenance effort, it…