Linux
1 min read

Linux Mint 19.3 Tricia the Perfect Windows 7 Replacement

Linux Mint 19.3 code name Tricia is stable, Secure, Light weight and comes with fast and fluid interface, as Windows 7 is close to dead this can be perfect replacement. In this video tutorial I will show you Linux Mint Tricia is very easy to use distro with tons of feature and can be a […]

NodeJS
1 min read

Detecting Ubuntu and its version using NodeJS in Linux

In Linux we can detect ubuntu and its version like Ubuntu 18.04.4 LTS using Linux command “lsb_release -a | grep Description”, using nodejs child_process we can easily run Linux command and detect Linux version. Code to detect Ubuntu and its version using Nodejs in Linux The blow code is tested on Node JS Version : […]