Installtion on EasyApache 3: 1. Install Oracle Instaclient Basic and Devel packages from here [root@server ~]# rpm -ivh oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm Preparing… …
Installtion on EasyApache 3: 1. Install Oracle Instaclient Basic and Devel packages from here [root@server ~]# rpm -ivh oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm Preparing… …
Persistent routes should be added in the route file, if your interface name is ens001, then you need to create the following file vi /etc/sysconfig/network-scripts/route-ens001 and add routes in the following format 10.10.20.0/24…
Temporary routes can be added using the following command on CentOS7 Simple route: ip route 10.10.20.0/32 via 192.168.20.1 Device based simple route: ip route 10.10.20.0/32 via 192.168.20.1 dev ens1002 Device based simple route with specified…
What is routing: Routing informs the kernel how to transfer a packet from one IP to another IP. Lets say you have the the following routers (gateways) 192.168.20.1 192.168.20.2 and the second level of…
Find is a very useful utility available in all the Linux server across all the variants, in this post let’s discuss some of the use cases of the command “find“. You…
Let’s generate a CSR for the domain hostingdada.net using OpenSSL Login to your linux server as “root” via SSH through Putty On the prompt type the following command to generate…
Some times you will not be able to change PHP/SuPHP settings, Add Java Servlet’s. We get the following error while doing it through WHM EasyApache is currently upgrading your Apache and…
RHEL7/CentOS7 Servers: Temporary Change (will not sustain a reboot) Servers hostname can be changed temporarily by running the following command hostname new.hostname.here Permanent Change (Will sustain even after a reboot) Change the hostname of…
UNISON File Synchronizer can be used to perform bi-directional sync between two directories (local or remote) Installation: CentOS: UNISON file synchronizer can be install through yum by the below command yum install unison -y Note:…
SSH Key based authentication is very useful for transferring data and for some data sync applications to work, to configure the key based login on a CentOS Server 1. Generate SSH…
Copyright © 2019 | iamemhost.com . All rights reserved.