install nvm in RHEL linux
To install NVM on AlmaLinux 8, install curl, run the NVM installation script from GitHub, source your bash profile, and verify the installation. This allows managing multiple Node.js versions. Steps to…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
To install NVM on AlmaLinux 8, install curl, run the NVM installation script from GitHub, source your bash profile, and verify the installation. This allows managing multiple Node.js versions. Steps to…
To install Composer on AlmaLinux 8, install PHP and necessary dependencies using dnf install php-cli php-json php-zip wget unzip -y. Download the installer with {Link: wget https://getcomposer.org/installer -O composer-installer} and…
# Install the repository RPM: sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm # Disable the built-in PostgreSQL module: sudo dnf -qy module disable postgresql # Install PostgreSQL: sudo dnf install -y postgresql18-server…