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…
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…
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…
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…
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…
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…
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.…
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…
Copyright © 2019 | iamemhost.com . All rights reserved.