Monday, January 22, 2018

PS: Get number of applications instances

PS c:\> Get-Process -Name python | Measure-Object

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