The Protector

Do you have problems ? Get Solution here.

Search results for: install zoneminder centos vps

Install Sar CPU Utilizations




After you read about vnStat as Bandwidth monitoring , now you as Network Administrator is also need to install sysstat or commonly known as sar for CPU Monitoring. How to Install sar / sysstat on CentOS , RHEL and Ubuntu Ubuntu : # apt-get install sysstat …

Building SMS Gateway using CENTOS




Another article, I posted how to setup sms-gateway on UBUNTU box. Now I try to setup sms gateway on Centos Box. # uname -a Linux hardcorepolice 2.6.18-92.1.6.el5.centos.plusxen #1 SMP Thu Jun 26 13:43:14 EDT 2008 i686 i686 i386 GNU/Linux Fedora repository Fedora repository is available at http://freshrpms.net/packages/. (Contributed by…

Easy Step Install Nginx, PHP and Mysql




Nginx is a solution for a mini server to serve jumbo visitors. I install nginx+PHP+Mysql in my tiny vps with RAM only 128MB.  I admit nginx, php and mysql is doing their jobs perfectly. I proved it by installing WordPress standard in my tiny vps and hit with 300…

Can I Install Nginx on MAC OS ?


… within a single window. Visit Mac App Store find and install the XCode. Then copy and paste these code in terminal window #!/bin/bash ## DOWNLOADS sudo curl -OL h ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.13.tar.gz > /usr/local/src/pcre-8.13.tar.gz sudo curl -OL h http://nginx.org/download/nginx-1.1.4.tar.gz > /usr/local/src/nginx-1.1.4.tar.gz ## Install PCRE sudo mkdir -p /usr/local/src cd /usr/local/src tar xvzf…