Skip to content
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

Open
fullstackpeng opened this issue Jul 20, 2024 · 9 comments
Open

install ubuntu24.04 env #1

fullstackpeng opened this issue Jul 20, 2024 · 9 comments

Comments

@fullstackpeng
Copy link
Owner Author

java home : /usr/lib/jvm/zulu-15-amd64

@fullstackpeng
Copy link
Owner Author

install maven : sudo apt install maven

maven home : /usr/share/maven

@fullstackpeng fullstackpeng changed the title install azul java 21 install ubuntu24.04 env Jul 20, 2024
@fullstackpeng
Copy link
Owner Author

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

@fullstackpeng
Copy link
Owner Author

vscode config java:

https://code.visualstudio.com/docs/java/java-tutorial

@fullstackpeng
Copy link
Owner Author

@fullstackpeng
Copy link
Owner Author

1panel 地址 http://127.0.0.1:10000/867007845

@fullstackpeng
Copy link
Owner Author

安装Docker参考:IceWhaleTech/CasaOS#1868

@fullstackpeng
Copy link
Owner Author

安装 ssh

sudo apt-get install openssh-server

systemctl status ssh

systemctl enable ssh

sudo vim /etc/ssh/sshd_config

service ssh restart

@fullstackpeng
Copy link
Owner Author

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 替换本地内网穿透的端口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant