DEV Community

Cover image for Get your Linux or Windows System Information
Santhosh Veer
Santhosh Veer

Posted on

Get your Linux or Windows System Information

➡ I got this Idea while checking My System/Distro information 🗃 using Multiple Commands every time.

âž¡ plan to Write a Script to Fetch all System/Distro information in Single Command.

âž¡ I have a Confusion in choosing a Lang to Build this Script
Finally Got This Awesome Node Module 👉 system information - https://github.com/sebhildebrandt/systeminformation Get our System & OS Information.

âž¡ Here is the Github Repository of My Script - https://github.com/mskian/sys-info

âž¡ Install via NPM

$ npm install -g mysystem-info
$ mysysinfo

🗃 It Fetches the System/Distro

System Information

âž¡ Platform
âž¡ Distro
âž¡ Version
âž¡ Kernal Version
âž¡ Architecture
âž¡ System Memory
âž¡ Disk Size and
âž¡ TimeZone

Share your Feedbacks & Contribute ✌

Top comments (0)