today's howtos
-
Installing the NVIDIA GPU Operator on Kubernetes on openSUSE Leap
This article shows how to install and deploy Kubernetes (K8s) using RKE2 by SUSE Rancher on openSUSE Leap 15.6 with the NVIDIA GPU Operator. This operator deploys and loads any driver stack components required by CUDA on K8s Cluster nodes without touching the container host and makes sure, the correct driver stack is made available to driver containers. We use a driver container specifically build for openSUSE Leap 15.6 and SLE 15 SP6.
-
Ubuntu Handbook ☛ Check SATA/NVMe SSD Disk Health & Other Info in Ubuntu 24.04 | 22.04
This tutorial shows you how to check the health status, amount of read/written data, temperature, media error, and other useful info of your SSD in Ubuntu. For Windows, there’s a popular CrystalDiskInfo utility for reading and monitoring HDD/SSD disk status.
-
LinuxBuz ☛ How to Set Docker Compose Environment Variables
Environment variables are important for managing and configuring Dockerized applications. They allow you to externalize settings like database credentials, API keys, and environment modes.