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 : […]

Linux
2 mins read

Ubuntu 19.04 released with the Linux 5.0 kernel and Python 3.7.3

World most famous linux distro Ubuntu released Ubuntu 19.04 codename “Disco Dingo” with the Linux 5.0 kernel and Python 3.7.3 on 18th April 2019. Ubuntu 19.04 is not a LTS release so Disco Dingo comes with nine months support, until January 2020, of security and maintenance updates. As per Ubuntu.com “Ubuntu 19.04 is based on […]

Linux
1 min read

How to install media codecs in Ubuntu, Kubuntu, Xubuntu and Lubutntu

By default Ubuntu and its flavour like Kubuntu, Xubuntu and Lubuntu don’t come with all default media codecs due to legal issue. But we can easily install it via terminal . This post is all about how to install default multimedia codecs. After installing these codecs we will able to play populer format like .mp3, […]