Advanced Search
Search Results
57 total results found
DAZ IRAY Skin Material Optimization
Example Material (Head) Optimized Material DAZ Dual Lobe The "Dual Lobe" simulates skin oiliness by calculating two layers of specular highlights. The Principled BSDF can approximate this with its standard Roughness and Specular inputs. Locate the Te...
Add missing Indices
Error / Warning Pattern Einige fehlende optionale Indizes wurden erkannt. Gelegentlich werden neue Indizes hinzugefügt (von Nextcloud oder installierten Anwendungen), um die Datenbankleistung zu verbessern. Das Hinzufügen von Indizes kann manchmal eine Weile...
Migrate MIME-Types
Error / Warning Pattern Eine oder mehrere MIME-Type-Migrationen sind verfügbar. Gelegentlich werden neue MIME-Typen hinzugefügt, um bestimmte Dateitypen besser handhaben zu können. Die Migration der MIME-Typen dauert bei größeren Instanzen lange, daher erfol...
ASIC Offloading & VoIP Quality Issues
Problem Description Real-time VoIP applications (Discord, Teams, Zoom) exhibit high latency (>200ms) and packet loss, forcing a fallback to low-quality TCP relays. Audio input appears "damped," robotic, or near-silent to other participants, despite sounding p...
Performance Optimization
Windows Settings Game Mode Windows 11 introduced "Game Mode" that is supposed to optimize Scheduling and Background Processing specifically for Gaming. That is, surprise surprise, not the Case. It actually f's up Performance for most Games. Therefor, it sho...
IKEv2 VPN
General Use IKEv2 VPN for FortiClient FortiGate Configuration Phase 1 edit "VPN-RA-FC" set type dynamic set interface "wan1" set ike-version 2 set peertype any set net-device disable set mode-cfg enable set ipv4-dns-server...
Active Directory (AD) Federation
Requirements Keycloak 26.X installation Active Directory Domain Controller with Port 389/636 available Active Directory User with Directory Search Permissions and configured Password (non-interactive Service Accounts will not work) Setup Log into Ke...
SSO with Keycloak
Requirements FortiGate with at least FortiOS 7.X Keycloak (26.X ideally) This has been tested with Keycloak 26.X and FortiOS 7.6.6 Realm names in Keycloak are case-sensitive. Ensure all URLs referencing the realm name use the exact same casing (e.g. My...
Import/Export with CLI
Documented with FortiClient VPN-only 7.4.3.X Import Configuration with CLI Windows Command Line (CMD) "%ProgramFiles%\Fortinet\FortiClient\FCConfig.exe" ^ -m all ^ -f "<Path-to-Configuration-File>" ^ -o import ^ -i 1 ^ -p "<Password>" Window...
Import/Export with GUI
Importing VPN Configuration Launch “FortiClient” after installing Click on the “Cog” Icon in the top right corner Click on the “Lock” icon in the top left corner to unlock the System Configuration Import ("Wiederherstellen" Button the the Screenshot) ...
Create Smartcard-based PGP Key
Requirements OpenPGP-compatible Hardware Security Key (Example: YubiKey 5(C)) GnuPG CLI installed Smartcard-related Drivers installed Key Setup Prepare Card Ensure Card is recognized gpg --card-status The Output should look something like this Reader .........
Access Instance by Port
1. Identify Instance Port pg_lsclusters root@db-psql-prd-01:~# pg_lsclusters Ver Cluster Port Status Owner Data directory Log file 13 main 5432 online postgres /var/lib/postgresql/13/main /var/log/postgresql/postgresql-13-main.log 15 main...
Installation & Setup of OIKB
1. Prerequisites Python 3.10 or newer OpenWebUI 0.9.6 or newer Bookstack v25 or newer 2. Installation 2.1. Create Service User sudo useradd --system --no-create-home --shell /usr/sbin/nologin oikb sudo mkdir -p /opt/oikb /etc/oikb sudo chown oikb:oikb /etc/o...
Reset Admin Password
List Users sudo /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py get-users Set Password sudo /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py update-user <e-mail> --password <password> --role <Current Role>
Create Application Database
Creating a Postgres Database for an Application (CLI) Option 1: DBA creates the database directly Use this when the app should not be able to create/drop databases itself (recommended for most production apps). sudo -u postgres psql -- Create a dedicated role...
Installation on Debian 13
This expects a freshly installed Debian 13 (trixie) VM. Not an LXC container. Debian 13 ships Samba 4.22, which supports AD functional level 2016. What you need Decide on hostname, domain and IP before you start. Changing any of them after provisioning means...
Generating an `ed25519-sk` SSH Key with a YubiKey
Workflow: Generating an ed25519-sk SSH Key with a YubiKey FIDO2-backed SSH key. The private key never leaves the token; what lands on disk is only a key handle that is useless without the YubiKey. Covers key generation on Linux/macOS (§2) and Windows 11 Pro (§...