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