-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install ubuntu24.04 env #1
Comments
java home : /usr/lib/jvm/zulu-15-amd64 |
install maven : sudo apt install maven maven home : /usr/share/maven |
config ssh key: sudo apt install git sh-keygen -t rsa -b 4096 -C "[email protected]" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa cat ~/.ssh/id_rsa.pub |
vscode config java: |
1panel 地址 http://127.0.0.1:10000/867007845 |
安装Docker参考:IceWhaleTech/CasaOS#1868 |
安装 ssh sudo apt-get install openssh-server systemctl status ssh systemctl enable ssh sudo vim /etc/ssh/sshd_config service ssh restart |
ssh-keygen -f "/root/.ssh/known_hosts" -R "[127.0.0.1]:port" ssh-copy-id -p port [email protected] ssh -p 'port' '[email protected]' port 替换本地内网穿透的端口。 |
website : https://docs.azul.com/core/install/debian?_gl=1*1cxraie*_gcl_au*MjAxNzM0OTUzOC4xNzIxNDY4NjUy*_ga*MTg2NjY2NTc5OS4xNzIxNDY4NjUz*_ga_42DEGWGYD5*MTcyMTQ2ODY1Mi4xLjEuMTcyMTQ2ODY4Ni4yNi4wLjA.#install-deb-package
home website : https://www.azul.com/
The text was updated successfully, but these errors were encountered: