Friday, November 26, 2021

QR tools

 

Resources:

[1] Url to QR code https://www.the-qrcode-generator.com

[2] Text to QR code https://goqr.me


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...