How to migrate OpenSUSE Leap 15.x to Version 16.0

Categories: Linux

The release of OpenSUSE Leap 16.0 marks the beginning of a new era for the chameleon operating system. As support for the entire Leap 15 lifecycle (including Leap 15.6) comes to an end, administrators and desktop users need to transition to the modernized base. Thanks to the official OpenSUSE Migration Tool, this major version jump […]

Migrating a Linux VM from VMWare Workstation to Hyper-V

Categories: Linux

The following is a quick guide to migrating an OpenSuse Linux VMs on VMWare Workstation to Hyper-V. Preparations and add the following line. Do not forget the spaces before and after the modules! recreate initrd test loading of hyper-v modules Export If the original VM has several virtual HDs, the process must be repeated for […]

Linux: Get Ubuntu kernel headers

Categories: Linux

Just a little how-to: Make sure you have updated version $ sudo apt-get update Search for kernel version (optional) $ apt-cache search linux-headers-$(uname -r) Install linux-header package $ sudo apt-get install linux-headers-$(uname -r)