Loading

12 2020 档案

摘要:ubuntu20.04在通过sqlserver命令行工具连接sqlserver 2012时,报错说ssl错误协议不支持(“unsupported protocol”)。 这是由于sqlserver老版本中使用的tlsv1.x已不被新版ubuntu兼容。此时需要修改系统的openssl设置。 修改方法 阅读全文
posted @ 2020-12-28 16:56 wswind 阅读(1274) 评论(0) 推荐(1) 编辑
摘要:CentOS 8已被放弃,将在2021年底停止支持,停止后可以迁移到Stream滚动发行版,来获取更新。 CentOS 8迁移至Stream版本的命令行如下: # 老方法 dnf install centos-release-stream 不再推荐使用 dnf swap centos-linux-r 阅读全文
posted @ 2020-12-09 16:15 wswind 阅读(7675) 评论(0) 推荐(0) 编辑