×


Blog


Install MyPaint on Ubuntu 20.04 LTS

This article covers how to install, launch, and remove MyPaint on Ubuntu 20.04 LTS. In fact, MyPaint an open-source, fast painting program that centers around full-screen use, with the idea that the user should focus on the art rather than the interface.


How to install or uninstall mypaint on Ubuntu 20.04 LTS (Focal Fossa)?

1. To install mypaint package, run the below commands:

$ sudo apt update
$ sudo apt install mypaint


2. To Uninstall mypaint package, execute the commands:

$ sudo apt remove mypaint
$ sudo apt autoclean && sudo apt autoremove


Install PhotoFlare on Ubuntu 20.04 LTS

This article covers PhotoFlare photo editing tool, how to install and use it on Ubuntu Linux system. In fact, PhotoFlare is an impressive image editor for Linux. It supports quick cropping, flip / rotating, scaling, image filters, batch processing, and many more excellent features.


Modify the Comment Color in Vim Editor in Linux Mint 20

This article covers the different ways of changing the comment color in the Vim editor in Linux Mint 20. In fact, The suitable color in the editor helps you to categorize, analyze and identify bug in the code. You can change color schemes that come with the software package or install vim themes. Now, you can make the comments in the Vim editor look all the more readable.


Python sorted() Function

This article covers how to use the sorted() function in Python through examples. In fact, The sorted() function returns a sorted list of the specified iterable object. You can specify ascending or descending order. Strings are sorted alphabetically, and numbers are sorted numerically.


Parameters for python sorted function Syntax is given below:

Sorted(iterable, key, reverse)


Is a Python dictionary sorted?

Yes, a dictionary(collection of items in which the items are stored as key-value pairs) in Python can be sorted based on the order of item insertion. But, it was not possible in the earlier versions. 


Python super() Function

This article covers how to use the super() function in Python. The super() builtin returns a proxy object (temporary object of the superclass) that allows us to access methods of the base class.


Install Tor browser on Rocky Linux / AlmaLinux 8

This article covers how to install the latest Tor Browser on Rocky Linux 8. In fact, Tor, also known as The Onion Router, is open-source, free software that enables anonymous communication when using online services such as web surfing. The Tor network directs the Internet traffic through an accessible worldwide volunteer overlay network with over six thousand relays and continues to grow. Many users want to find more ways to keep their information and activities anonymous or at least as private as possible, which has led to Tor Browser growing quite popular in recent years as it conceals a user's location and usage from anyone conducting network surveillance or traffic analysis.