juechafun/城院附校-主机-.md

57 lines
748 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
#领域/未知
#复盘/0 #临时/备忘 #状态/待处理
20260312-备忘-主题名-文件内容
## 一句话描述
[________]
---
## Ubuntu
```bash
sudo apt update && sudo apt upgrade
sudo apt install openssh-server
```
服务器配置
静态IP 192.168.0.151
用户名 nyt
密码: 123456
## 1Panel
在线文档: [在线安装](https://1panel.cn/docs/v2/installation/online_installation/#2)
```bash
# 安装 1Panel
sudo apt install curl -y
sudo bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"
```
### 配置信息
安装路径: /opt
1Panel 端口: 8000
安全入口: cyfx
用户名admin
密码admin123456
内部地址http://192.168.0.151:8000/cyfx
## Ollama
端口8001