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] […]
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 […]
27/09/2021DevOps roadmapDepOps là gì? DevOps là một sự kết hợp của các nguyên lý, thực hành, quy trình và các tool giúp […]
21/02/2024Allow upload csv file for wordpressFunction allow upload csv file for wordpres in function.php
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 {} \;