add logseq-java

This commit is contained in:
Lostecho
2024-02-02 00:12:49 +08:00
parent 1cd5bb460f
commit c7947017c3
875 changed files with 57100 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
- 开端口
- ```bash
firewall-cmd --permanent --add-port=8080/tcp --permanent
```
- ```
- --permanent 让端口配置永久生效
```
- 重载防火墙
- ```bash
firewall-cmd --reload
```
- 重启防火墙服务
- ```bash
systemctl restart firewalld
```