10/12/2019mysql import database teminalmysql -u[database_user] -p[database_pass] [database_name] < [name_file].sql
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ô […]
10/10/2020No space left on deviceVào một ngày làm việc đẹp trời, khi bạn đang phăm phăm lướt những ngón tay điêu luyện của mình […]
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 […]
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 […]
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 {} \;