会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
fadedlemon
首页
联系
管理
上一页
1
2
3
4
5
下一页
2024年2月6日
nvidia-persistenced failed to initialize. Check syslog for more details.
摘要: nvidia-smi -pm -1 # Internal nvidia-smi error. Unexpected modification operation. /usr/bin/nvidia-persistenced --verbose # nvidia-persistenced failed
阅读全文
posted @ 2024-02-06 16:45 温泉镇谢步东
阅读(677)
评论(0)
推荐(0)
2023年9月25日
Python IEEE754 单精度浮点数二进制十六进制转换
摘要: 在学计组的知识,单精度浮点数与二进制十六进制的转换过程,写了几个函数,方便自己检验 1 hdict = { 2 '0': '0000', 3 '1': '0001', 4 '2': '0010', 5 '3': '0011', 6 '4': '0100', 7 '5': '0101', 8 '6':
阅读全文
posted @ 2023-09-25 17:17 温泉镇谢步东
阅读(497)
评论(0)
推荐(0)
2023年4月3日
【已解决】configure: error: C++ compiler cannot create executables
摘要: 1.背景 centos 7 在升级gcc configure 的时候出现的问题 A100-01-$build#../configure --prefix=/usr/local/gcc --enable-threads=posix --disable-checking --disable-multil
阅读全文
posted @ 2023-04-03 11:43 温泉镇谢步东
阅读(3827)
评论(0)
推荐(0)
2023年3月27日
【已解决】docker 国内源不生效, mirror 不生效。
摘要: 现象: ubuntu/centos 配置了国内源,一直不生效。重启也不行。 # 1.停docker systemctl stop docker systemctl stop docker.scoket # 2.检查 systemctl status docker # Active: inactive
阅读全文
posted @ 2023-03-27 23:23 温泉镇谢步东
阅读(24053)
评论(2)
推荐(0)
2022年9月23日
System has not been booted with systemd as init system (PID 1). Can't operate
摘要: docker 里的话建议使用supervisor 来控制启停
阅读全文
posted @ 2022-09-23 21:40 温泉镇谢步东
阅读(155)
评论(0)
推荐(0)
2022年9月22日
docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]].
摘要: ubuntu 参考 https://blog.csdn.net/weixin_44966641/article/details/123760614 我的系统是manjaro yay -S nvidia-container-runtime
阅读全文
posted @ 2022-09-22 16:33 温泉镇谢步东
阅读(143)
评论(0)
推荐(0)
manjaro yay 报错 xxx 签名是未知信任的
摘要: 错误如下: 错误:libnvidia-container: 来自 "lilac (build machine) <lilac@build.archlinuxcn.org>" 的签名是未知信任的 sudo pacman -S archlinuxcn-keyringsudo pacman-key --i
阅读全文
posted @ 2022-09-22 14:56 温泉镇谢步东
阅读(3166)
评论(0)
推荐(0)
docker ubuntu NO_PUBKEY xxxxxx
摘要: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 使用以上pubkey拼接如下命令 gpg --keyserver keyserver.ubuntu.com --recv 40976EAF437D05B5 gpg --export --arm
阅读全文
posted @ 2022-09-22 10:05 温泉镇谢步东
阅读(132)
评论(0)
推荐(0)
2022年9月20日
docker confluence 笔记
摘要: 安装java 8 yum -y install java-1.8.0-openjdk* 反向代理的问题 If you are using a reverse proxy, make sure the the proxyName and proxyPort attributes have correc
阅读全文
posted @ 2022-09-20 14:58 温泉镇谢步东
阅读(37)
评论(0)
推荐(0)
2022年9月19日
could not build optimal types_hash, you should increase either types_hash_ma
摘要: http { types_hash_max_size 4096; server_names_hash_bucket_size 128; .... }
阅读全文
posted @ 2022-09-19 09:25 温泉镇谢步东
阅读(39)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页