79235347

Date: 2024-11-28 21:39:21
Score: 0.5
Natty:
Report link

Maybe a bit late but potentially still relevant for some:

In case you have ssh access to the cloud9 instance you can forward two local ports from your machine, e.g.

ssh -L 8080:localhost:8080 -L 8081:localhost:8081 [email protected]

and continue testing with the browser on your machine.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thalhamm