-
-
Save devdilson/366f40174ad951a654755e26cbc3ce27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| foreach($Adapter in Get-NetAdapter) | |
| { | |
| New-NetIPAddress –IPAddress [IPAdresse] -DefaultGateway [Gateway] -PrefixLength [CIDR] -InterfaceIndex $Adapter.InterfaceIndex | |
| } |
Author
Author
apt update && apt install qemu-kvm
Author
qemu-system-x86_64 --enable-kvm -cpu host -smp 8 -m 8192 -drive format=raw,file=/dev/sdb -vnc 127.0.0.1:1
qemu-system-x86_64 -enable-kvm -smp 4 -m 4096 -boot d -cdrom windows.iso -drive file=/dev/sda,format=raw,media=disk -vnc 127.0.0.1:1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qemu-system-x86_64 --enable-kvm -cpu host -smp 8 -m 8192 -drive format=raw,file=/dev/sdb -vnc 127.0.0.1:1