Steps to Setup phpMyAdmin on Ubuntu 20.04 LTS

phpMyAdmin is a free & open source web-based application.It is able to manage MySQL database,user accounts and privileges, execute SQL-statements, import and export data.It provide a user interface to manage databases. There are some steps to setup phpMyAdmin on Ubuntu: Install the LAMP on Ubuntu: Step1: Update the System. apt update Step 2: Install Apache2. …

What is Cyber Stalking & its Prevention.

Cyber Stalking is a crime in which the attackers used the Internet & other technologies to harass a victim or stalk another person online or using a electronic communication such as e-mail,or instant messaging (IM) or messages posted to websites or a discussion group.It relies upon the anonymity afforded by the internet to allow them …

Steps to Install & Configure KeyCloak on Ubuntu 20.04 LTS

Keycloak is an open source Identity and Access Management solution tool.It is easy to use & makes it easy to secure application or services without writing any code.It supports many features including multifactor authentication,centralized user management, authentication, authorization and web interface login. There are some steps to Install & Configure KeyCloak on Ubuntu: Step 1: …

Steps to Install Apache Solr on Ubuntu 20.04 LTS

Apache Solr is a free & open source search platform that is written on Java.It provides full-text search, spell suggestions, custom document ordering and ranking, Snippet generation, and highlighting. There are some steps to install Apache Solr on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install JAVA. apt install openjdk-11-jdk Check Java …

How to Create Internet Gateway on Amazon Web Services(AWS).

An internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your VPC and the internet. An internet gateway supports IPv4 and IPv6 traffic.It does not cause availability risks or bandwidth constraints on your network traffic. An internet gateway serves two purposes: to provide a target in your VPC …