Operating Systems Linux Commands to Investigate High Disk Partition UsageBy DaniloJuly 20, 20260 High disk partition usage Linux systems can quickly become a critical issue, whether you are managing a production server, a…
Operating Systems How to Install, Configure, and Use tmux on LinuxBy DaniloJuly 14, 20260 tmux on Linux is one of the tools I rely on most when working on remote servers and managing multiple…
Operating Systems Installing Rocky LinuxBy DaniloApril 27, 20260 Installing Rocky Linux shows how to install, step-by-step, the Rocky Linux OS. First and foremost: What is Rocky Linux? Nowadays,…
Operating Systems Creating a Simple Python Project Using a Virtual EnvironmentBy DaniloJanuary 12, 20260 Creating a Simple Python Project Using a Virtual Environment demonstrates, in practice, how to create a Python project inside a…
Operating Systems Working with Python Virtual Environments on WindowsBy DaniloJanuary 12, 20260 A Python virtual environment on Windows allows developers to create isolated environments for different projects, keeping Python packages and dependencies…
Operating Systems Installing Python on WindowsBy DaniloJanuary 12, 20260 I’ve been using Python on Linux for automation tasks such as monitor Slurm HPC nodes and get uptime of hundreds…