Tuesday, December 29, 2020

Get Dell service tag on Ubuntu

$: sudo dmidecode -t system | grep Serial

Tags: Dell BIOS Service Tag

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...