Monday, September 30, 2019

Angular



nodejs 10 on Ubuntu 16




curl -sL https://deb.nodesource.com/setup_10.x | sudo bash

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