Cannot run php on powershell
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Cannot run php on powershell - fix php environtment path for powershell ## PowershellPowershell is alternative for default terminal windows.
Powershell problem lists with php
cannot call php from powershell
php : The term ‘php’ is not recognized as the name of a THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Install MySQL di termux
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Install MySQL di termux - Install dan buka termuxketik pkg install mariadbmkdir ..usr/etc/my.cnf.dmysql_install_dbmysqldBuka tab sesi baru, lalu ketik mysql -u root Install dan buka termuxketikpkg install mariadbmkdir ../usr/etc/my.cnf.dmysql_install_dbmysqld
Buka tab sesi baru, lalu ketikmysql -u root -p
buka tab sesi baru, lalu ketikmysql_secure_i THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Linux Clear Cache
THIS SITE IS MIRROR || Skip to Full Contents (Read More) Linux Clear Cache - Posted on May 30, 2020 12:03 AM by Kuswati Bash Script Tips & Tricks Linux/Unix Programming Bash #!/bin/bash #clean page cache #sync #echo 1… `bash
#!/bin/bash
#clean page cache
#sync
#echo 1 >/proc/sys/vm/drop_caches
#clean dentries and inodes
#sync
#echo 2 >/proc/sys/vm/drop_caches
#clean page cache and dentries inodes, but it is not re THIS SITE IS MIRROR || Skip to Full Contents (Read More)
disable vscode alert File is a CommonJS module; it may be converted to an ES module
THIS SITE IS MIRROR || Skip to Full Contents (Read More) disable vscode alert File is a CommonJS module; it may be converted to an ES module - disable vscode alert File is a CommonJS module; it may be converted to an ES module # File is a CommonJS module; it may be converted to an ES moduleThis is a new feature added in Visual Studio Code called “Suggestion Code Actions”. “Suggestion Code Actions” are enabled by default in THIS SITE IS MIRROR || Skip to Full Contents (Read More)
MySQL Command to create new database user
THIS SITE IS MIRROR || Skip to Full Contents (Read More) MySQL Command to create new database user - MySQL Command to create new database user First, you need to open the database manager such as phpMyAdmin application to querying MySQL commands.
Create New User`mysqlCREATE USER ‘dimaslanjaka‘@’%’ IDENTIFIED VIA mysql_native_password THIS SITE IS MIRROR || Skip to Full Contents (Read More)