A process is an executing instance of a program. Process is one of the important concept of the Linux OS. Linux provides ps utiliy to view information about running processes. In this article, we will show you how to use the ps command to list the currently running processes and their PIDs along with other
Make Linux Great Again
Parsing JSON Data in Python
JSON is a human-readable text-based data format. It is language independent and used for data interchange between applications. In this article, we’ll explain how to parse JSON data in Python. Python JSON # The json module that allows you to encode and decode JSON data is a part of the Python standard library. JSON is
How to Install WordPress with Nginx in Ubuntu 20.04
Today, over 36% of the web runs on the WordPress platform, as it is one of the most widely used open-source content management systems for creating a website or blog using its powerful features, beautiful designs, and above all, the freedom to build anything you want. Read Also: How to Install WordPress with Apache in
Find Large Files in Linux
In Linux, it is very necessary to find the unnecessary files and free up them from your hard disk. Usually, Linux systems run out of disk space due to large log or backup files. This tutorial explains how to find the large files and directories in Linux systems using the find and du command. Find
Type Command in Linux with Examples
The type command is used to show information about the command type and how its argument would be interpreted if typed on the command line. It is also used to find out whether it is built-in or external binary file. In this article, we will explain how to use the Linux type command. How to
How to Install TeamViewer on Debian 10
TeamViewer is a popular cross-platform application and widely used for remote control, desktop sharing, remote meetings and file sharing between computers. In this tutorial we will explain how to install TeamViewer on Debian 10. Prerequisites# Make sure you have logged in as root or user with sudo privileges. Installing TeamViewer on Debian# TeamViewer is not
How to Install Apache Maven on Ubuntu 20.04
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containing information about the project, configuration details, the project’s dependencies, and more. In this tutorial, we will show you two different ways to install Apache Maven on
How to Install Apache Maven on Ubuntu 20.04
Apache Maven is an open-source project management and comprehension tool used primarily for Java projects. Maven uses a Project Object Model (POM), which is essentially an XML file containing information about the project, configuration details, the project’s dependencies, and more. In this tutorial, we will show you two different ways to install Apache Maven on
How to Install NetBeans IDE 12 in Debian, Ubuntu and Linux Mint
The NetBeans (also known as Apache Netbeans) is an open-source and award-winning IDE (integrated development environment) application for Windows, Linux, Solaris, and Mac. The NetBeans IDE provides a much powerful Java application framework platform that allows programmers to easily develop Java-based web applications, mobile applications, and desktops. It is one of the best IDEs for
Ls Command in Linux (List Files and Directories)
The ls is a Linux shell command, used to list information about files and directories within the file system. By default ls utility is installed on all Linux distributions. This tutorial explains how to use the ls command with examples. How to Use the ls Command# Following is the basic syntax for the ls command: