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 […]
06/09/2022Cách thêm (mount) ổ đĩa mới vào máy chủ linuxLà quản trị viên hệ thống, chúng ta thường gặp những yêu cầu cần cấu hình thêm ổ cứng thô […]
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à […]
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 {} \;
08/07/2020Install Virtualbox 6.0 linux mint, ubuntuInstall Virtualbox echo "deb http://download.virtualbox.org/virtualbox/debian bionic contrib" | sudo tee -a /etc/apt/sources.list wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add […]
29/11/2025Giới Thiệu Tổng Quan Về Ubuntu1. Ubuntu là gì? Ubuntu là một hệ điều hành mã nguồn mở dựa trên nhân (kernel) Linux, được phát […]