Wednesday, July 20, 2016

Web shot in Firefox


Open command window

shift+F2

Execute:

screentshot --fullpage [filename.png]





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