Daily Shaarli

All links of one day in a single page.

December 13, 2023

Find Manufacturer, Model, Name And System Type Command

Finding out information like the Computer Manufacturer, Computer Model, Computer Name and System type using the command prompt is easy to do using the wmic

How to Get Domain Name Information in Python - The Python Code
thumbnail

Learn how to validate domain names using WHOIS, as well as getting domain name information such as domain registrar, creation date, expiration date and more in Python.

How to Get Hardware and System Information in Python - The Python Code
thumbnail

Extracting and Fetching all system and hardware information such as os details, CPU and GPU information, disk and network usage in Python using platform, psutil and gputil libraries.