i have a trick for windows 11 easy way to run over php 8 script bat
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…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
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…
db.createUser({ user:"danang", roles:, pwd:"powerr00t", })
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 …
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…
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://username:password@127.0.0.1:27017/dbname?authSource=admin
goto your vs code , settings and type flutter run additional args and remove args --no-sound-null safety, and flutter will work
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…