How to Install Ntopng Network Monitoring Tool on Ubuntu 20.04

Ubuntu Network Monitoring

Ntopng is a web-based application for true network traffic flow monitoring that is available as open freeware. It’s an improved kind of innovative Ntop that displays network use, statistics, and analytical data. It works with a variety of computer systems, including Windows, Linux, Mac OS, and BSD. Ntopng comes in professional and corporate editions with … Read more

How to install LAMP stack on AlmaLinux 8

Linux Apache MySQL PHP on AlmaLinux

LAMP is a popular open-source software stack that is mostly used for testing and hosting web applications. It’s an acronym for Linux Apache MariaDB / MySQL and PHP. It compromises a web server ( Apache ), a database server ( MariaDB or MySQL ), and the PHP scripting language which supports dynamic web pages written … Read more

How to Enable and Disable Network Interfaces in Ubuntu 20.04

Ubuntu Network Interface management

Whenever we operate as an Ubuntu admin, we are responsible for managing the system’s network settings. When you make modifications to the Network card on some kind of Linux system, the connection goes down. The network interfaces seem to be either practically or virtually existent, and you may simply activate them using one of the … Read more

How to install Swift Programming Language on CentOS 8

Swift Programming Language CentOS

Swift is a modern general-purpose, open-source, and high-performing compiled programming language. It was developed by Apple for iOS application development and released in 2014. However, it can also be used for cloud service, systems programming, and design more other applications. Swift language is used as a replacement for the older language such as Objective-C. As … Read more

How to Install Grafana Monitoring System on CentOS 8

Grafana on CentOS

Grafana is a widely used open-source system monitoring solution for Linux servers. It is e.g. used by PayPal, eBay, and Red Hat. Grafana is a good choice for all engineers who want to use a scalable and robust dashboard monitoring tool. This monitoring tool monitors various data sources. Using Grafana, you can bind time-series databases … Read more

How to do a Screencast in Ubuntu 20.04

Ubuntu Screencast

While many people don’t consider screen-casting to be a very important activity, but if you are faced with the task of creating a guide, tutorial or presentation you’ll understand its significance. There are many screen-casting solutions available for Ubuntu 20.04, and more keep on getting released every day to address this need. In this tutorial, … Read more

How to send Processes to the Background on Linux

Linux Background Process

While using any operating system, there can be multiple processes running on it. These processes are mainly categorized as the background processes and the foreground processes. As the name says, a background process is one that runs silently in the background without requiring any human intervention. On the other hand, a foreground process is the … Read more

How to Configure and Manage a Remote Git Repo on Linux

Linux Remote GIT repository

Today we are going to discuss how to configure and manage a Bitbucket repo on our Linux system. I am using Ubuntu 20.04 for this guide, and I’ll make sure that all commands are readily available for all related systems except Debian. The main reason is that you should not implement instructions on a Debian … Read more

How to install OpenProject on Ubuntu 20.04

OpenProject installation on Ubuntu

Open Project is an open-source application for project management that is completely web-based written in Ruby on Rails and Angular js. It provides agile as well as classical management for the entire project life-cycle. Generally, the open project is distributed in three versions: community, cloud, and enterprise edition. In this article, we will install a … Read more