From ee4d10a65dc0864263608ad1ef3679a1f6cea958 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 11 Feb 2026 10:50:51 +0800 Subject: cleanup --- setup/core/install-packages.sh | 2 +- setup/port-forward/ssh-port-forward.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'setup') diff --git a/setup/core/install-packages.sh b/setup/core/install-packages.sh index dd3e69d..fb0a75d 100755 --- a/setup/core/install-packages.sh +++ b/setup/core/install-packages.sh @@ -6,7 +6,7 @@ sudo dnf install -y epel-release sudo dnf install -y nc openssl bat autossh tmux htop tar bmon gzip tree wget curl plocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum sudo dnf install -y xclip -sudo dnf install -y gcc gcc-c++ +sudo dnf install -y gcc gcc-c++ openssl-devel sudo dnf install -y java-latest-openjdk-devel #sudo dnf install -y asio-devel boost-devel openssl-devel diff --git a/setup/port-forward/ssh-port-forward.sh b/setup/port-forward/ssh-port-forward.sh index 4483ef4..c4cb0a8 100755 --- a/setup/port-forward/ssh-port-forward.sh +++ b/setup/port-forward/ssh-port-forward.sh @@ -13,7 +13,7 @@ echo "cleaning attempted." ssh $HOST $(for i in $(seq ${j}000 ${j}005); do echo "-R $i:localhost:$i"; done; echo "-R ${j}022:localhost:22") -echo "port forward is available on port {j}00x" +echo "port forward is available on ports ${j}000-${j}005, ssh on ${j}022" #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