IAMEM Hosting

Category: Debian

Home > Blog > Debian
20Jan, 2020

Restore a specific table from MySQL Dump

  In order to restore a particular table from an entire DB DUMP first we need to extract the content of that particular table from the entire DB dump.   Note: Please be…

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…

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…

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

20Aug, 2016

Using find command in Linux

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…

20Aug, 2016

Generating a CSR for a domain

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…

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