09 2024 档案
摘要:# 卸载apt-get --purge remove nvidia*apt autoremove#自动化安装显卡驱动(自动安装recommended的那个) ubuntu-drivers devices sudo ubuntu-drivers autoinstall sudo reboot http
阅读全文
摘要:conda install cuda -c nvidia/label/cuda-12.4.0 https://blog.csdn.net/marsjin/article/details/139806830
阅读全文
摘要:故障现象: 正常连接方式:sftp -oPort=22 sftp部署之后正常连接没问题,换了地方之后连接失败,其他设备连接正常 检查: 防火墙清除 selinux关闭 网络ping可通 ssh -vvv发现卡住了 解决: sftp -oCiphers=+aes128-ctr 用户名@域名或IP 解释
阅读全文