Npm stands for “Node Package Manager” and is used for managing the node.js packages and modules using the command line. It is written in JavaScript and was developed and maintained by Isaa...
Blog
-
How to Install and Configure Nginx on Ubuntu (Step by Step Nginx Setup Guide)
Nginx, an open-source web server, is well-known for its high-performance capabilities. It serves a diverse range of functions, such as functioning as a reverse proxy with HTTP server features, web hos...
Aleksandra TitishovaRead -
How to Install and Start Using MariaDB on Ubuntu 20.04 (Step-by-Step Guide)
MariaDB is an open-source, freely accessible database management software that serves as a viable alternative to Oracle's MySQL database server. It's a community-supported, multi-user, and multi-threa...
Aleksandra TitishovaRead -
Exploring Linux Bash History
In a Linux server environment, you'll frequently interact with the terminal. Most Linux distributions come with the bash shell as the default, so you're likely to use it. During your command-line sess...
Aleksandra TitishovaRead -
How to use cURL to Download a File on Linux?
In the world of command-line tools, cURL is popularly used to transfer data using various network protocols. One of its most common use cases is downloading files from the internet. Apart from using ...
Aleksandra TitishovaRead -
How to Install NVM on Ubuntu: Step-by-Step Tutorial
NVM (Node Version Manager) is a powerful tool for developers seeking flexibility in managing multiple Node.js versions on their Linux machines. This command-line utility simplifies the Node.js install...
Aleksandra TitishovaRead