18/01/2020Cài đặt easyengine 4Hướng dẫn cài easyengine 4 #Để cài đặt easyengine 4 trên linux chạy lệnh sau: wget -qO ee rt.cx/ee4 && […]
16/06/2020Database là gì?Database là gì? Một Database (Cơ sở dữ liệu) là một tập hợp dữ liệu đã được tổ chức sắp […]
18/01/2020Hướng dẫn đăng nhập VPS qua SSHMở teminal trên linux hoặc mở gitbash trên window sau đó gõ lệnh sau: ssh [user]@[ip vps] Ghi chú: [user] […]
30/03/2020How to change all files and folders permissions of a directory to 644/755find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \;
27/09/2021DevOps roadmapDepOps là gì? DevOps là một sự kết hợp của các nguyên lý, thực hành, quy trình và các tool giúp […]
09/12/2019Query mysql update home and siteurl table wp-option wordpressCâu lệnh SQL update url website wordpress SET SQL_SAFE_UPDATES = 0; UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldurl.com', 'http://www.newurl.com') WHERE […]