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 […]
11/06/2020Theme wordpress – betheme bản chuẩnBetheme version 1.6.2 https://github.com/Themes-wordpress-pub/betheme-version-1.6.2.git
19/06/2021Disable quyền ghi file wordpressdefine( 'DISALLOW_FILE_EDIT', true ); define( 'DISALLOW_FILE_MODS', true );
30/04/2020Cài đặt FFmpeg để chạy được PHP trên UbuntuStep 1 – Setup FFmpeg PPA FFmpeg 4 is the latest available version for installation on Ubuntu. To install the […]
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 […]
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 […]