Skip to content

Commit dad8125

Browse files
Merge pull request #7830 from MicrosoftDocs/main
OOB publish 2025-12-03
2 parents d682286 + ae1e0bf commit dad8125

7 files changed

Lines changed: 395 additions & 0 deletions

WindowsServerDocs/security/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
href: kerberos/domain-joined-device-public-key-authentication.md
192192
- name: Kerberos Constrained delegation
193193
href: kerberos/kerberos-constrained-delegation-overview.md
194+
- name: Detect and remediate RC4 usage
195+
href: ./kerberos/detect-remediate-rc4-kerberos.md
196+
displayName: RC4 Security Kerberos
194197
- name: Preventing Kerberos change password that uses RC4 secret keys
195198
href: kerberos/preventing-kerberos-change-password-that-uses-rc4-secret-keys.md
196199
- name: Configuring Kerberos for IP Addresses

WindowsServerDocs/security/kerberos/detect-remediate-rc4-kerberos.md

Lines changed: 389 additions & 0 deletions
Large diffs are not rendered by default.
Loading
51.3 KB
Loading
Loading
12.8 KB
Loading

WindowsServerDocs/virtualization/hyper-v/Best-Practices-for-running-Linux-on-Hyper-V.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ Linux virtual machines deployed using failover clustering should be configured w
6161

6262
Configure and use the virtual Ethernet adapter, which is a Hyper-V-specific network card with enhanced performance. If both legacy and Hyper-V-specific network adapters are attached to a virtual machine, the network names in the output of **ifconfig -a** might show random values such as **_tmp12000801310**. To avoid this issue, remove all legacy network adapters when using Hyper-V-specific network adapters in a Linux virtual machine.
6363

64+
> [!IMPORTANT]
65+
> Hyper-V supports up to 64 virtual Ethernet adapters per guest. However, when more than 2 vCPUs are assigned to a Linux guest, the VM might not see the maximum of 64 virtual Ethernet adapters. For more information about Hyper-V scale limits, see [Hyper-V maximum scale limits in Windows Server](maximum-scale-limits.md).
66+
6467
## Use I/O scheduler noop/none for better disk I/O performance
6568

6669
The Linux kernel offers two sets of disk I/O schedulers to reorder requests. One set is for the older 'blk' subsystem and one set is for the newer 'blk-mq' subsystem. In either case, with today’s solid state disks it's recommended to use a scheduler that passes the scheduling decisions to the underlying Hyper-V hypervisor. For Linux kernels using the 'blk' subsystem, this is the "noop" scheduler. For Linux kernels using the 'blk-mq' subsystem, this is the "none" scheduler.

0 commit comments

Comments
 (0)