Step 1: Pre-Update Preparations Step 2: Updating the Secondary Node Step 3: Updating the Primary Node Step 4: Restore Failover & Sync Final Checks β Login works on both nodesβ No database errors in logsβ Load balancer distributes traffic correctlyβ Failover test succeeds
Tag: #CyberSecurity
Automated Scripts for Web Server Hardening (Nginx, Apache, Caddy, IIS) π
π‘οΈ Nginx Hardening Script (Bash) bash#!/bin/bash# Update system & install required packagesapt update && apt upgrade -yapt install -y nginx ufw fail2ban# Disable server tokens (hide Nginx version)echo “server_tokens off;” >> /etc/nginx/nginx.conf# Enable rate limiting & security settingscat <<EOF > /etc/nginx/conf.d/security.confclient_max_body_size 10M;client_body_timeout 10s;client_header_timeout 10s;keepalive_timeout 15s;limit_conn_zone \$binary_remote_addr zone=conn_limit:10m;limit_req_zone \$binary_remote_addr zone=req_limit:10m rate=5r/s;EOF#…
1οΈβ£ General Web Server Security Best Practices
β Keep the Server Updated β Run as a Non-Root User β Use TLS/SSL (HTTPS) β Disable Unnecessary Modules β Limit Server Signature Exposure β Restrict File & Directory Access β Enable Rate Limiting β Enable Web Application Firewall (WAF) β Enable Logging & Monitoring 2οΈβ£ Nginx Hardening Guide π‘οΈ…
Web Server Security Guide (Nginx, Apache, Caddy, IIS) π
1οΈβ£ General Web Server Security Best Practices β Keep the Server Updated β Run as a Non-Root User β Use TLS/SSL (HTTPS) β Disable Unnecessary Modules β Limit Server Signature Exposure β Restrict File & Directory Access β Enable Rate Limiting β Enable Web Application Firewall (WAF) β Enable Logging…
RustDesk Server (Remote Desktop Solution)
Step 1: Update and Prepare Ubuntu Make sure your system is up to date: bashsudo apt update && sudo apt upgrade -y Install required dependencies: bashsudo apt install curl wget unzip -y Step 2: Download RustDesk Server (hbbs and hbbr) RustDesk has two key server components: Download the latest RustDesk…
Installation Steps on Ubuntu for Fern-wifi-cracker
Installation Steps on Ubuntu Troubleshooting
How to Enable Windows “God Mode”
Windows God Mode provides a single folder with access to all Control Panel settings in one place. Hereβs how to activate it: Steps to Enable God Mode Alternative Name for the Folder If you want a different name (instead of “GodMode”), just replace “GodMode” with any other name while keeping…