nulshell

Results 4 issues of nulshell

你好,我是通过优化脚本来装的aria2: wget -N git.io/aria2.sh && chmod +x aria2.sh ./aria2.sh 安装完以后离线下载功能正常,没有下载任务时cpu也几乎没有占用,感谢分享👍。昨晚因其它原因需要重启linux,重启后发现即使没有任何任务,aria2c 一直会占用 2.6-3% cpu。通过 aria2.sh 停止服务后消失,重新启动后会继续持续占用 2.6-3% cpu。请问这会是什么原因?有办法可以解决它在机器重启后闲置时的异常cpu占用吗?谢谢。 另外我好像没有看到它的service文件,请问它是通过什么方式随着系统自启的呢?谢谢。

Linux 22-10-28-0547 5.15.0-1034-oracle #40-Ubuntu SMP Wed Apr 19 16:10:04 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux 先尝试 ./build-injector-box.sh ... RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && sleep 5 && /payloads.sh...

Tonight I right clicked and chose "Reset" button by accident, and then the chat box or login window disappeared. Only the following window shows up: ![binggpt](https://github.com/dice2o/BingGPT/assets/127930189/9496d102-32f2-4546-ad60-2ef3e3098934)

感谢作者分享了这个项目,请问这个项目可以安装在 ARM64 架构的 aarch64 主机上吗?目前80,443,8000等端口都已经在 nginx, caddy 的占用中了。我刚接触 docker,还不熟悉。可以请你帮忙检查一下下面的 docker-compose.yml 文件有没有错误?如果修改正确后,是否运行 docker-compose up --pull always -d 就可以自动下载镜像并配置运行了?另外,有可能使用127.0.0.1替换下面文件中的domain,然后用原有的nginx增加不同的分流路径来指向client, wsgi-server, backend-web-server吗?比如用 www.mytestdomain.com/chatgpt 来指向主机上的 127.0.0.1:8800,再指向docker上的client。谢谢! version: '3' services: client: platform: linux/aarch64 image: wongsaang/chatgpt-ui-client:latest...