7 Interesting ‘sort’ Command Examples in Linux – Part 2

Introduction 7 Interesting ‘sort’ Command Examples in Linux – Part 2 [ad_1] In our last article, we covered various examples of the ‘sort‘ command. If you missed it, you can catch up by following the link below. In this post, we will continue from where we left off in the previous article, to cover the … Read more

14 Useful Examples of ‘Sort’ Command in Linux – Part 1

Introduction 14 Useful Examples of ‘Sort’ Command in Linux – Part 1 [ad_1] The ‘sort’ command is a Linux program used for printing lines of input text files and concatenation of all files in sorted order. Sort command takes blank space as field separator and the entire input file as the sort key. It is … Read more

Set PHP Environment Variables Ubuntu

[ad_1] To set PHP environment variables in Ubuntu, you can configure your PHP application with specific settings, such as database credentials, debugging options, or any other configuration parameters. Environment variables make it easier to manage these settings without modifying your PHP code directly. In this tutorial, you will learn how to set PHP environment variables … Read more

How to Use /proc File System to Monitor Your Linux System

Introduction How to Use /proc File System to Monitor Your Linux System [ad_1] Today, we will delve into the contents of the /proc directory to develop a better understanding of its functionalities. It’s important to note that the /proc directory is a common feature across all Linux distributions, irrespective of their flavor or architecture. One … Read more

How to Add, Delete and Update Files in Tar Archive in Linux

Introduction How to Add, Delete and Update Files in Tar Archive in Linux [ad_1] In the realm of file archiving and compression, the tar command stands as a versatile tool for creating, managing, and manipulating archives in Linux systems. In this article, we will delve into the process of adding, deleting, and updating files within … Read more

Remove All Files in Directory in Linux Ubuntu

[ad_1] In Linux Ubuntu, removing all files from a directory is a common task that can be accomplished using various command-line utilities. In this tutorial will show you some methods to safely remove all files from a directory in linux ubuntu using the terminal without prompt. Linux Command to Remove/Delete All Files in a Directory … Read more

10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

Introduction 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories [ad_1] The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage information of files and directories on a machine. The du command has many parameter options that can be used to get the results … Read more

Install Netbeans 11 on Ubuntu 18.04|20.04|22.04

[ad_1] In this tutorial, you will learn how to install and uninstall Netbeans on ubuntu 18.04|20.04|22.04 using terminal or command line. How to Install Netbeans In Ubuntu 18.04|20.04|22.04 Steps to install and uninstall Netbeans in ubuntu 18.04|20.04|22.04 using terminal or command prompt Step 1 – Open Terminal OR Command Prompt First of all, your terminal … Read more

How to Install Docker on Ubuntu 20.0|22.04

[ad_1] Docker is a open-source platform that uses OS-level virtualization to deliver software in packages called containers. Container is a unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. Ubuntu 20.0|22.04 install, configure and uninstall docker; Through this tutorial, we … Read more

How to Install MongoDB in Ubuntu 20.04/22.04

[ad_1] To install and configure mongodb ubuntu. In this tutorial guide, you will learn how to install and configure MongoDB 4.4, 5.0 in Ubuntu 20.04/22.04 using terminal How to Install and Configure MongoDB 4.4, 5.0 on Ubuntu 20.0/22.04 Terminal Steps to install, configure, and access mongodb in ubuntu 20.04/22.04 using terminal or command line: Step … Read more