Welcome to LinuxQuery.org

Master the command line, scripting, and system administration with our comprehensive guides.Encounter a snag? We've got your back with troubleshooting solutions and quick fixes.Stay updated on the latest developments in the Linux world, security advisories, and software release

Lets emabark on this Journey Together

RAID Capacity Calculation

In this article we will learn the logic behind the RAID capacity calculation. We will go through the calculation for all different types of RAID available. What is RAID ? To safeguard data in the event of a drive failure, RAID (redundant array of independent disks) allows the same data to be stored in various … Read more

How to Install Proxmox Virtual Environment on bare metal

In this blog we will go through on how to install Proxmox Virtual environment on a physical baremetal server. Introduction Proxmox is an effective open-source platform for managing virtual machines (VMs) and containers is Proxmox Virtual Environment (VE). It combines two virtualization technologies: Linux Containers (LXC) for lightweight containerization and Kernel-based Virtual Machines (KVM) for … Read more

With Linux 6.11 and GNOME 47, Ubuntu 24.10 goes into public beta testing.

Prior to the official release on October 10, 2024, Ubuntu 24.10 goes into public beta testing. The beta is available to give us an idea of what to expect from the final version of Ubuntu 24.10, which is just three weeks away from being released in a stable version. Ubuntu 24.10 is powered by the … Read more

How to Make Bootable Pendrive/USB from ISO using Linux system

Already we have many tools available which guides how to make bootable pendrive/USB from ISO but here in this blog we will look on how to achieve it using a linux system by command line method. Please follow the steps below guiding on how to make bootable USB using the linux terminal Why using Linux … Read more

How to Install FTP server on Rocky Linux 8 – VSFTP over SSL/TLS

In this blog post we will see how to install FTP server on Rocky Linux 8. Let us start with installing the “vsftpd” packages followed by configuration. Prior to this if you need support on installing the Rocky Linux 8 refer to our previous blog post How to Install Rocky Linux 8 Introduction FTP (File … Read more

How to Install CEPH storage cluster on Rocky Linux 8 & Debian 10 – Three nodes CEPH Cluster

Let us see what CEPH cluster is all about and then we proceed on how to install CEPH storage cluster on Rocky Linux 8 & Debian 10 . If you need any support on OS Installation follow the previous blog post. How to Install Rocky Linux 8 Introduction – What is a CEPH Cluster CEPH … Read more

Linux Commands Cheat Sheet Category wise

Let me provide you a consolidated Linux Commands Cheat Sheet category wise that would server as perfect guide while dicing through the linux systems System Based Commands uname Displays system information: kernel version, machine type, and more. uname -r Displays the running Linux kernel’s release version. uptime Shows current time, system uptime, users, and load … Read more

How to Install FreeIPA Server On Rocky Linux 8

In today’s guide we will go through on how to install FreeIPA Server On Rocky Linux 8 . Let us first understand what is FreeIPA, its functionalities and the key benefits. Introduction FreeIPA is an open source solution that provide a unified and centralized way to manage authentication, policies, identity stores, and authorization policies in … Read more

How To Install KVM on Rocky Linux 8 using Command Line Method

In our previous blog post we have seen How to Install Rocky Linux 8 and now in this blog post let us see how To Install KVM on Rocky Linux 8 using Command Line Method. Introduction Kernel-based Virtual Machine (KVM) is an open source virtualization technology built into Linux®. Specifically, KVM lets you turn Linux … Read more

How to Install Docker on Rocky Linux 8 – Command line method

In this blog, we will learn how to install docker on Rocky Linux 8 but before that lets gets into understanding what is this docker all about. Introduction Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. … Read more