How to enable rewrite rule modules in apache (Centos and Ubuntu) for nginx Please scroll down Centos httpd -M vim /etc/httpd/conf.modules.d/00-base.conf ##Add this line LoadModule rewrite_module modules/mod_rewrite.so Do not forget to reboot web server...
Install nodejs on linux Install nodejs on ubuntu Install nodejs on centos 7 Install nodejs and npm What is Nodejs Node.js is an open-source which runs on server-side and also a cross-platform JavaScript run-time...
Complete Setup of symfony in Linux Apache Server Virtualhost Configure HTTPD virtual host This is the basic configuration file in which each line is important and necessary. To add it into the virtual host. Edit this file...
How to set static ip address in ubuntu 16.04 How to set static ip address in any linux distros using terminal Open terminal nmtui Edit a connection Select the connection you want to edit...
A new scenario for installation of Let’sencrypt SSL into AWS IAM with the nignx server. Let start with SSL installation on Linux IAM in AWS HOw to install Letsencrypt SSL in AWS EC2 AWS IAM with...
How to create a partition in Linux Step 1 First, We need to check Disk available , Run the below command ~lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0...
How to create user in MySQL using terminal? Note :- need to edit commands where “techouse” is mentioned. How to change the password of existing user in mysql ALTER USER ‘techouse’@’localhost’ IDENTIFIED BY ‘MyNewPass’;...
Shell Script to run root with password in one small script line? Please check this script, it will help you to run commands directly. Sometime it becomes every important to run commands direclty with...