SSaguninsagunwrites.hashnode.dev·Aug 24 · 5 min readWhat Is a File System?Computers store enormous amounts of data. Documents, images, videos, programs, configuration files, and countless other pieces of information all need to be organized and accessed efficiently. This is00
LGLucian Ghindaincodeandgit.hashnode.dev·Oct 2, 2024 · 3 min readWhere to list your Ruby company onlineA couple of projects or directories in the Ruby community are trying to aggregate companies or products using Ruby or Ruby on Rails. If you are using Ruby or any Ruby-based framework in your company or for one of your projects, then I think you shoul...00M
ALAnkita Lunawatincloudhub2295.hashnode.dev·Sep 3, 2024 · 2 min readHow to install Prometheus on UbuntuUpdate Your System Ensure your system is up to date. sudo apt update Create a Prometheus User For security reasons, create a separate user to run Prometheus. sudo useradd --no-create-home --shell /bin/false prometheus Create Directories for Prometh...00
MSMuhammad Shehbazinshehbaz223.hashnode.dev·Sep 23, 2023 · 3 min read8#A guide to working with directoriesAt the core of Linux's file system is the root directory, denoted by a forward slash (/). Everything in Linux stems from this root directory, forming a tree-like structure. Let's explore some essential directory-related commands and concepts. 1. mkdi...00