How to setup AWS GuardDuty | Step by Step Tutorial – Aws Security Series

How to setup AWS GuardDuty | Step by Step Tutorial – Aws Security Series Aws GuardDuty is a threat detection managed service, which continuously monitors your VPC logs, Cloudtrail Logs, and DNS logs to find out unusual behavior or malicious activities. Aws GuardDuty helps AWS customers to protect their  AWS workloads. It doesn’t matter if … Read more

Mysql Error Solved : [Warning] Changed limits: max_open_files

Mysql Error Solved : [Warning] Changed limits: max_open_files: 1024 If you have a Server that has huge Database load, then you might have faced these Mysql errors. The easy solution to this problem is to upgrade the default Mysql Server Configuration File values and apply them. Usually this error Arises when People Upgrade Mysql server … Read more

Setup Let’s Encrypt Free SSL For Apache and Nginx on Ubuntu 20.04

Setup Let’s Encrypt Free SSL For Apache and Nginx on Ubuntu 20.04 Let’s Encrypt is a Certificate Authority which provides free SSL. The free SSL requires renewal after 3 months. However, most of the process is automatic and doesn’t require manual configuration. In this tutorial, we will configure Let’s Encrypt Free SSL for Apache2  and … Read more

Installing Ruby on Rails on Ubuntu 20.04 Step by Step Tutorial

Installing Ruby on Rails on Ubuntu 20.04 Step by Step Tutorial In this article, we will learn how to configure Ruby on Rails on Ubuntu 20.04 server Focal Fossa. We will install Ruby 2.7 with RVM, rbenv, and using the source. Now without wasting any more time let’s begin with this tutorial. Before we start … Read more

How to Setup LAMP Stack ( Apache,Mysql, PHP) on Ubuntu 20.04 Server

How to Setup LAMP Stack ( Apache, Mysql, PHP) on Ubuntu 20.04 Server Ubuntu 20.04 LTS version got released on April 23rd,2020. In this article we will learn how to configure LAMP stack ( Apache, Mysql/ Mariadb, PHP ) stable versions on the Server / Desktop. Now without wasting any time let’s begin with this … Read more