today's howtos
-
How to get and extract filename extension in Bash
I have a valuable tip for you on extracting the filename and extension in Bash when using Linux, macOS, FreeBSD, or Unix-like systems. It's quick and easy to follow.
-
Step-by-Step Guide: Using the mv Command to Move Directories in Linux
mv command is very basic command in linux [...]
-
How to Find Files Ignoring Case Sensitivity in Linux
Being a Linux user, have you faced trouble in finding a specific file because its name had different letter cases?
-
Replace Startup Animation Screen with Single Image in Ubuntu 22.04
Want to customize the startup, and shutdown animation screen with a single background image? Here’s how to do the trick in Ubuntu 22.04 and Ubuntu 23.04.
-
Ubuntu 22.04 Users Can Now Upgrade to Linux Kernel 6.2
Ubuntu 22.04 LTS users can now upgrade to Linux kernel 6.2 using the Software Updater tool. Ahead of the formal Ubuntu 22.04.3 point release due next week (August 10) Canonical has issued an updated kernel to existing LTS existing users to install. It back-ports the Linux 6.2 kernel used in Ubuntu 23.04 “Lunar Lobster”. Typically, HWE updates roll out once the formal point release itself is made.
-
How to Install NFS Server and Client on Debian 12
NFS or Network File System is a network protocol that allows you to mount a remote file system over the network. In this guide, I will show you how to install an NFS server and client on Debian 12.
-
How to Install Drupal on Debian
In this tutorial, we’ll describe how to install and configure the latest version of the Drupal content management system on Debian to create dynamic websites in your organization.
-
Mastering SSLStrip Analysis: Uncovering Hidden Vulnerabilities
What is SSL (secure socket layer)? SSL analysis (Secure Socket Layer) is a standard security technology used for establishing an encrypted channel...
-
A Deep Dive Into Kubernetes Operators
Operators provide an elegant way to extend Kubernetes' native capabilities and automate complex application-specific tasks.