Remove MySQL in ubuntu 18.04 April 10, 2019 Remove MySQL in ubuntu 18.04 How to remove all package MySQL in ubuntu 18.04 sudo apt remove mysql-server sudo apt-get remove -...Read More
Export and import dump database in MySQL with command line April 09, 2019 Export and import dump database in MySQL with command line Export dump database in mysql with command line mysqldump -u username...Read More
How to compile .less file in NodeJS project April 07, 2019 How to compile .less file in NodeJS project Make sure your computer has NodeJS installed 1, Create new project less mkdir demole...Read More
Install NewRelic in Docker April 01, 2019 Install NewRelic in Docker, Ubuntu Install gnupg2 in Dockerfile RUN apt-get update && apt-get install -y gnupg2 Install ...Read More
How to enable developer mode in Magento 2 March 25, 2019 How to enable developer mode in Magento 2 1, Enable php log error Go to file: /app/bootstrap.php Uncommnet line: #ini_set(...Read More
Linux manage Groups, Users March 22, 2019 How to manage Groups, User in linux List All groups in linux cat /etc/group List all users in group groups <group-nam...Read More
Docker remove all container, images, volumes, network March 17, 2019 Docker remove all container, images, volumes, networking The docker system prune command will remove all stopped containers, all da...Read More