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