armbian安装桌面和xrdp的过程。
安装桌面
apt install lxde
可安装桌面有lxde,xfce4,cinnamon等。
安装xrdp
apt install xrdp xorg xorgxrdpsystemctl enable xrdp
中文字体
登录的时候有时会有中文不显示,安装中文字体apt install ttf-wqy-microhei
文章作者: qs100371
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 折腾日记!
相关推荐
2026-06-06
用玩客云刷armbian
本文记录了刷机过程。 软件刷机工具:https://pan.baidu.com/s/1VxABReew_6iVHZmoZMMTXg?pwd=root直刷包:https://pan.baidu.com/s/1jvCWlSHI9LMBWIQNWUmw0Q?pwd=root 拆机用吹风机把有USB口的那一面加热,大概一分钟左右,用撬棒把最外面的壳给拆下来,会看到有六颗螺丝,把它们拧下来,再把挡板拆下来,最后把主板拿下来。 短接 刷机用两段小铜丝连在一起(不建议用夹子,因为需要拿夹子放在上面一动不动4分钟)然后插上买的usb公对公的线,一头插在电脑上,另外一头插在玩客云的2号口,也就...
2026-06-06
openwrt旁路由
本文记录了玩客云上docker安装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 #下载镜像包至rootwget https://dl.openwrt.ai/releases/targets/amlogic/meson8b/kwrt-09.26.2024-amlogic-meson8b-thunder-oneclo...
2026-06-06
armbian从bullseye升到bookworm
armbian11升级到12的步骤。 升级系统到最新安装pgp keytouch /usr/share/keyrings/armbian.gpgchmod 644 /usr/share/keyrings/armbian.gpgwget https://apt.armbian.com/armbian.key -O - | gpg --dearmor >/usr/share/keyrings/armbian.gpg 修改apt源/etc/apt/sources.list,/etc/apt/sources.list.d...
2026-06-06
docker pull使用代理失效的解决方法
docker在拉取镜像的时候需要用到梯子,在使用lucky的stun穿透之后,原先在systemd上给docker服务加上代理的方式不行了,一直是重试然后失败。原来根源在于dmz。 问题所在本地环境为玩客云(arm32设备)上运行lucky,docker,docker上运行openwrt。openwrt主要运行passwall2和微力同步。玩客云(IP:192.168.0.2)由于不能和openwrt(IP:192.168.0.20)使用同一网络,不能使用openwrt的梯子,所以用手机另外给玩客云提供代理服务。lucky所在玩客云主机需要设置dmz,之后同一主机在需要梯子pull镜像...
2026-06-06
玩客云docker部署思源笔记siyuan
思源笔记是一款隐私优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。只可以使用网页进行访问。leanote和为知笔记都可以用官方客户端选择私有存贮进行访问。 部署1234567891011docker pull b3log/siyuanmkdir /data/siyuanchown -R 1001:1002 /data/siyuandocker run -d \ -v /data/siyuan:/siyuan/workspace \ -p 6806:6806 \ -e PUID=1001 -e PGID=1002 \ --name siyuan b3...
2026-06-06
玩客云docker搭建为知笔记wiznote
为知笔记定位于高效率工作笔记,主打工作笔记的移动应用,是国内一款“工作笔记”的云笔记类产品。 拉取镜像docker pull wiznote/wizserverUsing default tag: latestlatest: Pulling from wiznote/wizserver03ca5b55b2bd: Pull complete54ceac5bc6bf: Pull complete91ee8f4f23c6: Pull completef6b746826172: Pull complete8f4c62907409: Pull complete17b1b64e30bd:...
评论




