IT Infrastructure and Virtualization Tips
Practical tutorials, lab experiences, and troubleshooting guides focused on enterprise infrastructure technologies.
-
Installing Rocky Linux
Reading Time: 5 minutesInstalling Rocky Linux shows how to install, step-by-step, the Rocky Linux OS. First and foremost: What is Rocky Linux? Nowadays, Red Hat is one of the biggest and most important…
-
Getting Started with Lustre File System
Reading Time: 7 minutesThis article shows an introduction to Luster File System. First and foremost: What is Lustre? Lustre is a distributed, parallel file system designed for high-performance computing (HPC) environments. It is…
-
View Information About Slurm Nodes and Partitions
Reading Time: 4 minutesView Information About Slurm Nodes and Partitions displays details of partitions and nodes for a Slurm system. First and foremost, if you’re new to HPC and Slurm (like me), I’d…
-
An Introduction to Job Submission on a Slurm Cluster
Reading Time: 6 minutesAn Introduction to Job Submission on a Slurm Cluster provides the basic commands for submitting jobs. First and foremost, we’ve written an article explaining how to deploy a Slurm cluster…
-
Slurm srun Invalid account or account/partition combination specified
Reading Time: 5 minutesThis is a simple article that demonstrates an error when submitting a job to a Slurm cluster, outlines the details of the error, and explains how to fix it. First…
-
Creating a Simple Python Project Using a Virtual Environment
Reading Time: 3 minutesCreating a Simple Python Project Using a Virtual Environment demonstrates, in practice, how to use a virtual environment. First and foremost, we’ve written an article to explain how to install…
