Hướng dẫn cài đặt Elasticsearch trên ubuntu 18.04 April 23, 2019Hướng dẫn cài đặt Elasticsearch trên ubuntu 18.04 Hướng dẫn cài đặt ElasticSearch trên ubuntu 18.04 wget -qO - https://artifacts.el...Read More
Hướng dẫn cài đặt JDK 8, Open JDK 8 trên Ubuntu 18.04 LTS April 23, 2019 Hướng dẫn cài đặt JDK 8, Open JDK 8 trên Ubuntu 18.04 LTS Bạn cần sử dụng hệ điều hành ubuntu 18.04 LTS Bật terminal và sử dụng l...Read More
Install PHP7.2 in CentOS 7 April 20, 2019Install PHP7.2 in CentOS 7 Install PHP7.2 FPM in CentOS 7 Download and add a new webtatic repository to the system. rpm -Uvh https...Read More
How to fix systemctl, systemd in CentOS with Docker April 19, 2019 How to fix systemctl, systemd in CentOS with Docker Follow me! CentOS ~7 use command line for setup Systemctl, Systemd docker...Read More
How to install Nginx in CentOS April 16, 2019 How to install Nginx in CentOS 1, Install EPEL in CentOS sudo yum install epel-release EPEL (Extra Packages for Enterprise Linux...Read More
MySQL update password for root user April 10, 2019 MySQL update password for root user Go to mysql sudo mysql -u root -p Update password for root user USE mysql; UPDATE user SET...Read More
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
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