上一页 1 2 3 4 5 6 7 ··· 45 下一页
摘要: consider setting up the Docker daemon in rootless mode for your user: dockerd-rootless-setuptool.sh install Visit -> https://docs.docker.com/go/rootle 阅读全文
posted @ 2024-06-23 12:01 tslam 阅读(4) 评论(0) 推荐(0) 编辑
摘要: refer to https://docs.docker.com/go/daemon-access/ 阅读全文
posted @ 2024-06-23 11:59 tslam 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 显卡: 主机向显示器发出的显示信号转化为一般电气信号,使得显示器能明白个人计算机在让它做什么 GPU: Graphics Processing Unit, 图形处理器, 是显卡的主要处理单元. Nvidia 官方驱动下载网站。 NVIDIA CUDA The NVIDIA® CUDA® Toolki 阅读全文
posted @ 2024-06-22 10:50 tslam 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 背景: 因为该文件大, 你传输不方便, 你将一个该镜像压缩包解压后, 传到某个机器上,有压缩为tar, 最后load为镜像失败. 阅读全文
posted @ 2024-06-19 19:53 tslam 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 解决: 在项目git 路径 末尾加 .git 阅读全文
posted @ 2024-06-19 15:48 tslam 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Content-disposition其实可以控制用户请求所得的内容存为一个文件的时候提供一个默认的文件名 阅读全文
posted @ 2024-06-18 09:29 tslam 阅读(3) 评论(0) 推荐(0) 编辑
摘要: str1 = "/Users/krunal/Desktop/code/pyt/app.pyt"import osres = os.path.split(str1)res1 = os.path.splitext(str1)print(res)print(res1)"""('/Users/krunal/ 阅读全文
posted @ 2024-06-17 22:16 tslam 阅读(3) 评论(0) 推荐(0) 编辑
摘要: git clone 时遇到该错误 办法 执行 git config --system --unset credential.helper 然后再次执行git 操作, 输入正确的用户名密码即可. 阅读全文
posted @ 2024-06-17 11:21 tslam 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 客户端敲shutdown 或kill -9 进程号 阅读全文
posted @ 2024-06-16 19:25 tslam 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 查看主机名 cat /etc/hostname 永久修改 hostnamectl set-hostname 新名字 执行完上面命令后 执行一下bash命令 # 则立即生效 阅读全文
posted @ 2024-06-16 16:56 tslam 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 45 下一页