LFD: là tên viết tắt của Login Failure Daemon. Nó là một daemon process chạy trên một server có CSF…
Linux
Hướng dẫn cài đặt Redis trên VPS
Truy cập ssh và chạy lệnh sau: yum update yum install redis systemctl start redis systemctl enable redis Nếu bạn…

Hướng dẫn Start/Stop/Restart cron service trên các distro Linux phổ biến
Start/Stop/Restart cron service trên Redhat/Fedora/CentOS Nếu bạn sử dụng Redhat/Fedora/CentOS thì cần đăng nhập SSH vào server rồi thực hiện…

Warning in CSF : Check csf SYSLOG_CHECK option (This option helps prevent brute force attacks on your server services)
Warning in CSF : Check csf SYSLOG_CHECK option (This option helps prevent brute force attacks on your server services) Solution:…

Làm quen VIM trong 5 phút
VIM là một editor nổi tiếng và được rất nhiều người ghét =)) Nói vậy không có nghĩa là không…

Fixing VestaCP open_basedir error
So, this. This has been a pain in the ass for EVER. Every time I install VestaCP, I have to…

Thiết lập dung lượng RAM tối đa cho Redis
Redis là hệ thống caching lưu trữ dữ liệu trong RAM tương tự như Memcached. Không chỉ hỗ trợ cache dạng keys/values…

Speed up VestaCP on CentOS 7
Let’s Learn how to Speed up VestaCP on CentOS 7. Vesta Control Panel is an open source hosting control panel that…

Tối ưu trang WordPress chạy với VestaCP
Trong quá trình làm việc, do tính chất công việc nên mình đã tiếp xúc kha khá các server sử…

Một số công cụ báo cáo tình trạng sử dụng PHP OPCache dưới dạng GUI
There are some GUI’s created to help maintain OpCache and generate useful reports. These tools leverage the above functions. OpCacheGUI…

Hướng dẫn cài đặt và cấu hình PHP Zend OPcache trên CentOS
Sử dụng APC hoặc APCu từ lâu đã là một phương pháp opcode cache được sử dụng rộng rãi để…

Cấu hình để VPS gửi email thông báo khi có đăng nhập qua SSH
VPS của bạn có nhiều User sử dụng ? Và bạn muốn VPS gửi email thông báo cho bạn mỗi…
Xử lý lỗi “read-only file system” trên Linux
Để đây viết bài chi tiết sau 🙂 mount -o remount,rw /dev/sda1 /

How to Fix “Specify a Vary: Accept-Encoding Header” Warning
Are you seeing the “Specify a Vary: Accept-Encoding Header” warning in Pingdom, GTmetrix, or Google PageSpeed Insights on your WordPress site? This is an…

Install OPCache to Improve PHP Performance in CentOS 7
PHP is one of the most popular programming language for developing applications, you will find it on every web hosting server.…