Chuyện của sys

DevOps Blog

[Fix lỗi] rpmdb: Thread/process xxx failed: Thread died in Berkeley DB library

Hỏi nhỏ Bạn có biết command này để làm gì ko? rpm -q –queryformat ‘%{VERSION}’ centos-release Command này để lấy được version CentOS của server , thường được tìm thấy trong /etc/centos-release, ví dụ, đây là con server của mình. cat /etc/centos-release CentOS release 6.9 (Final) Nhưng không may là khi chạy thì nó gặp lỗi […]

Hướng dẫn compile Nginx từ source trên Centos

Nginx là gì? NGINX (Pronounced as Engine-X) is an open source, lightweight, high-performance web server or proxy server. Nginx used as reverse proxy server for HTTP, HTTPS, SMTP, IMAP, POP3 protocols, on the other hand, it is also used for servers load balancing and HTTP Cache. Nginx accelerates content and application delivery, improves security, facilitates availability […]