RAID L1/5/10 Benchmarks for oVirt/KVM Virtualization Servers

Preface

One day we finally decide to install a virtualization cluster. Although we had just several Linux and 2 Windows servers, managing all that staff scattered across different boxes becomes too cumbersome and time consuming, so move and run them under KVM (kernel virtual machine) on 2 physical servers was a logical solution. . . . → Read More: RAID L1/5/10 Benchmarks for oVirt/KVM Virtualization Servers

Linux Tips & Tricks

[2025-12-27] WINE is Not Functioning on Open SuSE Linux V>=16.0

32-bit executable support is not installed and enabled by default on OpenSuSE V>=16, yet WINE still need it. Disable SELinux, run these commands in terminal, and then reboot.

sudo zypper in -y grub2-compat-ia32 sudo update-bootloader –add-option ia32_emulation=1 sudo update-bootloader –config

 

[2025-12-07] nVidia RPM Driver . . . → Read More: Linux Tips & Tricks