Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

Tag: #CentOS

Server Hardening

blog.payperitem.com, April 3, 2025April 3, 2025

1. OS-Level Hardening 🔹 Minimal Installation – Install only necessary packages. Avoid GUI on servers unless required.🔹 Update Regularly – Apply security patches promptly using apt update && apt upgrade (Debian) or yum update (RHEL).🔹 Disable Unused Services – Use systemctl disable –now <service> for unnecessary daemons.🔹 Enable SELinux or…

Configure Outlook with Gmail

blog.payperitem.com, April 3, 2025April 3, 2025

tep 1: Enable IMAP in Gmail Step 2: Generate an App Password (For 2FA Accounts) If your Gmail account has 2-Step Verification enabled, you must generate an App Password: Step 3: Configure Outlook Step 4: Test and Verify

ESXi 7.0 → 8.0Upgrading from VMware ESXi 6.0 to 8.0ESXi 7.0 → 8.0

blog.payperitem.com, April 3, 2025April 3, 2025

Upgrading from VMware ESXi 6.0 to 8.0 is a multi-step process, as ESXi 6.0 is not directly upgradable to ESXi 8.0. You must first upgrade to ESXi 6.7 or 7.0, and then proceed to 8.0. Step 1: Pre-Upgrade Checks ✅ Verify Hardware Compatibility ✅ Check Existing vCenter Version ✅ Backup…

Difference between upgrade and update

blog.payperitem.com, April 3, 2025April 3, 2025

The difference between upgrade and update depends on the context, but in general: 1. Software & OS 2. Hardware 3. Cloud & Virtualization 4. Networking & Storage

Types of Backups

blog.payperitem.com, April 3, 2025April 3, 2025

1. Full Backup A complete copy of all selected data is taken.✅ Pros: Simplifies recovery, standalone backup.❌ Cons: Time-consuming, high storage usage. 2. Incremental Backup Only data that has changed since the last backup (of any type) is copied.✅ Pros: Saves time and storage.❌ Cons: Recovery can be slow, as…

Updating ManageEngine ServiceDesk Plus (HA)

blog.payperitem.com, April 2, 2025April 3, 2025

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

Automated Scripts for Web Server Hardening (Nginx, Apache, Caddy, IIS) 🚀

blog.payperitem.com, April 2, 2025April 2, 2025

🛡️ 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#…

  • Previous
  • 1
  • 2
  • 3
  • 4
  • …
  • 9
  • Next

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }