Linux System Activity Reporter (SAR) is often used by system administrators to check the resource utilisation and health report at a particular point of time. In order to install SAR…
Linux System Activity Reporter (SAR) is often used by system administrators to check the resource utilisation and health report at a particular point of time. In order to install SAR…
Spamming is one of the things we often face as administrators in the day to day work, if you are using Exim mail server, below commands will help you to…
Converting existing MySQL Database Tables from MyISAM to InnoDB can be done from PHPMyAdmin but if there are too many tables the following script may help you to convert all…
Setting Up MySQL Replication (Master-Slave) – PART 2 My Environment : MySQL Server 01 – Master : 192.168.10.10 MySQL Server 02 – Slave : 192.168.10.11 DB To Replicate – hdada Things to Remember : 1. MySQL…
Setting Up MySQL Replication (Master-Slave) – PART 1 My Environment : MySQL Server 01 – Master : 192.168.10.10 MySQL Server 02 – Slave : 192.168.10.11 DB To Replicate – hdada Things to Remember : 1. MySQL…
Installation on latest version of WHM/cPanel with EasyApache4 (EA4) 1. Install the following packages using YUM yum install ImageMagick ImageMagick-devel 2. Install on EA4 PHP 5.5 /opt/cpanel/ea-php55/root/usr/bin/pecl install imagick 3. Install on EA4 PHP 5.6 /opt/cpanel/ea-php56/root/usr/bin/pecl…
Generate CSR for Tomcat Server: 1. Generate the private key with the below command keytool -genkey -alias website -keyalg RSA -keysize 2048 -keystore example_com.jks -dname “CN=example.com,OU=IT, O=Example Pvt Ltd, L=Hyderabad, ST=Telangana, C=IN” 2.…
TCPKILL command on Linux is useful to kill connections made by malicious IP’s to the server, TCPKILL can be installed on the server (CentOS) using the below command Installation in CentOS: yum…
Installtion on EasyApache 3: 1. Install Oracle Instaclient Basic and Devel packages from here [[email protected] ~]# 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…
Copyright © 2019 | iamemhost.com . All rights reserved.