Initial commit: OpenCode setup and configuration

This commit is contained in:
2026-01-18 10:23:49 +08:00
commit 615cfe3eb9
11 changed files with 164 additions and 0 deletions

7
check_port.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "=== Port 3030 User ==="
sudo ss -tulpn | grep 3030
echo "=== Change Port and Fix ==="
# Prevent auto-execution of this part until confirmed, but the script puts it all together.
# I will use separate steps.