30/09/2021Hướng dẫn tạo CSR trên Ubuntu1. Kiểm tra OpenSSL Điều kiện tiên quyết chúng ta phải có OpenSSL cài đặt trên máy chủ. OpenSSL là […]
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 […]
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 {} \;
01/09/2019Lệnh docker căn bảnLệnh xem tất cả các container đang hoạt động docker ps Lệnh xem tất cả các container không hoạt động […]