How to Create VPC & Subnets on Amazon Web Service(AWS).
Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You can use both IPv4 and IPv6 for most resources in your virtual private cloud, helping to ensure secure and easy access to resources and applications. A public subnet is a …
Read more “How to Create VPC & Subnets on Amazon Web Service(AWS).”
How to Install MySQL 5.7 on Ubuntu 20.04 LTS
Installing MySQL 5.7 on Ubuntu 20.04 Install the required packages. apt-get update apt-get install wget Download and install the MySQL repository package. mkdir /downloads cd /downloads wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb dpkg -i mysql-apt-config_0.8.12-1_all.deb Select the option UBUNTU BIONIC. On the MySQL Server and Cluster screen, select the option MYSQL-5.7. Verify the configuration summary and click on the …
How to Create Peering connection between two VPC on Amazon Web Service(AWS).
Peering is a method that allows two networks to connect and exchange traffic directly without having to pay a third party to carry traffic across the Internet. A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.You can establish …
Read more “How to Create Peering connection between two VPC on Amazon Web Service(AWS).”
Steps to Install & Configure Lighttpd web server on Ubuntu 20.04 LTS
Lighttpd is a free & open source web server this used for high-performance environments. It is secure, fast & consumes very few resources and capable of serving large loads. It also supports FastCGI, CGI, Output-Compression, and URL-Rewriting. There are some steps to Install & configure Lighttpd on Ubuntu: Requirements: Ubuntu machine with Sudo privileges. Step …
Read more “Steps to Install & Configure Lighttpd web server on Ubuntu 20.04 LTS”
Step to Install Rust Programming Language on Ubuntu 20.04 LTS
Rust is a free & open source Programming language tool. It is used to create fast and secure applications & supports zero-cost abstractions, threads without data races, move semantics, minimal runtime, and pattern matching. There are some steps to install Rust on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install Rust on …
Read more “Step to Install Rust Programming Language on Ubuntu 20.04 LTS”