Web ServerWeb Server in Debian(ubuntu)
Lamp Setup In Amazon Linux
Lamp Setup In Amazon Linux
Lamp Setup In Fedora
Lamp Setup In Fedora
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 [ … ]
Backup and Restore
In information technology, a backup or the process of backing up is making copies of data which may be used to restore the original after a data loss event. Backup [ … ]
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 [ … ]