Built-in Screen Recorder it is the default Gnome desktop environment from Ubuntu 18.04 and many people may not know about this useful tool. This post
Author: Tech Savvy
How to install MySQL on Ubuntu
MySQL is an open-source and implements the relational model and uses Structured Query Language (SQL) to manage its data. This post will go over how
How to find your IP address in Linux
It is important when you want to configure a firewall, set up a new connection, or troubleshooting network issues.We can classify IP address into two
How to check your Ubuntu version
When you install a new software to your computer, the first all of you need to know the version of it to download a right
NodeJS async/await in loops
In this article, I will give you some ways to use await in loops. To start, we should write a example as below: Let’s start
NodeJS debugger Tool
When you are working on any programing languages or frameworks, what you need to take care that is how to debug it while developing. And