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

How to Install and Configure ELK Stack on Ubuntu and Debian

The ELK Stack

ELK stack consists of a set of applications for retrieving and managing log files. In the software development industry, log files play a vital role to identify the problem and troubleshoot the issue. ELK stack is a collection of different open-source application tools such as Elasticsearch, Kibana, and Logstash. ELK can be used to collect, … Read more

How to install and use PhotoRec to recover deleted files in Ubuntu 20.04

Ubuntu Free File Recovery

PhotoRec is an open-source software utility to recover lost or deleted media files like photos, videos, documents, etc from CD-ROMs, Hard disks, and digital camera memory. PhotoRec is associated with TestDisk. The TestDisk is used to recover deleted partitions and make non-bootable disks bootable again and photoRec recovers deleted media files or document files. It … Read more

How to use Lynis Linux Security Audit Tool on Ubuntu

Lynis Linux security audit tool

Lynis is an open-source security auditing tool for extensive scanning of systems and its security defense to achieve compliance testing and system hardening. This software has been distributed under a GPL license since 2004. It assists in server hardening guidelines, software patch management, fully automatic auditing, Actually lynis doesn’t harden the server by itself but … Read more