Skip to content

Instantly share code, notes, and snippets.

View disasstor's full-sized avatar
🏠
Working from home

Ilja Trofimov disasstor

🏠
Working from home
View GitHub Profile
@disasstor
disasstor / Hyper-V NAT for Windows Server 2016
Created March 2, 2025 17:34 — forked from AlexZ005/Hyper-V NAT for Windows Server 2016
Configuring NAT for Hyper-V Virtual Machines on Windows Server 2016
#1. Host machine
# Create new switch
New-VMSwitch -SwitchName NAT -SwitchType Internal
# Check current VM network adapters
Get-VMNetworkAdapter -VMName DC,FS
# Connect current adapters to created NAT switch
Connect-VMNetworkAdapter -VMName DC,FS -SwitchName NAT
# Add network adapters for both VM's with selected virtual switch
#Add-VMNetworkAdapter -VMName DC,FS -SwitchName NAT

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.