today's howtos
-
Linux Links ☛ del – delete command with integrated undelete function
With del you have a delete command with integrated undelete function.
-
The New Stack ☛ Linux: Create and Connect to an NFS Share
NFS stands for Network File System and is yet another way to share directories over a network.
-
Adnan Hodzic: Effortless GNU/Linux backups: Power of OpenZFS Snapshots on Ubuntu 24.04
GNU/Linux snapshots? Back in the day (mid 2000’s) ReiserFS was my go to GNU/Linux filesystem, it was fast & reliable.
-
LinuxTechLab ☛ Easiest guide to install Terraform on Windows, GNU/Linux & MacOS
Terraform, by HashiCorp, is an open-source tool that allows you to define and provision infrastructure using a high-level configuration language.
-
LinuxTechLab ☛ Upgrade Terraform : Upgrade Terraform code from 0.11 to 0.12
Upgrading Terraform code from version 0.11 to 0.12 can be a daunting task...
-
LinuxBuz ☛ Docker Build Args: Explain with Practical Examples
Docker has become an indispensable tool for developers in the world of containerization. It simplifies the process of packaging applications with all their dependencies, ensuring consistency across different environments.