Blog

crop-businessman-giving-contract-to-woman-to-sign-3760067

Cloud Computing

1. Different ways of Data EncryptionA: a) Encrypting when data is at rest– Let’s suppose some data is in the database and is in encrypted form. Somebody wants to read …

pexels-photo-461073

Setting up Cron Jobs on AWS EC2

Cron Jobs are scheduled tasks running at a specified frequency. In the AWS EC2/ dedicated server, we have to set up the cron using CLI (with root login access). Steps …

table

Install Zoom on Ubuntu

You can install Zoom on Ubuntu in two ways: 1. Installing through Ubuntu Software install Firstly, we need to download the Zoom package from Zoom official website.Go to URL: https://zoom.us/download#client_4meeting …

towers

Vertical & Horizontal Scaling

Vertical Scaling It means increasing the specifications of individual resources. Increasing the memory or number of CPU’s on the server. like increasing the amount of RAM, CPU and other Resources. …

bucket

Amazon S3 Bucket

Amazon S3 data is stored in buckets. It’s a folder where you can read, write and delete objects from. You can store multiple objects in the bucket, but each object …