How to up and run Qemu on macOS Monterey

Most of the MacBook users may looking to run QEMU to launch Linux Virtual machines, this short guide may help to accomplish the same. Run all below commands as a normal user, install the qemu package. We can check the installed version by running below command. Create a directory wherever convenient I have planned to ... Read More

Create Bootable USB disk of CentOS 7 in Mac OS x

To create USB bootable disk from centos 7 ISO file in MacOS we can follow the below simple steps. Create the dmg image file using below command. oel7-MacBook-Pro:~ admin$ hdiutil convert -format UDRW -o centos7.img /Users/admin/Downloads/CentOS-7-x86_64-DVD.iso Reading Master Boot Record (MBR : 0)… Reading CentOS 7 x86_64 (Apple_ISO : 1)… Reading (Type EF : 2)… ... Read More