Friday, 22 January 2016

How to Install MRTG On Centos/RHEL 6

Install MRTG On Centos/RHEL 6 Install MRTG (Multi Router Traffic Grapher) to see network traffic data on the web Step 1:Install Apache HTTP Server # yum -y install httpd httpd-devel Step 2:Install MRTG, SNMP #  yum -y install net-snmp net-snmp-utils mrtg Step...

How to Install zen-cart on centos 6

Install ZenCart on Centos/RHEL 6.X Step 1: Configure LAMP A. Install LAMP  Step 2: Download the latest version of Zen Cart and Install # wget http://nchc.dl.sourceforge.net/project/zencart/CURRENT%20-%20Zen%20Cart%201.5.x %20Series/zen-cart-v1.5.4-12302014.zip #...

How to Install PHP 7 on Centos

Install PHP 7 on Centos Step 1: you must add the Webtatic EL yum repository information corresponding to your CentOS/RHEL version to yum CentOS/RHEL 7.x: # rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm CentOS/RHEL...

How to Install Mysql 5.7 on Centos 6.X/7.X

Mysql 5.7 on Centos 6.X/7.X Step 1: Save the Repo File for The MySql 5.7 or Install the RPM for Mysql 5.7 # vi /etc/yum.repos.d/mysql-community.repo [mysql57-community] name=MySQL 5.7 Community Server baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/6/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql ---...