Magdalene Banjokomegbanj.hashnode.dev·Jan 8, 2025Step-by-Step Guide to Creating a Windows VM, Setting Up and initializing a Data Disk for use on Azure with MacOS.In this tutorial, I would be your guide and give you step-by-step guidelines through the process of creating a virtual machine, attaching a data disk to the virtual machine, remotely accessing the virtual machine and finally, initializing the data di...1 like·28 readsvirtual machine
Chris Holcombenullvoid.hashnode.dev·Dec 27, 2024Command & Conquer: Monitoring and Optimizing Linux Performance (Part 5)Keep It Running: System Monitoring and Performance Tuning Welcome to Part 5 of the Command & Conquer series! By now, you’ve mastered the basics, learned to automate tasks, and explored networking commands. But to truly conquer Linux, you need to ensu...Command & ConquerLinux
BHAVESH PATILparanerdzops.hashnode.dev·Dec 23, 2024Setting Up and Mounting a External Disk in RHEL: Step-by-Step GuideThis guide explains how to verify, partition, format, and mount a new disk (/dev/sda) on Red Hat Enterprise Linux (RHEL). Each step includes commands and detailed explanations to simplify the process. Prerequisites Before we start, ensure you have: ...53 readsRHEL
Ansh Balanlinuxfordevops.hashnode.dev·Dec 18, 2024Part 5: Memory Commands, While Loop, and Vim CommandIn this section, we will explore memory management commands, while loops, the Vim text editor, and more. We’ll also create a shell script that ties everything together to monitor disk space. Important Memory Commands 1. free Command The free command ...Devops
Dinesh Kumar Kblog.dineshcloud.in·Sep 20, 2024Linux - File Systems and PartitionsManaging file systems and partitions is essential for effective data organization and optimal system performance in Linux. In this blog, we'll cover the basics of file systems, how to create and manage partitions, and best practices for maintaining t...LinuxLinux
Dinesh Kumar Kblog.dineshcloud.in·Sep 17, 2024Linux LVM - Creating, Extending, and Shrinking Logical VolumesLinux LVM (Logical Volume Manager) is a system for managing disk storage, allowing you to create, resize, and delete partitions more flexibly than traditional partitioning schemes. LVM gives you the power to manage multiple hard drives as a single vo...34 readsLinuxLinux
Pushpendra Boverflowbyte.tech·Aug 26, 2024A Beginner guide for "iotop" to processes on your Hard DisksWhat is iotop ? while we are studying about the iotop It become important to understand what is it right ? so iotop is a command line utility to monitor and check the usage of I/O operations of our disk. You can check official repository or iotop. it...Linux
SRINIVAS TIRUNAHARItirucloud.hashnode.dev·Jun 9, 2024Day 6: LVM in actionsudo pvscan Marking the Physical Devices as Physical Volumes: sudo lvmdiskscan Mark them as physical volumes within LVM using the pvcreate command: sudo pvcreate /dev/xvdb /dev/xvdc Output: Physical volume "/dev/xvdb" successfully created. Physica...LVM
DESTINY CHUKWUEBUKA SAMUELdestech.hashnode.dev·May 6, 2024How To Attach or Add A Data Disk To A Virtual Machine And Initialize It For UseToday we would be learning how to create and attach a data disk to a virtual machine, and how to access the windows virtual machine and initialize the data disk for use. It is important to understand that there is a difference between an (operating s...Data disk
lolade ogundijoololadeogundijo.hashnode.dev·Apr 22, 2024How To Recover a Deleted Virtual Machine Using Its OS Disk.Recovering a deleted virtual machine using its OS disk can be a lifesaver in situations where important data or configurations were lost due to accidental deletion. The OS disk (operating system disk) contains the essential files and data necessary t...disk