How to delete a partition in linux?

You can delete a partition in Linux using the fdisk, parted or gdisk command-line utilities, depending on the partition table ...
Read more

Mount file systems at boot by UUID or label in linux

Configuring your Linux system to mount file systems at boot using Universally Unique ID (UUID) or label is a good ...
Read more

How to format a partition with the ext4 or xfs filesystem in linux?

To format a partition with the ext4 or xfs filesystem on a Linux system, you can use the mkfs.ext4 command. ...
Read more

How to mount a partition into directory in linux?

To mount a partition into a directory in Linux, you can use the mount command. Here are the steps: 1. ...
Read more

How to create a new logical partition in linux?

To create a new logical partition within an extended partition in Linux, you can use the fdisk or parted command-line ...
Read more

How to create a new primary partition on a blank disk in linux?

To create a new primary partition on a blank disk in Linux, you can use the fdisk or parted command-line tools. ...
Read more

How to manage networking in linux?

Here are the 50 practical scenarios on how to manage networking in Linux: Network Configuration: 1. Display the current network ...
Read more

How to manage linux operating systems?

Here are the 50 practical scenarios related on how to manage running linux operating systems, booting systems, process management, tuning ...
Read more

Understand and Use basic essential tools in linux

Here are the 50 practical scenarios to help you understand and use basic essential tools in Linux systems, which are ...
Read more

How to create simple shell scripts in linux?

50 practical examples on Bash scripts
Here are the 50 practical scenarios on how to create simple shell scripts in linux, which can help you prepare ...
Read more