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

All About Linux.

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 »

How To Enable Universe Repository in Ubuntu 21.10?

Hello guys, In this article, we will see how to enable the Universe repository in Ubuntu 21.10. There are four standard repositories in Ubuntu: Main Universe Restricted Multiverse The main repository is supported by Canonical Ltd. and is enabled by default. The Universe repository contains community-maintained free and open-source software and is disabled by default.

How To Enable Universe Repository in Ubuntu 21.10? Read More »

← Previous 1 … 75 76 77 … 129 Next →

Recent Posts

  • How to Install Kali Linux in VirtualBox: Complete Setup Guide
  • Kali Linux Commands: Essential Guide for Penetration Testing
  • Types of Shell in Linux: Understanding Your Command Line Options
  • The Linux wget Command – Linux Download Command
  • How to Install LM Studio – Step-by-Step Guide (2025)

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.