BINGO telescope server, with Node-RED dashboard host, MySQL database, containerized Ubuntu machines and Jupyter notebook server
Make a request to the HVEN admin for a new Jupyter user account
Go to your browser and enter the link below:
http://XXX.XXX.XXX.XXX:YYYY
and log in using the new account username and password
For safety matters, the JupyterHub admin only creates new user with a standard password and it is up to the user to set a new one.
First thing to do is to open a new terminal window inside the jupyter by going to File->New->Terminal, then run the command:
passwd
the console will ask you for the current password, the one the admin gave you, then to set and repeat the new password.
And that's it, the environment is setup and secure, ready to use!
docker run -d --name xxxxx -p xxxx:80 -e USER=xxxxx -e PASSWORD=xxxxx -e VNC_PASSWORD=xxxxx dorowu/ubuntu-desktop-lxde-vnc:focal
docker run -d --name xxxxx -p xxxx:80 -e USER=xxxxx -e PASSWORD=xxxxx -e VNC_PASSWORD=xxxxx dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt