We can create multiple sub-users with different access policies in the Wasabi console. Preqreuistise Wasabi console root user credentials with all privileges Implementation

Introduction In this article, we will migrate the WordPress website from the source domain to the subdomain. Prerequisite Procedure Step 1: Login into the source domain server and find the document root on the domain configuration file(depends on the webserver installed on server). $ sudo cd /etc/<webserver>/sites-available/domain.conf Step 2: Go to… Continue Reading How to do WordPress website migration from domain to subdomain

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?

IntroductionIn this article, we will be using S3FS to mount cloud storage services locally on a CentOS or Ubuntu box. Mounting them locally will allow us to interact with the cloud providers as a local file system. We will be covering three cloud storage providers namely, AWS S3, Wasabi Hot… Continue Reading How to Mount Wasabi Storage Bucket on CentOS and Ubuntu 20 using S3FS

This blog will help you to install and configure PHP with Nginx on centos7 Prerequisite Centos version 7, User with Sudo privileges Procedure Step 1: Install the EPEL repository $ sudo yum install epel-release Step 2: Install and start Nginx Run the following command to install nginx, $ sudo yum… Continue Reading How to install and configure PHP with Nginx on centos7

The following guide will help you get started with installing python3 and pip3 on Ubuntu 16.04. First install python 3 from the “deadsnakes” repository from the Python Package Accesories ( PPA ) Add the package to repository $ sudo add-apt-repository ppa:deadsnakes/ppa Update the repository $ sudo apt-get update Now Install… Continue Reading How to install python3 and pip3 in Ubuntu 16.04

Prerequisite User with Sudo privileges, Ubuntu version 20.04. Procedure Login to the Ubuntu server & follow the below steps to Configure Apache with PHP-FPM handler. Ensure that all the packages you have installed on your server are up to date, by running the following command you can find it. $… Continue Reading How to Configure Apache with PHP-FPM handler in ubuntu 20.04

We will be able to ssh from one remote-1 machine into another remote-2 machine without typing its IP and the password in the terminal. Prerequisite A user with sudo privileged access to the remote servers Implementation 1. Log in to a remote-1  server ssh user@ip 2. As a root user… Continue Reading Setting Up Passwordless SSH and Alias For Remote Login – Ubuntu 18.04

Error occurred while listing the files after connecting to the FTP account 2. The error is due to the improper passive port range configuration in /etc/vsftpd.conf file. 3. Therefore, open the port range 64000-64321 in /etc/vsftpd.conf file. 4. Add below 2 lines in /etc/vsftpd.conf file: pasv_min_port=64000 pasv_max_port=64321 5. At last, restart the service VsFTPd. # systemctl… Continue Reading 227 entering passive mode in vsFTPd- ftp: connect: resource temporarily unavailable

Prerequisites Credentials to access the Plesk panel SSH root access  Implementation Follow the below steps to install MySQL, Enable remote access to the local MySQL server, and Proxy rule setup in the Plesk panelI. MySQL installation Log into Plesk with the credentials Go to Tools & Settings > Database Servers… Continue Reading How to add Proxy pass rule to access PHPMyAdmin without port number in URL -Plesk