# termux-setup-storage 授权存储
# termux-change-repo 配置源 termux-reload-settings
# 服务
pkg update && pkg upgrade -y
pkg install termux-services openssh -y # sshd
pkg install termux-api -y # termux-wake-lock 需要
source $PREFIX/etc/profile.d/start-services.sh # 生效或重启Termux会话
# 管理服务
sv-enable sshd
### Tmux
终端多路复用器:它允许从单个屏幕创建、访问和控制多个终端。可以从屏幕`分离并继续在后台运行`,然后`重新连接`
### Tmux 安装
https://github.com/tmux/tmux/wiki/Installing
```
apt install tmux
dnf install tmux
yum install tmux
```
// ==UserScript==
// @name douyin_barrage
// @namespace https://github.com/netnr
// @icon https://netnr.github.io/favicon.svg
// @version 2026.06.18.1944
// @description 抖音直播漂屏弹幕(从聊天列表 clone 节点漂屏)
// @author netnr
// @license MIT
// @match https://live.douyin.com/*
// ==/UserScript==