19/06/2021Disable quyền ghi file wordpressdefine( 'DISALLOW_FILE_EDIT', true ); define( 'DISALLOW_FILE_MODS', true );
28/08/2025Hướng dẫn tạo tài khoản trên Ubuntu và phân quyền root1. Tạo tài khoản mới trên Ubuntu Mở Terminal và chạy lệnh sau để tạo tài khoản: sudo adduser ten_tai_khoan […]
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 […]
29/06/2020Thêm swap cho vps linuxCreate a Swap File sudo fallocate -l 1G /swapfile ls -lh /swapfile Output: -rw-r--r-- 1 root root 1.0G Apr 25 […]