Browsing tag

debian 9

How To Install Pip On Ubuntu 18.04, Debian 9 & Linux Mint 19

Pip (Pip Installs Packages) is a package management system that allows you to install software packages written in Python. It is used to install packages listed in the Python Package Index (PyPI). Pip is not installed on Ubuntu 18.04, Debian 9 and Linux Mint 19 by default. The installation of Pip on Ubuntu or Debian […]

How To Install Graylog On Debian 10 / Debian 9

Graylog is a free, open-source log management tool that helps you to collect and analyze any machine logs centrally. This guide focuses on installing Graylog (v3.2) on Debian 10 / Debian 9. Components Elasticsearch – It stores the machine logs and provides the searching facility. MongoDB – acts as a database to store configurations and […]

How To Install MongoDB 4.4 / 4.2 On Debian 9

MongoDB is an open-source cross-platform, document-oriented database and it was designed with both scalability and developer agility in mind. MongoDB is written in C, C++, and JavaScript, and it uses JSON-like documents with dynamic schemas to store data. MongoDB is released under the Server Side Public License (SSPL), and the language drivers are available under […]

How To Install Visual Studio Code on Ubuntu 18.04 / Linux Mint 19 & Debian 9

Visual Studio Code is a free cross-platform source code editor developed by Microsoft. It has built-in debugging support, embedded Git control, syntax highlighting, code completion, code refactoring, and snippets. The functionality of Visual Studio Code can be extended using extensions. This tutorial guides you how to install Visual Studio Code editor on Ubuntu 18.04 / […]