Skip to content
Linux
  • Home
  • About
  • Contact Us
  • Privacy Policy

All About Linux.

Copy and Remove Files With Specific File Extensions

In this tutorial, we are going to learn about copying files with a specific extension from one directory to another, and later we will remove the original files. For this tutorial, we are going to learn more about the cp & find command, and we’ll learn how can we use them together so that it […]

Copy and Remove Files With Specific File Extensions Read More »

Exclude a File Extension While Copying Files in Terminal

Command-line is a powerful tool because we can redirect the output of a command to another command in a single line, and in this case, we will redirect the output of find command to the cp command. In this tutorial, I will show you how can you exclude several files with a specific extension while

Exclude a File Extension While Copying Files in Terminal Read More »

Limit the Depth of Tree Command Recursive File Listing in Terminal

There are few ways through which we can list files and directories in the Linux Terminal. One command is extremely common to list directories, and that command is ls command. But listing files through ls has limitations, it cannot display the structure in a tree like structure. For example : This is where the tree

Limit the Depth of Tree Command Recursive File Listing in Terminal Read More »

How To Backup Single and Multiple MySQL Databases?

Hello guys, In this article, We will discuss how to backup single and multiple MySQL databases. We can backup MySQL databases using mysqldump utility. The backup files created by mysqldump consists of SQL statements that can be used to recreate the original databases. It can also be used to backup and restore the database on

How To Backup Single and Multiple MySQL Databases? Read More »

Create New MySQL User And Grant Permissions

hello folks, In this article, We will discuss how to create new MySQL users and grant privileges. MySQL is an open-source relational database management system used to store, manage, query, and retrieve data. Normally, we use MySQL as root but in big companies where there are multiple users, We need to manage permission for different

Create New MySQL User And Grant Permissions Read More »

How To Find and Delete Empty Directories in Linux?

Got too much clutter to clear on your system? It is hard and time-consuming to search for empty directories and delete them one by one. But, Using some commands, You can delete all the empty directories at once. In this article, We will discuss commands like rmdir, rm and find commands in detail. When deleting

How To Find and Delete Empty Directories in Linux? Read More »

Find the Top Running Processes by Memory and CPU Usage

Hello guys, In this article, We will discuss how to find the top running processes by memory and CPU usage. Linux is the best operating system for system administrators and developers. Also, when it comes to servers, Linux is the best option due to its stability, security, and lightweight. When running a server, there are

Find the Top Running Processes by Memory and CPU Usage Read More »

How To Check System Load in Linux?

In this article, We will discuss How to check server load in Linux. When running programs in the Ubuntu system, some programs might use high resources which may slow down your system or give a low performance. System Load or CPU load is the total number of processes running by the CPU. Server Load is

How To Check System Load in Linux? Read More »

Exclude a Directory While Finding Files in Linux [Step-By-Step]

The find command in Linux is a very handy tool for finding a specific file in your machine. But sometimes, it outputs a lot of files and clutters the search result. And if you’re sure that the file you are looking for is not in a specific directory, you can actually exclude it from the

Exclude a Directory While Finding Files in Linux [Step-By-Step] Read More »

How To Install Pycharm In Ubuntu Linux?

Pycharm is an IDE that is used and recommended by experts for Python development. It comes in two editions, the Professional edition which is the paid version, and the Community edition which is based upon open-source code. For Python development, the community edition will be good enough for you. Note that students can get access

How To Install Pycharm In Ubuntu Linux? Read More »

← Previous 1 … 74 75 76 … 128 Next →

Recent Posts

  • Linux Certification and Career Path: LFCS, RHCSA, DevOps, and Skills for IT Success
  • Virtualization and Containers in Linux: Docker and Podman
  • System Monitoring and Troubleshooting: CPU, Disk, and Memory Usage
  • Linux Security and Access Control: Firewalls, SELinux, and AppArmor
  • Understand Linux logging system and Job Control

Favorite Sites

  • Python Tutorials
  • GoLang Tutorials
  • CodeForGeek
  • VM-Help
  • MySQL Tutorials
  • Excel Tutorials
Linuxlogo

Learn everything about Linux, under a single roof. LinuxForDevices covers Linux tutorials, Open Source news, and courses to help you grow.

Copyright © 2025 · LinuxForDevices · LinuxForDevices is part of Diyansh IT Services Private Limited
Linux® is a registered trademark of Linus Torvalds.