* Add Basic Network Info
Added a function to display basic details from IP Address lookup. Use ip-api.com free API for this.
* Add VM Type in Basic Info
Add Virtualization type in basic info.
Inspired from bench.sh
* Suppress Error messages on VM check
* Better way to find virtualization
Most modern Linux systems use systemd as the system and service manager. The systemd package ships with the systemd-detect-virt utility, which we can use to detect a virtualization technology.