Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Reducing website bandwidth usage is an essential part of website optimization. By minimizing the amount of data your website sends and receives, you can improve the user experience, reduce…
Month: April 2023
How to save iptables firewall rules permanently on Linux
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now To save the iptables firewall rules permanently on Linux, you can use the iptables-save command to save the current rules to a file, and then use a script or…
A Step-by-Step Guide to Migrate Your Site to HTTPS
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now
Redirect my website to HTTPS using cPanel
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now A success message will appear to confirm your site is being redirected to HTTPS. You may need to wait a few minutes or clear your browser’s cache for the change to…
Manually install an SSL certificate on my cPanel hosting
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now After your certificate request is approved, you can download your certificate from the SSL manager and install it on your cPanel hosting account. Your certificate is installed! Now you need to direct visitors…
How to prevent DDOS attack on WordPress powered website?
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Here are some steps you can take to prevent DDoS attacks on a WordPress-powered website:
How to prevent DDOS attack on MySql?
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Here are some steps you can take to prevent DDoS attacks on MySQL: implementation details for each of the points mentioned above: Restart the MySQL client to apply the…
List of things to do avoid DDOS attack on iptables
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now 1. Block spoofed traffic: Use the following iptables rules to block spoofed traffic, which is commonly used in DDoS attacks: These rules will drop traffic from private IP address…
Best practices to followed in .httacess to avoid DDOS attack?
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Here are some best practices that you can follow in .htaccess to help prevent DDoS attacks: 2. Limit HTTP requests: Use the following lines in your .htaccess file to…
How to prevent DDOS attack on AWS Ec2 instance?
Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Preventing DDoS attacks on an AWS EC2 instance requires a multi-layered approach. Here are some steps you can take to help protect your EC2 instance from DDoS attacks: Implementation…
