hxp-blog

"RTFSC" - Read The F**king Source Code

Windows Server Software RAID - Hetzner Docs

Last change on 2021-05-09 • Created on 2020-03-18 • ID: RO-8FB01 Introduction The following guide describes how to manually setup a drive mirroring (RAID1) in a Windows operating system. Servers...

Mirror boot drive on Windows Server

Prequisites Operating System: Windows Server 2022 Disk configuration: 32GB vmdk virtual disks * 2, Windows Server OS installed on Disk 0 while Disk 1 is empty. Activate Disk 1 in Disk Management ...

Install CA certificate on CentOS/RHEL

Install ca-certificates 1 yum install ca-certificates Enable the dynamic CA configuration feature 1 update-ca-trust enable Put your CA.crt in /etc/pki/ca-trust/source...

How to disable the vCenter Server Update Notification banner

Currently, the only way I am aware of for disabling this notification is to actually disable the vCenter Server Life-Cycle Manager Remote Plugin itself. You can do this by navigating to Administrat...

Backup and restore partition table

To backup /dev/sda partition table, enter: 1 sfdisk -d /dev/sda > sda.partition.table.12-30-2015.txt To restore: 1 sfdisk -f /dev/sda < sda.partition.table.12-30-2015.txt To change the part...

How to Address Code 10 Error on the Intel® Ethernet Controllers...

Article ID: 000087288 Content Type: Error Messages Last Reviewed: 11/01/2021 Summary Description Resolution Environment Intel® Ethernet Connection I219-V BUILT IN - ARTICLE INTRO SECOND...

Enable BBR congestion control on CentOS 8

Add these 2 lines to /etc/sysctl.conf: 1 2 net.core.default_qdisc=fq net.ipv4.tcp_congestion_control=bbr apply changes by: 1 sysctl -p verify: 1 sysctl net.ipv4.tcp_available_congestion_control |...

Win10 Chinese Font Patch

Patching Windows 10 registry to fix Chinese font display error Run font.reg (click to download) This reg is exported from a Windows machine installed with Chinese as default language.

How to completely uninstall Ads on Windows 11

Completely uninstall Widgets feature on Windows 11 To uninstall the Windows 11 Widgets, open PowerShell (admin) and run the 1 Get-AppxPackage *WebExperience* | Remove-AppxPackage command. Remove ...

Activate Windows using KMS server

First, check your os version by: 1 2 3 4 5 6 7 PS C:\Users\Administrator> dism /Online /Get-CurrentEdition Deployment Image Servicing and Management tool Version: 10.0.20348.681 Image Version: 1...