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…
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm -y jika SELINUX di disable bisa menggunakan fungsi sock akan tetapi jika tidak akan sulit menyesuaikan permissionnya lebih menggunakan listen 7000 misalnya…
goto nano /usr/local/apache/conf/httpd.conf add ServerName your_domain.com:80 use Config Test /usr/local/apache/bin/apachectl configtest if Ok Restart Services
# 1. Clean DNF cache sudo dnf clean all # 2. Update the AlmaLinux release package (installs new keys) sudo dnf upgrade almalinux-release -y # 3. Import the latest AlmaLinux…
List directories before delete find . -type d -ctime +60 -ls List files before delete find . -type f -ctime +60 -ls Delete directories in current directory find . -type…
sudo lsof -i -P -n | grep LISTEN