IAMEM Hosting

Our Blog

Home > Blog
07Oct, 2018

Change WordPress URL through functions.php file

Changing the Wordpress URL can be done by editing the functions.php located in the theme folder, in most of the webservers the location will be as below /home/site/public_html/wp-content/themes/mytheme/functions.php Once you open the…

26Mar, 2018

Installation of System Activity Reporter (SAR) in Linux

  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…

23Mar, 2018

Clear Exim Mail Queue

  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…

20Mar, 2018

Convert Existing MySQL Database to Innodb

  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…

12Jan, 2018

Windows Applications that are also available for Linux OS

  Ever wondered whether your favourite windows applications are available for Linux OS ? We bring you 7 most popular windows applications that are available for Linux as well   1. Skype is…

13Sep, 2017

Setting Up MySQL Replication (Master-Slave) – PART 2

  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…

13Sep, 2017

Setting Up MySQL Replication (Master-Slave) – PART 1

  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…

15Jun, 2017

Install PHP ImageMagick cPanel

  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…

30May, 2017

SSL Installation on Tomcat Server

  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.…

30May, 2017

Kill Network Connections from a specific IP using TCPKill

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…

Copyright © 2019 | iamemhost.com . All rights reserved.