Skip to content

Danang Setya Pramana - Working Memory

This is my working memory when i forgot some command and some code for my work

Danang Setya Pramana - Working Memory

This is my working memory when i forgot some command and some code for my work

  • Home
Iseng-iseng

clone git specifig branch

danang setya pramana February 5, 2026 0 Comments

git clone -b <nama-branch> <url-repositori>

Iseng-iseng

install pm2 on global linux environtment

danang setya pramana February 5, 2026 0 Comments

sudo npm install pm2@latest -g

cli linux

install nvm in RHEL linux

danang setya pramana February 5, 2026 0 Comments

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…

Iseng-iseng

add sudoer existing user

danang setya pramana February 5, 2026 0 Comments

login as root   usermod -aG wheel username

cli linux

install composer on RHEL server linux

danang setya pramana February 5, 2026 0 Comments

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…

linux

install postgresql 18 to RHEL 8

danang setya pramana January 23, 2026 0 Comments

# 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…

cli linux

manual installation multiple php_fpm on RHEL Unix environtment

danang setya pramana January 23, 2026 0 Comments

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…

Iseng-iseng

linux cli airbyte install documentation

danang setya pramana January 20, 2026 0 Comments

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…

postgreSql

allow connection client remote postgresql on remote

danang setya pramana January 15, 2026 0 Comments

edit pg_hba.conf and add host    all             all             192.168.1.0/24          scram-sha-256 after that enter on…

cli linux

stuck start apache cause Set the ‘ServerName’ directive globally error

danang setya pramana January 12, 2026 0 Comments

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

Posts pagination

1 2 … 8

Next Page »

Recent Posts

  • clone git specifig branch
  • install pm2 on global linux environtment
  • install nvm in RHEL linux
  • add sudoer existing user
  • install composer on RHEL server linux

Recent Comments

No comments to show.

Archives

  • February 2026
  • January 2026
  • December 2025
  • February 2025
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • February 2024
  • November 2023
  • July 2023
  • June 2023

Categories

  • cli
  • cli
  • Codeigniter 4
  • docker
  • Dockerfile
  • drizzle
  • Flutter
  • git
  • git branch
  • git clone
  • git push
  • git rm
  • golang
  • IOS
  • Iseng-iseng
  • linux
  • Mongodb
  • Mysql
  • Next Auth
  • Next JS
  • nginx
  • PHP
  • Phpunit
  • pm2
  • postgreSql
  • prisma
  • private repo
  • python
  • React
  • React Native
  • restore
  • rm
  • screen
  • UI
  • windows

You Missed

Iseng-iseng

clone git specifig branch

Iseng-iseng

install pm2 on global linux environtment

cli linux

install nvm in RHEL linux

Iseng-iseng

add sudoer existing user

Danang Setya Pramana – Working Memory

This is my working memory when i forgot some command and some code for my work

Copyright © All rights reserved | Blogus by Themeansar.