today's howtos
-
University of Toronto ☛ The Prometheus host agent is missing some Linux NFSv4 RPC stats (as of 1.8.2)
Adding the missing operations to the Prometheus host agent would require updates to both prometheus/procfs (to add fields for them) and to node_exporter itself, to report the fields. The NFS client stats collector in collector/nfs_linux.go uses Go reflection to determine the metrics to report and so needs no updates, but the NFS server stats collector in collector/nfsd_linux.go directly knows about all 40 of the current operations and so would need code updates, either to add the new fields or to switch to using Go reflection.
-
Vincent Delft ☛ Just my memory here is how I've configure OpenBSD and FreeBSD for a IPv6 Wifi
Every year stand one of the biggest OpenSource conference, and this is close to my house. The subject of this blog is to explain how I've configured my OpenBSD 7.6 and FreeBSD 14.1 to connect to their wifi which only "speak" IPv6
This is not a setup I encountered frequently, and I just want to remember how I did it ;)
-
Linuxiac ☛ How to Install Speedtest Tracker to Monitor Your Internet Speed
Learn how to install Speedtest Tracker with Docker and monitor your internet speed with real-time results.
-
dwaves.de ☛ GNU/Linux Debian: howto setup nginx + php + mariadb (mysql) Pixelfed decentralized social control media sharing program (why so complex?)
-
idroot
-
ID Root ☛ How To Install HandBrake on CentOS Stream 10
In this tutorial, we will show you how to install HandBrake on CentOS Stream 10. HandBrake is a versatile, open-source video transcoder that’s invaluable for converting video files from one format to another.
-
ID Root ☛ How To Install ImageMagick on CentOS Stream 10
ImageMagick is a versatile command-line tool used for displaying, converting, and editing image files. It supports a wide variety of image formats, including JPEG, PNG, GIF, TIFF, and many others. Whether you’re a developer, system administrator, or graphic designer, ImageMagick provides powerful capabilities for image manipulation.
-
ID Root ☛ How To Setup Virtual Host Apache on CentOS Stream 10
Virtual hosting is a method of hosting multiple domain names on a single server. It allows one server to share its resources, such as memory and CPU, among multiple websites, making it cost-effective and efficient. Using Apache virtual hosts on CentOS Stream 10 can significantly streamline web hosting management.
-