Install Python 2.7 on CentOS 6
CentOS 6 comes with python 2.6, to install python 2.7, first install gcc and dependencies yum yum -y install gcc yum -y…
CentOS 6 comes with python 2.6, to install python 2.7, first install gcc and dependencies yum yum -y install gcc yum -y…
To install memcached on CentOS 7, run Set memcached to start on boot Start memcached with Installing PHP Module You need remi…
To add an IP range in CentOS 6 server, create file vi /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Add IPADDR_START=67.198.150.171 IPADDR_END=67.198.150.174 CLONENUM_START=0 Replace IP with your actual…
To Add MySQL yum repository to your server, go to https://dev.mysql.com/downloads/repo/yum/ Download the rpm file available. For RHEL/CentOS 7 wget https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm rpm…
chkconfig is a command available in CentOS 6 to set a service start on boot. To start lighttpd on boot run. chkconfig…
Install epel repository using Method 1 Install rpmfusion for your distro https://rpmfusion.org/Configuration For CentOS 8 For CentOS 7 Install ffmpeg with 2023-02-20…
First you need to install EPEL repo and REMI repo. To install EPEL, run yum install epel-release To Install REMI repo, download…
Go to https://www.ioncube.com/loaders.php Download latest version of ionCube Loader cd /usr/local/src wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz tar xvf ioncube_loaders_lin_x86-64.tar.gz cd ioncube Find out PHP version…
Install EPEP repo with command yum install -y epel-release Next you need REMI repo, you can get it form https://rpms.remirepo.net/ Install it…
To install GeoIP Apache module on CentOS 7, run yum -y install GeoIP GeoIP-devel GeoIP-data yum -y install mod_geoip Now you need…