Browsing category

Debian

How To Create a Sudo User On CentOS, Ubuntu & Debian

The sudo (substitute user do or superuser do) command is a program that allows users to run commands as another user, by default the superuser ie root. The sudo command is mostly used to perform administrative tasks by regular users executing commands as the root user. In this post, we see how to create a […]

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

Debian 10 (Buster) Released – New Features

Debian 10 was released on July 6th, 2019 and it becomes available for public after 25 months of development. This release will be supported for the next five years. Supported architectures Debian 10 officially supports following architectures i386 & AMD 64-bit architectures 64-bit ARM (arm64) ARM EABI (armel) ARMv7 (EABI hard-float ABI, armhf) MIPS (mips […]

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