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
Hướng dẫn nén và gải nén file trên ubuntu March 05, 2019 Hướng dẫn nén và gải nén file trên ubuntu Hướng dẫn nén file và giải nén file .ta.gz Giải nén file: tar xzf <filename.ta.gz&g...Read More
Install Redis cache server in Ubuntu 18.04 March 02, 2019 Install Redis cache server in Ubuntu 18.04 Redis is an open source (BSD licensed), in-memory data structure store, used as a database...Read More
Install PECL in Ubuntu 18.04 LTS March 02, 2019 Install PECL PHP in Ubuntu 18.04 LTS Make sure you installed PHP in Ubuntu :D 1, Open terminal install pecl sudo apt instal...Read More
Install Redis cache with PHP in Ubuntu 18.04 LTS March 02, 2019 Install Redis cache with PHP in Ubuntu 18.04 LTS Make sure you installed PECL in ubuntu :D 1, Install redis in ubuntu sudo p...Read More
Install XDebug in php7.2 and ubuntu 18.04 LTS February 28, 2019 Install XDebug in php7.2 and ubuntu 18.04 LTS 1, Install XDebug in ubuntu 18.04 LTS Open terminal: sudo apt install php-xdebug ...Read More
Install SSH in Ubuntu February 26, 2019 Install SSH in Ubuntu 18.04 How to install ssh in ubuntu ? Remote ssh to ubuntu ? Open terminal: Install OpenSSH in ubuntu ...Read More
Mysql server config allowing access February 22, 2019 Mysql server config allowing access remote Mysql server config bind-address, allowing access remote 1, Open file: /etc/mysql/my...Read More
Show all attribute function orders in magento2 February 22, 2019 Show all attribute, function orders in magento2 List all attribute, function in orders object in magento 2 1, List function in obje...Read More
Docker - mysql server not starting February 22, 2019 Docker - mysql server not starting Mysql server run in docker container not starting when pull container from docker hub Fix ...Read More
Hưỡng dẫn gỡ cài đặt php7 trên ubuntu February 18, 2019 Hưỡng dẫn gỡ cài đặt php7 trên ubuntu Hưỡng dẫn cách gỡ cài đặt, xóa cài đặt php7 trên hệ điều hành ubuntu Read More
Hướng dẫn cài đặt php7.2 trên ubuntu February 18, 2019 Hướng dẫn cài đặt php7.2 trên ubuntu Để cài đặt php version 7.2 trên hệ điều hành ubuntu chúng ta sử dụng lệnh sau: 1, Cài đặt php7...Read More
Hướng dẫn cài bộ gõ tiếng việt cho ubuntu 18.04 IBus-Unikey January 13, 2019 Hướng dẫn cài bộ gõ tiếng việt cho ubuntu 18.04 IBus-Unikey Cách cài đặt bộ gõ tiếng việt trên ubuntu 18.04 đơn giản nhất IBus-Unikey...Read More
Check version Ubuntu December 19, 2018 Check version Ubuntu How check version Ubuntu? Option 1 check version Ubuntu: lsb_release -a Option 2 check version Ubun...Read More
Top IDE sử dụng để lập trình React Native November 23, 2018 Top IDE sử dụng để lập trình React Native Sau đây là những editor mà được nhiều lập trình viên sử dụng để phát triển ứng dụng React...Read More