Main menu:

Site search

Mai 2026
M D M D F S S
 123
45678910
11121314151617
18192021222324
25262728293031

Categories

Tags

Archive for 'Allgemein'

Netgear enable https

1.  Generate Private Key openssl genrsa -out privkey.pem 1024 2. Create certificate: openssl req -new -x509 -key privkey.pem -out certificate.pem -days 3650 3. Create combined PEM file cat privkey.pem >> certificate.pem 4. Create strong dh params file openssl dhparam -out dh1024.pem 1024

Microsoft Login Error: SP324099: Could not complete the operation.

1. Open Network-Adapter 2. Configure: Select Advanced 3. Disable Checksum Offload

Windows Surface Pro 4 WLAN Fix Windows 10

1. Open regedit 2. navigte to HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\mrvlpcie8897 3. Set TXAMSDU from 1 to 0