Browsing category

How To’s

How To Use Linux Screen Command

Screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal. In simple words, it is a terminal multiplexer by which you can start a screen session and then run a program or start a process which requires an active terminal session inside a physical terminal. Program or process running in screen session […]

How To Install IntelliJ IDEA on Ubuntu 18.04 / 19.10 & Ubuntu 16.04

IntelliJ IDEA is an integrated development environment for Java development. Notably, Google uses IntelliJ IDEA as the base for its Android Studio, an open-source Android development IDE for developing Android applications. It is developed by JetBrains and is available in two editions, Community and Ultimate. IntelliJ IDEA supports major build automation tools such as Maven, […]

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