To remove a Physical Volume (PV) from a Volume Group (VG) in LVM (Logical Volume Manager), follow these steps: 1. Check the Current Setup First, identify the Volume […]
What is .rpmnew & .rpmsave files in Linux?
In Linux, .rpmnew and .rpmsave files are created by the RPM Package Manager during the installation or upgrade of software packages. These files are part of RPM’s mechanism […]
Bridge vs Normal Interface
A network interface is a hardware or software component that connects a device, such as a computer or a router, to a network. It allows the device to […]
Changing metric value of an interface using nmcli command
Note the current metric value: Find connection name by running nmcli connection show Run nmcli connection modify ipv4.route-metric to change the metric value Run nmcli connection up to […]
Linux Commands You Should Know
Introduction Linux commands are an integral part of navigating and managing a Linux operating system. Whether you are a system administrator, developer, or simply a Linux enthusiast, understanding […]
The Evolution of Linux: From Unix to an Open-Source Powerhouse
IntroductionLinux, an open-source operating system born out of the Unix tradition, has come a long way since its inception in 1991. Developed by Linus Torvalds, Linux started as […]