Posts

Cisco ASA + Duo MFA

Deployment Guide for Windows Server and Linux RADIUS-based Duo Authentication Proxy deployment with Active Directory primary authentication VPN platform Cisco ASA / Cisco Secure Client (AnyConnect) SSL VPN MFA platform…[...]

views 0 Comments

How to make your Windows Server a NTP Server

On your windows server, open an elevated PowerShell: Set-ItemProperty ` -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer" ` -Name Enabled ` -Value 1 Set-ItemProperty ` -Path "HKLM:\SYSTEM\CurrentControlSet\Services\W32Time\Config" ` -Name AnnounceFlags ` -Value 5 Restart-Service W32Time…[...]

views 0 Comments

How to setup MySQL v8.4 Group Replication

Setting up MySQL 8.4 Group Replication involves several steps to configure multiple MySQL instances for high availability and fault tolerance. Below is a step-by-step guide to setting up MySQL Group…[...]

829 views 0 Comments

How to Configure HAProxy with SSL Pass-Through

SSL pass-through is a method of securing data transfer between the client and servers. It allows HAProxy to route client requests to the appropriate servers without decrypting and re-encrypting traffic,…[...]

935 views 0 Comments

AND conditionals in HAProxy

This is a way using HAProxy rules to only allow access to a given host if the request was to a specific route while specifying multiple conditions, and they're implicitly…[...]

595 views 0 Comments

Testing Your HAProxy Configuration

Properly testing your HAProxy configuration file is a simple, yet crucial part of administering your load balancer. Remembering to run one simple command after making a change to your configuration…[...]

1003 views 0 Comments

Install HAProxy on Ubuntu

Ubuntu 20.04 is a great choice for installing your HAProxy software load balancer. It’s a free Linux operating system that’s fast, secure, and best of all, it’s easy to use.One of the…[...]

596 views 0 Comments

How to install WordPress on Ubuntu

WordPress is the most popular open-source blogging system and CMS on the Web. It is based on PHP and MySQL. Its features can be extended with thousands of free plugins…[...]

442 views 0 Comments

How to do an initial setup of a palo alto firewall

Setting up a Palo Alto firewall involves several steps to ensure it's properly configured for your network environment. Here's a general guide to the initial setup: Physical Setup: Unbox the…[...]

697 views 0 Comments