Please turn JavaScript on
header-image

The Linux Cluster

Want to keep yourself up to date with the latest news from The Linux Cluster?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of The Linux Cluster: "The Linux Cluster – Linux Cluster Blog is a collection of how-to and tutorials for Linux Cluster and Enterprise Linux"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.64 / week

Message History

After downloading the Nvidia Drivers and Toolkits

Make sure you select the corresponding CUDA Toolkit and the CUDA Drivers. The CUDA-Toolkits already have the Drivers as part of the Package

CUDA Toolkit (available at https://developer.nvidia.com/cuda-downl...


Read full story

Taken from Installing Nvidia DOCA OFED. Do read the documentation for more information. Other relevan documentation will include


Read full story

Method 1: Using Ethernet and lspci

[root@hpc-node1 ~]# ethtool -i ens3f1np1 driver: mlx5_core version: 25.10-1.7.1 firmware-version: 26.43.2026 (MT_0000000575) expansion-rom-version: bus-info: 0000:5d:00.1 supports-statistics: yes supports-test: yes supports-eeprom-access: no supports-register-dump: no supports-priv-flags: yes [root@hp...


Read full story

Install dnf-plugins-core

# dnf install dnf-plugins-core

Install epel-release

# dnf install epel-release

Install PowerTools Replace (Now known as Container Runtime Builder CRB)

# dnf config-manager --enable crb

Check for Rep...


Read full story

In Rocky Linux 9, the nmcli command-line tool (Network Manager Command Line) replaces the traditional ifcfg files that we have been using since Rocky Linux 8. If you can Google “Why nmcli is replacing the ifcfg”, you will find a comprehensive list of key reasons why the transition took place. One thing that I like best is this particular answer

nmcli commands are ...


Read full story