分类: 技术文章

25 篇文章

让fnos外接显示器休眠
让fnos外接显示器休眠 1、ssh连接fnos 2、apt-get update 3、apt-get install vbetool 关闭屏幕:sudo vbetool dpms off 重新打开屏幕:sudo vbetool dpms on
G-box第三方播放器安装
一键安装脚本:bash -c “$(curl -sSLf https://ailg.ggbond.org/xy_install.sh)” -s 3player 备用:bash -c “$(curl -sSLf https://gbox.ggbond.org/xy_install.sh)” -s 3player G-Box 更新:GB.2504231…
sun-panel-helper安装代码
拉取镜像: docker pull madrays/sun-panel-helper:latest docker run -d \–name sun-panel-helper \-p 33002:80 \-e BACKEND_PORT=3001 \-v /root/docker/sun-panel-helper/data:/app/backend/…
sun-panel安装代码
docker pull hslr/sun-panel:beta docker run -d –restart=always -p 3002:3002 \-v /root/docker_data/sun-panel/conf:/app/conf \-v /var/run/docker.sock:/var/run/docker.sock \–name …