Viewing articles tagged 'centos'
HOW TO UPGRADE PHP ON CENTOS
Step 1 :Detect if any PHP packages are installed:yum list installed | grep phpIf packages are...
httpd causing high CPU load in CentOS / DirectAdminIf you did TOP in ssh, and noticed httpd process has a high cpu load, and has been running for a...
Hướng dẫn tạo VPN Server trên VPS Centos 6Bạn có thể tự tạo PPTP VPN Server riêng cho mình rất đơn giản. Trong bài viết này mình sẽ hướng...
Installing APC Opcode cache on CentOS 5 64-bitPHP applications of all kinds, whether they are framework or CMS (Drupal, WordPress(cache...
Một số câu lệnh ssh kiểm tra server khi bị tấn công DDoSMã: netstat -n | grep :80 |wc -l Kiểm tra số lượng connection đang ở trạng thái SYN_RECV:Mã:...
Protect Apache using Mod_Security and Mod_evasive on RHEL/CentOS & FedoraThis is our first series on Apache security, in this article we will guide you’ll how to install...