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”
Steps to Install & Configure Sentry on Ubuntu 20.04 LTS
Sentry is an open source python application for error tracking.It is used for monitor & fix the errors in real time & send a notification via a email or SMS when error is found. There are some steps to install & configure Sentry on Ubuntu: Requirements: Ubuntu system with sudo privileges. Step 1: Update the …
Read more “Steps to Install & Configure Sentry on Ubuntu 20.04 LTS”