Lucian Ghindaallaboutcoding.ghinda.com·Oct 2, 2024Where 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...468 readsRuby
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 3, 2024How 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...prometheus installation
Muhammad Shehbazshehbaz223.hashnode.dev·Sep 23, 20238#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...linux-commands