Skip to content

Instantly share code, notes, and snippets.

View mdaliejaz's full-sized avatar

Muhammad Ali Ejaz mdaliejaz

  • Stony Brook University
  • Stony Brook, NY
View GitHub Profile
In the virtual box:
To open terminal ctrl+alt+t
To open a new tab in terminal ctrl+shift+t
Start Go Server
Change directory to go-server
(assuming the server is being started from the virtual box)
$cd ~/user_session/zip_installer/go-server-<version>
Add executable permission to server.sh
$chmod +x server.sh