Sometimes you want to know the serial of your laptop that you’re using on ubuntu, use this command:
sudo dmidecode | grep -A 9 "System Information"
Or
sudo dmidecode -s system-product-name
Sometimes you want to know the serial of your laptop that you’re using on ubuntu, use this command:
sudo dmidecode | grep -A 9 "System Information"
Or
sudo dmidecode -s system-product-name