linuxTag:

How to prevent 404 attacks in Apache Web server using fail2ban?

How to prevent 404 attacks in Apache Web server using fail2ban?404 attacks are a good option for hackers. they use this as a DDoS tool. Fail2ban helps to prevent that attacks. Fail2ban frequently...

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04

Sync your AWS S3 to VPS using awscli on UBUNTU 18.04Do you need to take backup of all of your file from Amazone AWS S3 bucket? You can take backup in local machine...

Install Redis on Ubuntu 18.04

Install Redis on Ubuntu 18.04Redis is an in-memory key-esteem store known for its adaptability, execution, and wide language support. This instructional exercise exhibits how to introduce, design, and secure Redis on a...

Disable ONLY FULL GROUP BY error in phpmyadmin or in MySQL

Here I can provide you two type of solutions. If you have root access then go with second option. but if dont have any root access you can fixed by PHPMYADMIN. ( which...

Install free SSL certification using CertBot on Ubuntu Apache VPS.

So many people are looking for FREE SSL for their website. Today we are going to explore How to install FREE SSL Certificate using CertBot on Ubuntu Apache server.Before start article we...

How to Setup Virtual Hosts on Ubuntu

What is Virtual Host and why its needed ? Answer : The term Virtual Host is practic to run multiple website on single machine. or on single IP address. Example : Website 1...

How to install Linux Apache, MySQL with PHPMYADMIN, PHP (LAMP) on Ubuntu

LAMP is an open-source platform for web development. It uses LINUX as an operating system, Apache as web server, MySQL as a relational database management system and PHP as an object-oriented programing...