17/06/2023Lỗi Export mysql “ERROR 1045 (28000): Access denied for user”If you’re able to connect to the database using mysql, but you get an error for mysqldump, then the problem […]
20/12/2023Configure SFTP on EE4 serverThis article describes how to setup SFTP on a EE4 server. We will accomplish it by running SFTP daemon in […]
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 […]
14/09/2023How to remove X-Powered-By EasyEngine 4 (EE4)Step 1: Step 2: Edit file version.conf and remove add_header X-Powered-By “EasyEngine v4.6.6 Step 3: Restart docker
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] […]