-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29f1074
commit c11aa96
Showing
12 changed files
with
30 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,2 @@ | ||
# ClamAv | ||
|
||
扫描方案: | ||
|
||
``` | ||
docker exec -it clamav sh | ||
clamscan -ri /scandir --log=myscan.log | ||
``` | ||
|
||
myscan.log 为扫描结果,如果包含 Infected files 信息,表明系统有病毒。 | ||
|
||
|
||
## FAQ | ||
|
||
#### ClamAV 容器没有访问宿主机文件的权限? | ||
|
||
``` | ||
apk add sudo | ||
sudo clamscan -r /scandir | ||
``` | ||
|
||
#### clamscan 与 clamdscan 有什么区别? | ||
|
||
Clamscan 比 Clamdscan 慢,因为必须启动该进程并为传递给它的每个文件重新加载病毒数据库。 | ||
|
||
#### 扫描显示 Infected files 但没有具体信息? | ||
|
||
需通过 --log 参数将日志输出到文件,然后通过文件寻找 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
# Notes | ||
|
||
## FAQ | ||
|
||
#### focalboard 有管理员吗? | ||
|
||
首次注册的用户可以算是管理员,但是没有传统意义上的管理的诸多设置项,但是它可以邀请其他用户注册。(后续的用户需要通过邀请链接方可注册 ) | ||
|
||
管理员设置需要通过配置文件实现: https://www.focalboard.com/guide/admin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
## Jupyter | ||
|
||
Install docs: https://tljh.jupyter.org/en/latest/ | ||
|
||
## FAQ | ||
|
||
#### How to add user? | ||
|
||
``` | ||
docker exec -it jupyterhub bash | ||
adduser admin | ||
``` | ||
Install docs: https://tljh.jupyter.org/en/latest/ | ||
|
||
We have add `pip install jupyterlab` at this container which is need for creating user: https://github.com/Websoft9/docker-library/issues/541 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
# Next Terminal | ||
|
||
## User Guide | ||
|
||
每个账户建议启用**双因素验证**,开启双因素验证之后,需要登录手机商店安装 Microsoft Authenticator 以作为后续登录的验证码生成工具。 | ||
|
||
## FAQ | ||
|
||
#### 资产更换IP后无法连接? | ||
|
||
使用其他ssh工具登录资产,清空 /root/.ssh/known_hosts | ||
|
||
#### 堡垒机部署在香港,无法连接大陆地区的服务器? | ||
|
||
暂无解决方案 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,28 @@ | ||
W9_DIST=community | ||
W9_VERSION=latest | ||
W9_REPO=thijsvanloef/palworld-server-docker | ||
W9_POWER_PASSWORD=8dHZPFLFGoPXuC | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_ID=palworld | ||
W9_UDP_PORT_SET=8211 | ||
W9_UDP2_PORT_SET=27015 | ||
W9_NETWORK=websoft9 | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
W9_LOGIN_ADMIN_PASSWORD=$W9_POWER_PASSWORD | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
# Palword environments: https://github.com/thijsvanloef/palworld-server-docker/blob/main/.env.example | ||
|
||
PUID=1000 | ||
PGID=1000 | ||
PORT=8211 # Optional but recommended | ||
PLAYERS=16 # Optional but recommended | ||
#SERVER_PASSWORD="worldofpals" # Optional but recommended | ||
ADMIN_PASSWORD=$W9_POWER_PASSWORD | ||
MULTITHREADING=true | ||
RCON_ENABLED=true | ||
RCON_PORT=25575 | ||
TZ=UTC | ||
COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! | ||
SERVER_NAME="World of Pals" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,2 @@ | ||
## About | ||
|
||
### 幻兽帕鲁私服使用说明: | ||
|
||
1. 进入 Steam 游戏平台,选择 Palworld , 加入多人游戏(专用服务器) | ||
![image](https://github.com/Websoft9/docker-library/assets/43192516/32a607c1-3ed9-4433-aaf5-716f9375528c) | ||
|
||
|
||
2. 输入私服服务器IP:8211 即可进入游戏服务器 | ||
![image](https://github.com/Websoft9/docker-library/assets/43192516/577e50b3-5572-4758-9c6f-d3bf6b71d666) | ||
|
||
3. 最大在线人数限制 | ||
- 2~4人:4核8G | ||
- 4~8人:4核16G | ||
- 10~20人:8核32G |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
# Syncthing | ||
|
||
## FAQ | ||
|
||
#### 两个服务器终端如何实现文件夹同步? | ||
|
||
主要通过3个步骤: | ||
1. 添加文件夹,每个终端文件夹ID必须一样 | ||
2. 勾选共享 | ||
3. 添加远程设备使其配对成功 |