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
    • danang setya pramana
    • Page 5
Mysql

change column type mysql

danang setya pramana June 19, 2024 0 Comments

ALTER TABLE table_name MODIFY field DATATYPE;   ALTER TABLE table_name ALTER field SET DEFAULT CURRENT_TIMESTAMP();

Iseng-iseng

Create Table From Select Query MySql

danang setya pramana June 19, 2024 0 Comments

CREATE TABLE new_tbl SELECT * FROM orig_tbl;

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 … 4 5 6 … 8

« Previous Page — Next Page »

Recent Posts

  • postgresql crash on mac m4
  • mikrotik winbox dude backup restore
  • list adb command
  • install using adb on macbook apple chip
  • tsconfig.json generate using

Recent Comments

No comments to show.

Archives

  • September 2026
  • July 2026
  • June 2026
  • 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
  • dude
  • Flutter
  • git
  • git branch
  • git clone
  • git push
  • git rm
  • golang
  • IOS
  • Iseng-iseng
  • linux
  • mikrotik
  • 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

postgreSql

postgresql crash on mac m4

dude mikrotik

mikrotik winbox dude backup restore

Iseng-iseng

list adb command

Iseng-iseng

install using adb on macbook apple chip

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.