8 followers 4 articles/week
Shell script to see Time-To-Live (TTL) for a DNS record on Linux, Unix, macOS and FreeBSD

TTL is an acronym for Time-To-Live (TTL) in DNS. It sets the time in seconds that a DNS record is allowed to be cached by DNS resolvers (caching server) before it needs to be fetched again from the authoritative name server. In other words, longer TTL can reduce the load on authoritative DNS servers and improve response times by keeping records in...

Fri Jul 26, 2024 21:08
How to install and configure sudo on Debian Linux

The minimal version of Debian Linux 12/11 does not support sudo. When performing a network installation for Debian, the usual approach is to use the minimum version, which only installs the essential packages. Most Linux container images based upon Debian also skip sudo, and if your project needs sudo, then read on how to install and configure sudo...

Fri Jul 26, 2024 02:56
Shell script to monitor MariaDB replication and send email alert about server health status

Here is a simple shell script to notify secondary read-only replica (slave) MariaDB server health status failure via email and push notification. Master-slave data replication allows you to copy databases to multiple MariaDB servers. It is useful for backup, data recovery, load balancing, and much more. See how to configure SSL-protected MariaDB replication...

Thu Jul 25, 2024 16:46
How to install incus server on Debian 12/11

Incus is a free and open-source project for the next-gen container management platform. It is a fork of LXD (the container hypervisor). It can manage both Linux containers and virtual machines. Let us see how to install the stable version of the Incus server on Debian 11 or 12 and deploy both containers and VMs for fun and profit. Love this? sudo...

Tue Jul 23, 2024 12:05
How to upgrade OpenSUSE 15.5 to 15.6 using the CLI

The most recent release of OpenSUSE Linux, version 15.6 "Leap," is now available. This version incorporates the SUSE Linux Enterprise (SLE) source and community developments, making it the ideal option for a stable Linux experience for users, developers, and system administrators. This page provides instructions on upgrading from OpenSUSE version...

Sun Jun 30, 2024 22:34
lnav – Awesome terminal log file viewer for Linux and Unix

It is no secret that whether you are a developer or sysadmin, you need to use log files to troubleshoot errors on your Linux and Unix systems. You use tools like grep, tail, cat, or journalctl to view log files. However, you may need help with so many log files. These essential Unix tools are suitable for basic text but fall short when dealing with...

Sun Jun 16, 2024 14:22

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account