type
status
date
slug
tags
summary
category
password
icon
更新epel
yum -y install epel-release安装Xrdp
yum -y install xrdp安装完成之后,设置开机启动并启动xrdp
systemctl start xrdp && systemctl enable xrdp连接时闪退
将anaconda环境变量的顺序往后移动
修改前
export PATH=/opt/anaconda3/bin:$PATH修改后
export PATH=$PATH:/opt/anaconda3/bin修改前
export PATH=/usr/local/cuda/bin/:$PATH修改后
export PATH=$PATH:/usr/local/cuda/bin/和vnc不一样,这个多人使用的话,给每个人建立一个用户。
- Author:NotionNext
- URL:https://tangly1024.com/article/example-1
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!
