Saturday, January 16, 2021

Install .Net 3.5 from the command line

Install .Net 3.5 from the command line
c:\> dism.exe /online /enable-feature /all /featurename:NetFX3 /Source:E:\sources\sxs

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...