fd – A Simple and Fast Alternative to Find Command

[ad_1] Most Linux users are well familiar with the find command and the many cases it can be used. Today we are going to review an alternative to find command, called fd. fd is a simple, fast, and user-friendly tool meant to simply perform faster compared to find. It is not meant to completely replace … Read more

How to Install PHP 8.x on Ubuntu 22.04

[ad_1] Install and configure PHP 8.x on ubuntu 22.04; Through this tutorial, we will learn how to install and configure PHP 8.x on ubuntu 22.04 system. PHP 8.1 is the current latest PHP version released on 2021. In this guide we are going to learn how to install the latest PHP version which is currently … Read more

How to increase upload file size limit PHP in Ubuntu

[ad_1] AuthorAdmin My name is Devendra Dode. I am a full-stack developer, entrepreneur, and owner of Tutsmake.com. I like writing tutorials and tips that can help other developers. I share tutorials of PHP, Python, Javascript, JQuery, Laravel, Livewire, Codeigniter, Node JS, Express JS, Vue JS, Angular JS, React Js, MySQL, MongoDB, REST APIs, Windows, Xampp, … Read more

4 Ways to View Disks and Partitions in Linux

[ad_1] In this guide, we will show how to list storage disks and partitions in Linux systems. We will cover both command-line tools and GUI utilities. By the end of this guide, you will learn how to view or report information about disks and partitions on your Linux server or desktop computer, or workstation. [ … Read more

15 Basic ‘ls’ Command Examples in Linux

[ad_1] ls command is one of the most frequently used commands in Linux. I believe the ls command is the first command you may use when you get into the command prompt of Linux Box. We use the ls command daily basis and frequently even though we may not aware and never use all the … Read more

15 Practical Examples of ‘echo’ command in Linux

[ad_1] The echo command is one of the most commonly and widely used built-in commands for Linux bash and C shells, that typically used in a scripting language and batch files to display a line of text/string on standard output or a file. echo command examples The syntax for the echo command is: echo [option(s)] … Read more

Nethogs – Monitor Linux Network Traffic Usage Per Process

[ad_1] There are tons of open-source network monitoring tools available for the Linux operating systems on the web. Say, you can use the iftop command to monitor bandwidth usage, netstat command, or ss command to see reports on interface statistics, or top command to watch running process on your system. But if you are really … Read more

20 Netstat Commands for Linux Network Management

[ad_1] netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc. [ You might also like: 22 Linux Networking Commands for Sysadmin ] netstat is available on all Unix-like Operating Systems and also available on Windows OS as well. It is … Read more

20 Linux YUM (Yellowdog Updater, Modified) Commands for Package Management

[ad_1] In this article, we will learn how to install, update, remove, find packages, manage packages and repositories on Linux systems using YUM (Yellowdog Updater Modified) tool developed by RedHat. The example commands shown in this article are practically tested on our RHEL 8 server, you can use these materials for study purposes, RHEL certifications, … Read more