Introduction: SSH (Secure Shell) is a popular network protocol used for secure remote access to servers and other network devices. When connecting to an SSH server for the first time, the client will check the host key of the server to verify its identity. This process is known as strict… Continue Reading How to disable strict host key checking in SSH?

Introduction: Amazon Lightsail is a web service that provides an easy-to-use platform for deploying and managing virtual private servers (instances) on the Amazon Web Services (AWS) cloud. Procedure: Step1: Login at https://lightsail.aws.amazon.com/ls/webapp/home/instance and for the instance you want to change click the SSH connect icon: Step 2: In the terminal window type.Open… Continue Reading How to Fix the default URL in WordPress settings on Lightsail AWS Instance?

Prerequisites: Login to your Ubuntu 18.04 LTS system with Sudo privileged account. Procedure: Step1: First of all, import the GPG key to the system used for verifying the packages signed by it. Open a terminal and execute the following command: Step2: Now, configure the Chrome PPA to your system. The… Continue Reading How to Install Google Chrome on Ubuntu 18.04 LTS systems

Introduction: Zabbix is defined as an open-source monitoring tool used for monitoring servers, networks, IT components, cloud services and virtual machines. The Zabbix monitoring tool is used to provide the monitoring metrics and monitor the network utilization, consumption of disk space, and CPU load. Now, We see how to reset… Continue Reading How to reset the Zabbix Admin password by using MySQL on Ubuntu?

Introduction: In this article, We have to learn, how to get instance-id, instance-type, Public key, and Security groups name on an AWS server without AWS console login credentials. Prerequisite: Step1: Login to the Instance with Sudo or root access Step2: Update and install curl on the instance/server with the below… Continue Reading How to get details from the AWS instance?

1. Finding files by ownership. Find a file owned by a specific group. $ find /home -group groupname Find a file owned by a specific user: $ find /home -user username 2. Finding files by permission. Find files of a specific set of permissions, 777 in this example: $ find… Continue Reading How to find files based on permissions and ownership?

We want to reset an admin’s password on an Ubuntu system. Step1: When Booting up the machine, we hold down the left Shift or Esc key. Step2: Select Recovery Mode. Use the arrow keys to scroll to the first boot option from the top that contains (recovery mode). Hit Enter. Step3: Select root. Use the arrow keys to… Continue Reading How to Reset Password on Ubuntu Linux

Step1: Stopping the MySQL service by using this command systemctl command: Step2: Now, we need to restart the MySQL service. Step3: We have able to connect to the MySQL server as root, without specifying a password. Step4: Now, reset the root password, but first flush the privileges to reload the… Continue Reading How to change My SQL password on Linux