Easy Ways to learn AWS
One of the most sought-after skills today is AWS. Amazon Web Services has gained a lot of popularity within the last few years and it's easy to learn! In this…
Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. All articles related to AWS tips/tricks are placed here. It is the main area where AWS lovers find their choice of posts. To learn more, you can try this book from Amazon.
One of the most sought-after skills today is AWS. Amazon Web Services has gained a lot of popularity within the last few years and it's easy to learn! In this…
This article is a quick guide to installing Screen in Amazon Linux 2. The screen allows you to open multiple terminal sessions and detach from them, so they are still…
What is Apache Maven? Apache Maven is a build automation tool for Java projects. It is used to manage a project's build, reporting, and documentation from a central piece of…
In this tutorial, we will show you how to set up SSL for Nginx with Letsencrypt in Amazon Web Services (AWS). SSL is a protocol used to encrypt data between…
Create a new user CREATE USER 'gcpuser'@'localhost' IDENTIFIED BY 'password'; Grant access to a database GRANT ALL PRIVILEGES ON * . * TO 'gcpuser'@'localhost';