How to Setup Linux LVM (Logical Volume Manager) Using Pvcreate, Vgcreate, Lvcreate with Example

How to Setup Linux LVM (Logical Volume Manager) Using Pvcreate, Vgcreate, Lvcreate with Example

In this article, we are going to learn How to Setup Linux LVM (Logical Volume Manager) using pvcreate, vgcreate, lvcreate commands. LVM stands for Logical Volume Manager OR Logical Volume Management. As its name Linux LVM used to Manage the Logical Volumes by Extend, Resize, Reduce, Rename and so many other features. Why we should …

Read more

How to configure TigerVNC Server in Linux – A Remote Desktop Application For Linux

How to configure TigerVNC Server in Linux – A Remote Desktop Application For Linux

In this article, we are going to discuss How to configure TigerVNC Server in RHEL/CentOS/Fedora. VNC stands for Virtual Network Computing is an open-source application used to share the desktop remotely in GUI (Graphical User Interface) format. It uses the RFB (Remote Frame Buffer) protocol to transfer data over the network. TigerVNC Server is an …

Read more

Best Linux chmod Command With Examples

Best Linux CHMOD Command With Examples

In this article, we are going to learn what is Linux chmod command and how to use it. chmod command is used in Linux related operating system to Change file mode bits. In simple language, you can change the permissions of files and directories in Linux using chmod command. There are two methods by which …

Read more

How to Mount an ISO Image in Linux

How to Mount an ISO Image in Linux

In this article, we are going to learn How to Mount an ISO Image in Linux. ISO Image file is like a Container which contains all required materials or in simple word its a Screw Driver box which contains all different shape of bit’s for different Screws, Like that ISO Image file is an archive …

Read more