随笔分类 -  环境配置

摘要:centos下 openssl 生成局域网ip的https证书环境准备 利用 OpenSSL 签发证书需要 OpenSSL 软件及库,一般情况下 CentOS、Ubuntu 等系统均已内置, 可执行 openssl 确认,如果提示 oepnssl: command not found,则需手动安装,以Centos为例: yum install openssl 阅读全文
posted @ 2024-06-03 10:08 北极星※ 阅读(232) 评论(0) 推荐(0)
摘要:Windows安装CUDA 12.1及cudnn下载CUDA 打开链接(https://developer.nvidia.com/cuda-toolkit-archive) 选择 12.1.1 版本 选择Windows-> x86_64 -> 10 -> exe(local) -> Download 下载完成后按提示安装到默认路径 下载cudnn 阅读全文
posted @ 2024-03-29 15:44 北极星※ 阅读(10034) 评论(0) 推荐(0)