Monday, May 16, 2016

mySQL Clients - Ubuntu



Resources:

1. DBeaver(Multi Driver)  http://dbeaver.jkiss.org/download/
2. Valentina Studio(Multi Driver) https://www.valentina-db.com/en/all-downloads

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