#!/usr/bin/bash qemu-system-x86_64 \ -accel kvm \ -hda ./snapshot_02_working.img.qcow \ -cpu host \ -m 2048 \ -nographic \ -net user,hostfwd=tcp::42022-:22,hostfwd=tcp::42080-:80,hostfwd=tcp::42043-:443 \ -net nic # foobaristhebestpassword