06/09/2022How to Add a New Disk to an Existing Linux ServerAs system administrators, we would have got requirements wherein we need to configure raw hard disks to the existing servers […]
28/02/2019Hướng dẫn sử dụng lệnh find trên teminal LinuxBài viết này nhằm giúp quý khách có một cái nhìn tổng quát về lệnh find – một lệnh tìm […]
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 {} \;
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] […]
10/12/2019mysql import database teminalmysql -u[database_user] -p[database_pass] [database_name] < [name_file].sql