Search For:
- Home
- Search For:
This article covers how to install, configure, and make use of the Cherry Tree application for note-taking and support in programming. In fact, CherryTree is a hierarchical note taking application, featuring rich text, syntax highlighting, images handling, hyperlinks, import/export with support for multiple formats, support for multiple languages, and more.
How To Uninstall cherrytree from Ubuntu 21.04 ?
To uninstall only the cherrytree package we can use the following command:
$ sudo apt-get remove cherrytree
This article covers the procedure of installing the Universal Netboot Installer on a Linux Mint 20.3 system. In fact, you will be able to create live USBs of your desired operating systems.
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:
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
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.
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.
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.