clone git specifig branch
git clone -b <nama-branch> <url-repositori>
This is my working memory when i forgot some command and some code for my work
git clone -b <nama-branch> <url-repositori>
sudo npm install pm2@latest -g
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…
login as root usermod -aG wheel username
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…
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…
command show processor architecture the huge problem to success the installation is you must install in non-root user cause if u use root user you will fail uname -m x86_64…
edit pg_hba.conf and add host all all 192.168.1.0/24 scram-sha-256 after that enter on…
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