×


Blog


Install OBS Studio on Linux Mint 20 - Step by step guide ?

This article covers the procedure of installing the OBS Studio on a Linux Mint 20 system. In fact, Open Broadcaster Software (OBS) is free, open-source, cross-platform video recording and live streaming software. 

It contains features such as high performance for real-time video/audio capturing, various filters for video sources, an intuitive audio mixer with filters, a streamlined settings panel. OBS is available for Windows, Linux, and Mac.


Install MPV Player on Linux Mint 20 - Step by step guide ?

This article covers the process of installing the MPV player on a Linux Mint 20 system. In fact, Mpv supports a wide variety of video file formats, audio and video codecs, and subtitle types.


Python len() Function - With examples ?

This article covers how to use the len() function in Python. In fact, the Python len() method is a built-in function that can be used to calculate the length of any iterable object. So, if you want to get the length of a string, list, dictionary, or another iterable object in Python, the len() method can be useful.


Tree Command in Linux - With Examples ?

This article covers how to use the tree command in Linux. In fact, the tree command lists contents of directories in a tree-like format. 

Following is its syntax:

$ tree [OPTIONS] [directory]


How to Install Tree Command in Linux ?

The tree command is not available by default in Linux distributions, and can be installed in Debian and RedHat-based distributions with:

$ sudo apt install tree   [on Debian, Ubuntu & Mint]
$ sudo yum install tree   [on RedHat, CentOS & Fedora]
$ sudo pacman -Sy tree    [on Arch and Manjaro Linux]

To Verify if it has been installed, run the below command:

$ tree -v


Echo command in Linux - With Examples

This article covers how to use echo command in Linux. In fact, Echo Command is used to display the text that has been passed as argument for the command. Also, it is used as a input for the next command or to send output to a file.

Syntax for using the Echo command in Linux is: 

# echo option string


Install OrangeScrum on CentOS 8 - Step by step guide ?

This article covers How to Install OrangeScrum on CentOS 8. In fact, Orangescrum is an open-source and collaboration web application for managing projects, teams, documents, tasks, and communicate with the team on important issues.