×


Linux Resources


Best Text Editor for Linux Mint 20.3 to View and Edit the Contents of a Configuration File

This article covers the best text editors that can be used to view and edit the contents of a configuration file on a Linux Mint 20.3 system. 

In Linux, there are two types of text editors:

  • Command-line text editors; A good example is Vim, which gives you the option of jumping into the editor from the command line. System admins will find this very useful when editing configuration files.
  • Graphical user interface (GUI) text editors; This type of text editor features a GUI but cannot be used from the command line.


More about Bluefish Text Editor ?

The bluefish text editor is aimed at making coding more accessible. It works on most platforms so that you can use it on Linux, Mac, or Windows.

To Install Bluefish by executing the following commands:

$ sudo add-apt-repository ppa:klaus-vormweg/bluefish
$ sudo apt-get update
$ sudo apt-get install bluefish


Difference Between Cat and Touch Command

This article covers the basic differences between the cat command and the touch command in Linux Mint 20.3. In fact, cat is one of most used and well known command in UNIX system and mainly used to view files. It can also be used to create, display, concatenate and append to files. cat is a versatile command. While helps to Update the access and modification times of each FILE to the current time.


Find the MAC Address in Ubuntu 21.10

This article covers the basic overview of MAC-address and how to find it in Ubuntu. In fact, A MAC address is the unique identifier that is assigned by the manufacturer to a piece of network hardware (like a wireless card or an ethernet card). MAC stands for Media Access Control, and each identifier is intended to be unique to a particular device.


List the Contents of a File in Linux Mint 20.3 Using the Cat Command

This article covers the different ways of using the cat command for listing the contents of a file in Linux Mint 20.3. In fact, The "cat" command is very frequently used for viewing, creating, and appending files in Linux.


Install RPM packages on Ubuntu 20.04 LTS - Step by step guide ?

This article covers how to install RPM on Ubuntu through different ways using the Alien package converter. In fact, It is better to prefer installing the packages from the default repositories or using the deb packages available at the official websites.


How To Uninstall rpm from Ubuntu 21.04 ?

To uninstall only the rpm package we can use the following command:

$ sudo apt-get remove rpm


Become a Root User in Ubuntu 22.04 - Step by step guide ?

This article covers the different ways through which you can become the root user in Ubuntu (Linux). In fact By using all these commands, the root users are enabled, logged in and their passwords are being updated successfully. The users can then sign into the root account using a newly updated password.

Search by typing a one letter Word Term Here