成功搭了个梯子。
armbian安装桌面和xrdp
安装桌面apt install lxde
安装xrdpapt install xrdp xorg xorgxrdp
systemctl enable xrdp
openwrt旁路由
打开网卡混杂模式ip link set eth0 promisc on
创建OpenWrt网络docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 -o parent=eth0 openwrt
linux挂载内存卡
linux挂载内存卡的方法。
win系统ssh上传下载文件
使用ssh命令登录:ssh username@remote_host
登录后,可以使用scp命令复制文件到远程服务器:scp /path/to/file.txt username@remote_host:/path/to/remote/directory/
从远程服务器复制文件到本地:scp username@remote_host:/path/to/remote/file.txt /path/to/local/direct
用玩客云刷armbian
拆机顺利,短接的时候把电脑弄熄火了。最后成功刷入了armbian_23.02.0-trunk_Onecloud_bullseye_edge_6.19,变成了一台小主机。
ssh进入,初始用户名root,密码1234,第一次进入要求改密码。
小皮面板
https://www.xp.cn
Debian安装脚本sudo wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && sudo bash install.sh
nginx反向代理设置
/etc/nginx/sites-available/default内容如下: