Linux

Top 5 PDF Editors for Linux

Linux distributions typically come with a PDF viewer like Evince (called Document Viewer in Gnome desktop Environment). However, Evince doesn’t have editing features like adding lines, highlighting text, etc. PDF editors can be categorized in two types: PDF editors can edit the content inside a PDF (such as change text, highlight, annotate, add/remove images etc).

Top 5 PDF Editors for Linux Read More »

Enable Dark theme in Audacity

Audacity is the most widely used open source audio editing software. It is a cross-platform, feature rich program which is available free of cost to everyone. Note that, despite being a FOSS software, Audacity has now started to collect basic user telemetry. In this article, I will show you how can you turn off the

Enable Dark theme in Audacity Read More »

What is /dev/null in Linux?

If you delve into shell programming, you have come across /dev/null or 2>/dev/null numerous times. At first, this might look like intimidating abstract jargon, but there is a very important (and easy to understand) reason for which it exists. In this article, we will look at the meaning of /dev/null and how it is used

What is /dev/null in Linux? Read More »