Tuesday, December 29, 2020

Get Dell service tag on Ubuntu

$: sudo dmidecode -t system | grep Serial

Tags: Dell BIOS Service Tag

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