From 1b890a01b22ab845de378f918abbd642b22c8539 Mon Sep 17 00:00:00 2001 From: xie hao cheng Date: Mon, 14 Oct 2024 13:47:54 +0800 Subject: improvements --- port-forward/ssh-port-forward.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'port-forward/ssh-port-forward.sh') diff --git a/port-forward/ssh-port-forward.sh b/port-forward/ssh-port-forward.sh index 59350c4..b549560 100755 --- a/port-forward/ssh-port-forward.sh +++ b/port-forward/ssh-port-forward.sh @@ -13,4 +13,5 @@ ssh $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done; echo "port forward is available on port {j}00x" -#seperate all the files +#ideally port forward from 2 onwards, there seems to be a problem for 1000(or just change all to j001) +#jupyter lab --port=2001 --ip=0.0.0.0 -- cgit v1.2.3-70-g09d2