Add server jobs control scripts

This commit is contained in:
2020-11-29 23:21:46 +01:00
parent 2decec05fb
commit e8b04f41e4
14 changed files with 194 additions and 254 deletions

4
scripts/notebook.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
NOTEBOOKPORT=1234
ssh -N -f -R $NOTEBOOKPORT:localhost:$NOTEBOOKPORT Ricardo.Montanana@galgo.uclm.es
jupyter lab --port=$NOTEBOOKPORT --no-browser