Sunday, December 22, 2019

View Linux process list in tree view style

$: ps -aef --forest

To show full command line argument, use:
$: ps auxfww

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