Saturday, July 14, 2012

PS Quick Tips: Create a directory in PowerShell

PS D:\> New-Item -ItemType directory -Path D:\tmp

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 ...