Tutorials

How to Check Linux CPU Usage or Utilization

Monitoring the performance of the CPU is an essential task for any system administrator who needs to measure the performance of a system. This will help you to debug system processes, manage system resources, and make system decisions. There are several tools available for checking CPU usage in Linux. In this post, we will demonstrate […]



How to Install pgAdmin on Fedora

pgAdmin is an advanced open-source database management tool that allows you to manage PostgreSQL databases via a web browser. It provides a Graphical User Interface to interact with remote and local PostgreSQL and perform database operations. pgAdmin is written in Python and jQuery and supports all the features found in PostgreSQL. In this guide, we […]


How to Install Strapi with Nginx on Fedora

Strapi is a free, open-source, next-generation headless CMS used to develop websites, mobile applications, eCommerce sites, and APIs. It helps developers to create an API without using any database and backend. Strapi gives you the freedom to use your favorite tools and allows content editors to streamline content delivery across any device. In this post, […]


How to Install InfluxDB on Fedora

InfluxDB is a free and open-source time series database written in the Go programming language. It is designed to store time series data for operations monitoring, application metrics, IoT sensor data, and real-time analytics. It can store data ranging from hundreds of thousands of points per second. It is gaining popularity due to its fast […]


How To Install Glances Monitoring Tool on Fedora

Glances is an open-source, cross-platform monitoring solution that allows real-time monitoring of CPU, memory, disk, and more. With Glances, you can also monitor filesystem I/O, network I/O, and sensor readouts to display CPU and other hardware temperatures. It is written in Python and can be installed on Windows and Linux operating systems. In this post, […]


How to Install Angular on Fedora

Angular is a versatile, free, open-source web application framework developed by Google. It is used to build efficient and scalable single-page mobile and desktop applications. It is fully extensible and works well with other libraries. It is based on TypeScript and provides building blocks to quickly set up a maintainable, scalable app. In this post, […]


How to Install Golang on Fedora

Go is a high-level open-source programming language developed by Google. It is very similar to C and is used to build secure, scalable systems. It is a general-purpose language and is especially useful for distributed systems and cloud services. Go is known for its concurrency and ability to run multiple tasks simultaneously. If you are […]


How to Install Django Web Framework on Fedora

Django is a Python-based web application framework used for developing dynamic websites and applications. It offers a set of tools that lets developers build scalable web applications. Its aim is to simplify the deployment of complex web applications and also handle the crucial part of deployment, authentication, and security. In this post, we will demonstrate […]



First Last