UOS Arm64 安装 noVNC 远程桌面
noVNC 是一个基于 HTML5 Canvas 的 Web VNC 客户端,通过浏览器即可远程访问 Linux 桌面,无需安装任何客户端软件。 实际环境安装了什么本环境(Debian/Deepin ARM64)实际安装的 noVNC 相关组件: 1. noVNC 前端 (v1.6.0) 位置: ~/Documents/.novnc/ 方式: 独立下载的 noVNC 发行版(非 pip 包) 作用: 提供 Web 端的 VNC 客户端,即浏览器中看到的 VNC 页面 前端文件: vnc.html、vnc_lite.html 2. websockify (v0.13.0) 位置: pip 安装到系统 Python 3.12 路径: /usr/local/python3.12/bin/python3.12 -m websockify 作用: 将 WebSocket 流量转换为 TCP 流量,桥接浏览器和 VNC Server 3. x11vnc (v0.9.13) 位置: ~/Documents/dev/.apt/usr/bin/x11vnc 方式: 非系统 a...
修改Ubuntu 24.04 noble-arm64镜像源
Ubuntu 24.04 noble,它已经改用新格式 deb822,不再用老式 sources.list 了! bash一键替换1.一键替换国内源12345678910sudo cp /etc/apt/sources.list.d/ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources.baksudo tee /etc/apt/sources.list.d/ubuntu.sources >/dev/null <<'EOF'Types: debURIs: https://mirrors.aliyun.com/ubuntu-ports/Suites: noble noble-updates noble-securityComponents: main universe restricted multiverseSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpgEOF 2.附:一键下载所有依赖包代码1234567891011121...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment