Browsing category

Linux

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 pgAdmin 4 on CentOS 7 / RHEL 7 & Fedora 29 / Fedora 28

pgAdmin is a free and open source management tool for PostgreSQL and derivative relation databases such as EDB Advanced Server. It can be installed on multiple OS platforms such as Linux, Unix, Mac OS X, and Windows to manager PostgreSQL 9.2 and above. Deployment Mode pgAdmin can be run as a web or desktop application. […]

How To Install KDE Plasma 5.12 on Ubuntu 18.04 & Linux Mint 19

KDE Plasma Desktop is widget based desktop environment for Unix-Like operating system. It is fast, beautiful, user-friendly, efficient and offers more integrated features than any other desktop environment for Linux or BSD. The KDE community develops KDE Plasma Desktop, and it is the default desktop environments on many Linux distributions, such as Manjaro, openSUSE, Kubuntu, […]

How To Install Gradle on Ubuntu 20.04 / Ubuntu 18.04 & Linux Mint 20/19

Gradle is an open-source build automation tool used for Java, Groovy, and Scala development. It builds upon the concepts of Apache Ant and Apache Maven. Unlike Apache Maven which uses XML for declaring project configurations, Gradle uses Groovy, a dynamic, object-oriented programming language to define the project configurations. In this post, we will install Gradle […]