上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页
摘要: 我的网卡是 ax210 带蓝牙。系统是 ubuntu 20.04 $ pactl load-module module-bluetooth-discover Failure: Module initialization failed 虽然失败了,但是好像出来了下面的选项了: pavucontrol 阅读全文
posted @ 2024-04-09 10:55 Zenith_Hugh 阅读(2794) 评论(0) 推荐(0)
摘要: https://github.com/ppwwyyxx/OpenPano 复现 git clone https://github.com/ppwwyyxx/OpenPano.git # ubuntu 安装依赖 sudo apt install build-essential sed cmake li 阅读全文
posted @ 2024-04-07 10:50 Zenith_Hugh 阅读(81) 评论(0) 推荐(0)
摘要: 代码: https://github.com/OpenStitching/stitching/tree/main 1. 安装 docker https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 选择 I 阅读全文
posted @ 2024-04-02 23:34 Zenith_Hugh 阅读(407) 评论(0) 推荐(0)
摘要: 解决: https://zhuanlan.zhihu.com/p/636418854 注意是 clash 注意修改成自己的IP和端口号 git config --global http.proxy http://127.0.0.1:7890 git config --global https.pro 阅读全文
posted @ 2024-04-02 16:43 Zenith_Hugh 阅读(36) 评论(0) 推荐(0)
摘要: 1. 更新 cmake 版本 cmake --version 1. 1 下载: https://cmake.org/files/v3.23/ wget https://cmake.org/files/v3.23/cmake-3.23.0-linux-aarch64.sh 1.2. 卸载原来的 sud 阅读全文
posted @ 2024-03-29 18:34 Zenith_Hugh 阅读(603) 评论(2) 推荐(0)
摘要: 1. 卸载 原来的CPU版 opencv sudo apt purge libopencv* sudo apt update 2. 找一个路径,存放下载 opencv 安装包 sudo wget -O opencv-4.9.0.zip wget https://github.com/opencv/o 阅读全文
posted @ 2024-03-27 17:38 Zenith_Hugh 阅读(911) 评论(0) 推荐(0)
摘要: E5 v3 最强 CPU: 2696v3 与 2699v3: 相同点: 主频:2.3 TDP: 145w 区别: 2696v3 支持 ddr3 单核睿频 3.6g -> 3.8g 支持 ddr3 的: 性价比: 2666v3 E5 推荐: 阅读全文
posted @ 2024-02-18 23:28 Zenith_Hugh 阅读(627) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/222847345 https://www.cnblogs.com/riddick/p/8486223.html https://blog.csdn.net/rs_lys/article/details/105897391 https://b 阅读全文
posted @ 2024-02-07 17:44 Zenith_Hugh 阅读(9) 评论(0) 推荐(0)
摘要: https://developer.aliyun.com/mirror/ https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 修改 sudo vim /etc/apt/sources.list sudo apt-get update 阅读全文
posted @ 2024-01-31 16:13 Zenith_Hugh 阅读(18) 评论(0) 推荐(0)
摘要: hdmi 显示器接的是主板的 hdmi 接口,但是显示器没有声音。 在 ubuntu 的设置--声音选择 hdmi 输出并没有起作用。 解决: sudo apt install pavucontrol 选择 hdmi 输出。 阅读全文
posted @ 2024-01-21 20:57 Zenith_Hugh 阅读(567) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 31 下一页