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 […]
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 […]
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 […]
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 […]
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 {} \;