Sunday, January 25, 2026

Interactive Learning

Interactive learn for example docker, kubernetes, linux, python and more

Resources:

[1] https://kodekloud.com/studio/labs

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...