Kategorie: Uncategorized

  • Keycloak Installation Guide

    Setting Up Keycloak This guide outlines the steps to install Keycloak directly on a RedHat VM without HA. A PostgreSQL database is already available. Preparing for Keycloak Installation Add Group and User $ sudo groupadd -r keycloak $ sudo useradd -m -d /var/lib/keycloak -s /sbin/nologin -r -g keycloak keycloak Download Keycloak and Place on Server…

  • Creating and Importing a Color Scheme in PuTTY

    If you want to create a color scheme for PuTTY and import it for new accounts, follow these steps: Creating a Color Scheme in PuTTY Exporting Settings from the Registry Importing Settings on a New Computer Alternative Method: Import via Command Line Now your PuTTY sessions on the new computer should have the same color…