15/06/2020Sql căn bản – Sql là gì?SQL là gì? SQL là viết tắt của Structured Query Language, là ngôn ngữ truy vấn mang tính cấu trúc. […]
02/09/2019Fix EE4 ssl-renew bị lỗiVào đổi tên các file trong thư mục có đường dẫn /opt/easyengine/services/nginx-proxy/certs/ Sau đó chạy lệnh ee site ssl-renew domain.com
14/12/2019How do you use bcrypt for hashing passwords in PHP?use password_hash() to create a bcrypt hash of any password: password_hash('yourPassword', PASSWORD_DEFAULT); use password_hash() to create a bcrypt hash of […]
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 […]
08/07/2020Install Virtualbox 6.0 linux mint, ubuntuInstall Virtualbox echo "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee -a /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add […]