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 …

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 …

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 …

What is Cyber Security

The meaning of the term cyber security has evolved in recent years. Cyber security is a collection of technologies, processes & practices designed to protect networks, computers, programs & data from attack, damage or unauthorized access. In other words, Cyber security is security applied to computer devices such as computer & smartphones as well as …

Steps to Create/Add User & Assign Role/Permission to User in Jenkins

Jenkins is a free & open source automation server. It is used for continuous integration/continuous delivery and deployment (CI/CD) automation software, written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Here, we are creating a user & assign a role or permission to created user in Jenkins. Using Manage …