Arkylin的小屋

root@arkylin

Arkylin的小屋

216 文章9 分类74 标签
202502-15

Win11 在有独显时如何默认使用核显

正在跑深度学习,发现服务器有其他软件占用了独立显卡,但是按照网上的资料说设置NVIDIA控制面板里的首选图形处理器,发现Win11没有这个东西, https://www.zhihu.com/question/577660104 按照 dvdedios 的回答: Thanks for replying. I didn’t use NVIDIA Control Panel, as NVCP says that “Windows OS now manages selection of the graphics proce

202410-08

使用selenium库出现Retrying问题

Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(‘ urllib3.connection.HTTPConnection object at 0x7ffeea688d30>: Failed to establish a new connection: [Errno 111] Connection refused’)’

202409-30

设置Mailcow自动跳转使用HTTPS

官方给的教程会使容器跳警告,所以我自己编写了一个 if ($scheme = http) { return 302 https://$host$request_uri; } 将上面的代码插入到 /opt/mailcow-dockerized/data/conf/nginx/includes/site-defaults.conf