Commit Graph
2 Commits
Author SHA1 Message Date
Su HarisandGitHub af78f35770 Improve Network Information (#70)
* Add Asian Location: Biznet ID

* Improve the Network Information

Sometimes from ip-api, either ISP or ASN is available, but it would not show since the condition is not satisfied. Fix to show if either value is present

* Fix spacing issue
2023-09-03 11:53:25 -04:00
Su HarisandGitHub f075baf59c Add Basic Network Info and VM Type (#56)
* 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.
2023-02-26 13:23:00 -05:00