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
    • 2024
    • Page 2
nginx

i have a trick for windows 11 easy way to run over php 8 script bat

danang setya pramana June 13, 2024 0 Comments

here is the code bat @echo off cd C:\D\nginx-1.26.1 IF "%1" == "stop" (   GOTO STOPSERVER )else IF "%1" == "start" (   GOTO STARTSERVER )else (   echo…

Mongodb

create superuser role mongodb

danang setya pramana June 6, 2024 0 Comments

db.createUser({ user:"danang", roles:, pwd:"powerr00t", })

nginx PHP

simple run nginx over php 8

danang setya pramana June 6, 2024 0 Comments

run php8 first php-cgi.exe -b 127.0.0.1:9999 config for nginx.conf http {     include       mime.types;     default_type  application/octet-stream;     server {         listen …

Iseng-iseng

handle error db5 error(11) from dbenv->open yum update

danang setya pramana June 4, 2024 0 Comments

Saat menjalankan perintah: Yum update -y pada server centos, kadang terjadi error dengan muncul pesan kurang lebih seperti ini: root@server: yum update -y error: db5 error(11) from dbenv->open: Resource temporarily…

postgreSql

postgre SQL Connection String

danang setya pramana May 31, 2024 0 Comments

have 2 version of it postgres://username:password@127.0.0.1:5432/dbname AND postgresql://username:password@127.0.0.1:5432/dbname

Mongodb

mongodb connection string

danang setya pramana May 31, 2024 0 Comments

mongodb://username:password@127.0.0.1:27017/dbname?authSource=admin

Flutter

flutter –no-sound-null-safety issu

danang setya pramana May 22, 2024 0 Comments

goto your vs code , settings and type flutter run additional args and remove args --no-sound-null safety, and flutter will work

git git clone

Complete Setup Clone Private Github on 2024

danang setya pramana February 22, 2024 0 Comments

so, Github in this time just support SSH protocol for clone private Repository, the first step in your local machine who wants to clone running this command to make your…

Posts pagination

1 2

« Previous 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.