Check product name or laptop name in Ubuntu

To view the details of your hardware / laptop, you can run following in a terminal window:
$ sudo dmidecode -s system-product-name <enter>

To check all details, use:
$ sudo dmidecode <enter>

This show all information like BIOS, Manufacturer, Product Serial Number and much more.