The Protector

Do you have problems ? Get Solution here.

Search results for: cara install zip di mandriva

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 …

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…

Easy Step Install Nginx, PHP and Mysql




https://freevps.us/thread-528.html and did what it tells me to do, only 4 easy steps installing nginx+php+mysql including easy step to add virtual host. You may visit the website or download directly easy steps installing nginx+php+mysql script from w3bnet.com # wget http://www.w3bnet.com/wp-content/uploads/2011/03/nginxphpmysql-centos.zip # unzip nginxphpmysql-centos.zip # bash nginxphpmysql-centos.sh After you are done…

How To Install Drupal on CentOS5 , Red Hat or Fedora 14


“files” directory for file uploads, do the following in your Drupal root directory mkdir ./sites/default/files Now, change all drupal permissions chgrp -R apache . chown -R apache ./sites/default chgrp -R myuser ./sites/default chmod -R g+w sites/default   Now, you can start installing drupal normaly from web by accessing http://youripaddress …