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