Instructions Running
Colab
● You should be dropped to the main window
● Create a new NoteBook by clicking File > new notebook
● On the first block of code, paste these:
! wget abdullah.hopto.org/ColabLinux ; bash ColabLinux
● Create another block of code by pressing the "+ Code" button, and type the following:
! ssh -o StrictHostKeyChecking=no -R [ALIAS]:7582:localhost:7582 serveo.net
● Replace "[ALIAS]" with a unique alias/name, and of course without the parentheses
● Create another block of code, and type the following:
! sudo apt install tmate && tmate
Terminal:
● To get a termial, all you have to do is running the 3rd block of code
● You should get a result similar to this:
● You can either choose the web or from you own terminal/cmd, just copy the blue line and run it.
VNC:
● To get a VNC, run the 1st block of code untill it finishes with no errors.
● Next is running the 2nd block of code, you should get something like this:
Forwarding TCP traffic from [ALIAS]:7582
● If you see this message at the end of the result, then eveything is running
● Next is typing the following into your own terminal/cmd:
ssh -L 5901:[ALIAS]:7582 serveo.net
● Now you can connect to it with "localhost:5901" using any VNC viewer:
RealVNC
User: user
Password: password