Loading...

Lamp Setup In Centos/Redhat

PHP and HTTPD Installation In centos 7 sudo rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm sudo yum -y install yum-utils sudo yum-config-manager –enable remi-php56 sudo yum install httpd php php-openssl php-pdo php-mbstring php-tokenizer php-curl [ … ]

Lamp Setup In Ubuntu

Lamp Setup In Ubuntu To install phpmyadmin in ubuntu follow as below sudo apt-get install phpmyadmin After installation open below config file vi /etc/apache2/apache2.conf Then add the following line to [ … ]

FTP Server

This protocol is used to download and upload the files over the internet. It is a standard method for standard method for sharing the files over the internet for many [ … ]

Assinging IP Address

To Assinging IP Address In CentOS Open below config file and make changes as needed vi /etc/sysconfig//network-scripts/ifcfg-eno16780032 TYPE=Ethernet DEVICE=enoxxxx ONBOOT=yes BOOTPROTO=static/dhcp/none IPADDR=10.10.10.189 DNS1=8.8.8.8 GATEWAY=10.10.10.1 PREFIX=24 NAME=eno1xxxx UUID=xxxxxxxxxxxxxxxxxxxxxx DEFROUTE=yes Restart the [ … ]

LVM

Process to add lvm space in vmware First need to create a new partition and then covert new partition in to lvm partition,After that add that partion in to volume [ … ]