Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 466 Bytes

my-gitpod-vnc

Debian linux virtual desktop using gitpod.io

Preinstalled software: and how to load

firefox

xterm -geometry 120x20+0+0

#120 characteres wide 20 characters deep (columns) at location 0 down and 0 across (normally we use x, y but this is y,x)

Bash files are setup for you to look at and to run

Shows how to run the main.go go program in the myGo folder

./a01-run-go.sh

Shows how to run the firefox browser ./a02-run-firefox.sh