畅言的个人网站 分享生活与技术

termux报错signal 9

根据网上说是进程数导致报错因此修复为打开开发者模式进行修复 使用有线调试,无限调试,或者adb助手都可以输入以下代码解决 adb shell device_config set_sync_disabled_for_tests persistent adb shell device_config pu

yanchang 发布于 2025-04-24

linux环境下部署alist

仅适用于 Linux amd64/arm64 平台。 正式版 安装 curl -fsSL "https://alist.nn.ci/v3.sh" -o v3.sh && bash v3.sh 面板管理命令 使用命令:

yanchang 发布于 2025-04-14

proot环境下部署ddns-go实现动态域名解析(linux)

系统中使用 从 Releases 下载并解压 ddns-go 安装服务 Mac/Linux: sudo ./ddns-go -s install Win(以管理员打开cmd): .\ddns-go.exe -s install [可选] 服务卸载 Mac/Linux: sudo ./ddns-go

yanchang 发布于 2025-04-14

尝试部署code-server(失败)

今天在手机proot环境下部署code-server,本意是预备在ipad上连接键盘也能流畅编程 结果发现就是不稳定,部署后有很大的几率会把环境搞爆炸,原因可能是在proot环境下硬件操作不能进行导致的。 查看自动获取信息 curl -fsSL https://code-server.dev/ins

yanchang 发布于 2025-04-08

service_init.sh 启动问题(最后一次3.22更新)

尝试在proot环境安装docker,结果当然是失败了 然后还差点把整个环境给装崩了 自己写的service_init.sh 文件有问题 经过尝试mysql启动需要root密码,之前是mysql在启动状态所以成功执行,但是一旦服务器宕机重启mysql需要重启service_init.sh也需要输入密

yanchang 发布于 2025-03-16

Proot 初始化命令

mysql初始化启动 /etc/init.d/mysql start halo初始化启动 nohup java -Dfile.encoding=UTF-8 -jar ~/app/halo.jar --spring.config.additional-location=optional:file:$H

yanchang 发布于 2025-03-13