上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: java -Xdebug -Xrunjdwp:transport=dt_socket,address=5000,server=y,suspend=y -jar hzero-file.jar 阅读全文
posted @ 2023-11-22 09:21 李悠然 阅读(30) 评论(0) 推荐(0)
摘要: win+R shell:startup 进入配置目录 进入window所在的目录 新建一个 txt文本文档,后更改扩展名.vbs 撰写内容: 其中ubuntu20.04是子系统的名称 Set ws = WScript.CreateObject("WScript.Shell")ws.run "C:\W 阅读全文
posted @ 2023-11-21 14:46 李悠然 阅读(1229) 评论(0) 推荐(0)
摘要: 要求: 操作系统版本要求: 23H2 wsl的要求:wsl 2.0.7以上 1. 按照提示安装wsl之后,需要升级wsl wsl --set-default-version 2 wsl --update --pre-release 2. 在宿主机中的用户目录下新建或者编辑文件 .wslconfig 阅读全文
posted @ 2023-11-06 16:31 李悠然 阅读(4992) 评论(0) 推荐(0)
摘要: error while loading shared libraries: /root/src/blender/../lib/linux_x86_64_glibc_228/openimageio/lib/libOpenImageIO.so.2.4: file too short 阅读全文
posted @ 2023-06-13 16:11 李悠然 阅读(62) 评论(0) 推荐(0)
摘要: 1. 检查自己的显卡类型,同时在宿主机上安装显卡驱动 一般选择推荐的 proprietary,tested 2. 配置lxd的容器并添加GPU设备 3. 在容器中运行相同驱动版本 在nvidia官网上下载驱动 sh NVIDIA-Linux-x86_64-520.61.05.run --no-ker 阅读全文
posted @ 2023-06-08 09:26 李悠然 阅读(535) 评论(0) 推荐(0)
摘要: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/con 阅读全文
posted @ 2023-06-08 07:48 李悠然 阅读(139) 评论(0) 推荐(0)
摘要: docker 19之后的版本 1. nano nvidia.sh sudo curl -s -L https://nvidia.github.io/nvidia-container-runtime/gpgkey | \ sudo apt-key add -distribution=$(. /etc/ 阅读全文
posted @ 2023-06-07 09:20 李悠然 阅读(712) 评论(0) 推荐(0)
摘要: 1. clone源代码 git clone https://github.com/PX4/PX4-Autopilot.git 2. 编译 make px4_sitl_default none_iris 编译成功 配置PX4的相关命令 pxh> commander armpxh> INFO [comm 阅读全文
posted @ 2023-05-26 08:07 李悠然 阅读(383) 评论(0) 推荐(0)
摘要: root@mission:/etc/apt# apt-get update Err:1 http://mirrors.ustc.edu.cn/ubuntu focal InRelease System error resolving 'mirrors.ustc.edu.cn:http' - geta 阅读全文
posted @ 2023-05-15 09:30 李悠然 阅读(741) 评论(0) 推荐(0)
摘要: 1. ubuntu server安装桌面环境 配置云主机的形式sudo apt updatesudo apt-get upgradesudo apt install ubuntu-desktop 配置环境变量 调整最后一句为 tty -s && mesg n || true root@tightvn 阅读全文
posted @ 2023-05-12 07:52 李悠然 阅读(1464) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 22 下一页