Category Tutorials

How to install, setup, and use Inkscape on Linux

Install, Setup And Use Inkscape

In this tutorial article, we’ll take a look at Inkscape, a free and open-source Vector graphics Editor. The graphical format you guys are most familiar with is probably the raster format, where we work with tiny blocks of single-colored boxes,…

How to install and run PowerShell on Linux?

Install And Use Powershell On Linux

PowerShell is the default ‘Terminal’ application for Windows along with the command prompt, it has its own set of commands which is very different from the commands which are used on UNIX-like operating systems such as GNU It is tightly…

Understanding ls -ltr command in Linux

Lsltr

The ls command is one of the most frequently used Linux commands. It allows users to list information about files and directories within a file system. The ls -lrt command is an extension of this, providing more control over the…

How to Edit Config Files in Linux?

Config

Config files are important in Linux because they store important information about the system configuration. This information can include things like the system hostname, the network configuration, the security settings, and more. Without these files, the system would not be…