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...
Category - HOW TO
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...
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...
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...
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...