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 / DirectAdmin
If 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 6
Bạ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-bit
PHP 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 DDoS
Mã: 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 & Fedora
This is our first series on Apache security, in this article we will guide you’ll how to install...