How to connect to your launched EC2 instance?
If you are facing trouble in connecting launched EC2 instance you can follow these simple steps. When you launch an Amazon EC2 instance, it will take some time to be available to use. The virtual machine also takes time to connect because it will boot like a computer. In some cases, you must wait for […]
Steps to backup Amazon S3 bucket
Backing up your Amazon S3 bucket is an essential step to ensure the safety and security of your data. You can use the below steps to backup an Amazon S3 bucket. Steps to Enable AWS S3 Versioning Steps to Enable AWS S3 Versioning Lifecycle rules Follow the below process to configure the lifecycle rules for […]
Steps to install VMware VCenter Converter
The installation of VMware vCenter Converter is a straightforward process that can be completed in a few simple steps. To successfully install a standalone converter, complete the following set of instructions: First, open the VCenter Converter page and click “Download Now”. You will be directed to the next page. On that page, under the Product […]
2 ways to convert Virtual Box VDI to VMDK
Here are the 2 different ways to convert VDI to VMDK and then successfully run it in VMware Workstation. Convert using Virtual Media Manager in VirtualBox If you already have VirtualBox installed on your computer, there is no easier way to convert a VDI hard disk to VMDK. Also, you might have noticed that VirtualBox […]
Fix DNS_PROBE_FINISHED_NXDOMAIN
Depending on the browser you’re using the error displayed varies. Here we will see how to fix DNS_PROBE_FINISHED_NXDOMAIN (NXDOMAIN is nothing but Non-Existent Domain) on Windows OS. So what is this DNS_PROBE_FINISHED_NXDOMAIN mean? When you are trying to visit the address or the domain name, you would come across this error which indicates the failure […]
Steps to install Nginx reverse proxy on Ubuntu 18.04
Distributing the load among several servers is proxying. To reduce latency, reverse proxy act as a cache or buffer. User access control is simplified as you need a single point of access to your site. It serves as a proxy server between internal applications and external clients. To protect backend resources the Nginx reverse proxy […]
How to Create a Linux VM Instance
Here you will see how to create Linux virtual machine (VM) instance using the Google Cloud console. Before you begin, create an account in the Google Cloud console to evaluate and see how products perform in real-world scenarios. You will get free credits of $300, where you can run, test, and deploy workloads but only […]
Steps to increase the MySQL Database performance on Plesk
Let’s see the process of troubleshooting the performance of the MySQL database in Plesk. Allocate memory (RAM) to the MySQL server (Ensure that you have enough RAM, sometimes increasing the values may affect the server performance. Check that you have enough RAM) By using SSH, connect to the Plesk server. Now open my.cnf or my.ini […]
3 Different Ways to apply Linux Kernel Security Patches
We know that the most effective way to strengthen system security and protect against any cyber threat is to keep our system updated with the latest OS and application software patches. For Linux the kernel upgrades and security patches require a system reboot, hence it is hard to maintain the OS safe. Here we are […]