Software & Apps

Ubuntu 13

Creating a Dual-Boot Pen-Drive for UEFI and Legacy BIOS

In this article, we will walk through the process of creating a dual-boot pen drive that supports both UEFI (Unified Extensible Firmware Interface) and Legacy BIOS (Basic Input/Output System) modes. …

Ubuntu 19

Quick Guide: Checking SHA1 Hash of a File

In the world of digital files, ensuring the integrity and authenticity of data is paramount. One method to verify the integrity of files is by using cryptographic hash functions, and …

Ubuntu 6

How To Log Memory and CPU Usage of an Application?

In this article, we will delve into the process of logging the memory and CPU usage of an application. This is an essential task for system administrators and developers who …

Ubuntu 15

What is Hardware Enablement (HWE)?

Hardware Enablement (HWE) is a critical aspect of any operating system’s development and maintenance, particularly for open-source systems like Ubuntu. This article will delve into the concept of Hardware Enablement, …

Ubuntu 1

How To Install Qt6 on Ubuntu 21.10

In this article, we will provide a detailed guide on how to install Qt6 on Ubuntu 21.10. Qt6 is a leading cross-platform application and UI software development framework. However, installing …

Ubuntu 5

How To Extract Embedded Images from PDFs on Ubuntu

In this article, we will explore various methods to extract embedded images from PDF files on Ubuntu. This task can be accomplished using command-line tools or graphical user interfaces, depending …

Ubuntu 9

Where is the inittab file in Ubuntu?

In the world of Linux, the inittab file is a critical component that controls the initialization process of the system. However, if you’re using Ubuntu, you may have noticed that …

Ubuntu 3

Adding JAVA_HOME Environment Variable in Ubuntu

In this article, we will provide a detailed guide on how to add the JAVA_HOME environment variable in Ubuntu. This is an important step in configuring your Ubuntu system to …