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
    • Home
    • 2026
    • January
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

cli linux

linux gpg-check key failed update

danang setya pramana January 12, 2026 0 Comments

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

postgreSql

Backup & Restore Postgre SQL Database

danang setya pramana January 10, 2026 0 Comments

pg_dump and pg_restore are command-line utilities for backing up and restoring PostgreSQL databases. The tar format is one of the non-plain text archive formats that pg_dump can produce and which pg_restore is designed to handle. Backing Up with pg_dump (TAR format) …

postgreSql

change all tables owner to specified user

danang setya pramana January 7, 2026 0 Comments

first use select to show all tables from old owner SELECT tablename, schemaname,tableowner FROM pg_tables WHERE schemaname = 'public' AND tableowner = 'oldowner'; and make script for looping alter table…

postgreSql

To drop all primary key constraints in the public schema of a PostgreSQL database

danang setya pramana January 7, 2026 0 Comments

DO $$ DECLARE r RECORD; BEGIN -- Select all primary key constraints in the 'public' schema FOR r IN ( SELECT table_name, constraint_name FROM information_schema.table_constraints WHERE constraint_type = 'PRIMARY KEY'…

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.