How to Use GDB to Debug Programs in Ubuntu 20.04

Linux program debugger GDB

GNU Debugger (GDB) is an open-source debugger for GNU Systems. The debugger is portable and can be used for multiple languages as C/C++ and Fortran. It can be used for debugging programs by observing their states on specific breakpoints and even altering the flow or values for further execution. Usually, the GDB runs in command-line … Read more

How to Install Gradle Build-Tool on Ubuntu 20.04

Ubuntu Gradle Build-Tool installation

Gradle is a well-known software build-tool that is mostly used for development in Java, C++, and Swift. By combining all of the best features of Ant and Maven, it brings the best development practices to its users. Instead of using XML language for scripting, Gradle uses Groovy which is an OO language for defining the … Read more

How to Install Ansible on Linux Mint 20

Ansible on Linux Mint

Ansible is a widely used configuration management system that is able to handle multiple servers through a single control server. Apart from this, it is also extensively used as a software provisioning and application deployment tool. It can be used both with Linux based systems and Windows-based systems. Ansible is available for free and released … Read more

How to Display System and Hardware Details in Linux Mint 20

System Details

Every computer system has certain specifications and sometimes you feel the need to know the details of a particular system component. In such scenarios, you should know all the ways through which you can extract the relevant information about a particular component. This tutorial will show you a wide range of commands and tools to … Read more

Install Conky Manager on Ubuntu 20.04

Ubuntu Conky Manager

Conky is a very efficient system monitoring software that is used to display information regarding your system’s activities and performance. However, if we talk about the interface to configure this system monitor, then there is much room for improvements. Nevertheless, Conky Manager is there to resolve this issue. This tool provides a Graphical User Interface … Read more

How to install Signal Messaging App on Ubuntu 20.04

Signal Messenger

The Signal messenger is a popular and secure person to person internet messaging that is used for both web and phone-based applications communications globally. Signal has well known due to the privacy it provides along with several custom encryption techniques. This security feature helps in keeping a close eye on the chats ensuring the privacy … Read more

How to Install Blender 3D in Ubuntu 20.04

Ubuntu Blender 3D

Blender 3D is a professional open-source 3D graphics and animation software. It has a rich feature set like animations, visual effects, 3D modeling, and motion graphics. It produces great results and is used in professional film production. It can be used on multiple different platforms and supports around 34 different languages. In this guide, I … Read more