Using Browsers is a daily activity to access the internet, of which Google Chrome is the most widely used browser. Google Chrome is one of […] Read More
Crontab is a great way to schedule and run background tasks in Linux. What is Cron? In Linux, Cron is the daemon where a user […] Read More
Installing MongoDB on Ubuntu is only a few steps of procedure. Let’s install MongoDB on Linux-Ubuntu using the native Ubuntu package manager apt. Note: This […] Read More
Node.js is an open source platform that allows easy scalability of applications. With Node.js installed on Ubuntu, you can run JavaScript without being dependent on […] Read More
Description: The String.prototype.match() method retrieves the result ofmatching a string against a regular expression. Syntax: str.match(regexp) We’ll use the below common string for all our […] Read More