书接上回 php 接入单点 , 之前文章中说了接入 passKey
,但是看起来挺复杂,就先接入了单点登录,今天又查了些文章,学习了下,把 passKey
也啃了下来。
一文接入 passKey
将 gradle 缓存转换为本地 maven 仓库及上传到 nexus
gradle 将 maven 仓库中的所有依赖库下载到本地缓存文件夹中。但是此缓存文件夹不可移植。如果我们将此缓存文件夹从我们的 PC 传输到另一台 PC,gradle 将无法识别 gradle 缓存的复制版本。同时我们无法简单的做到将缓存的 gradle 上传到 nexus 中
debian11/12 系统如何开启 ipv6
debian 系统默认只配置了 ipv4, 参考 v2ex上的一篇讨论,快速 dhcp ipv6
宝塔自建 bitwarden 密码管理器
宝塔自建 bitwarden 密码管理器
我们生活在被数字包围的世界里。为了证明你是你,你对某个资源拥有所有权。那么就需要密码。最常用的各种网站,还别说银行密码信用卡等等。市面上虽然有 1Password 等优秀商业方案,但是要付费。主流浏览器 Chrome,Firefox 等也提供原生的密码保存方案。 但是, 密码毕竟是个人数据, 自部署(self-hosted)是最佳方案 免费密码管理器 bitwarden 的实际使用体验如何
程序启动器
顾名思义,程序启动器仅作为一个程序的独立入口,和命令行
start xxx
有一样的功能,多一个启动器,也就是为程序入口加个 LOGO
本启动器使用GO
实现jsdelivr 被墙,hexo-next 切换为自定义 CDN
Thank you all for your tests, feedback and support. I am personally sorry for the issues we had today.
We can consider the issue as resolved, now its a question of DNS propagation getting to everyone.
Our official announcement regarding the problems today:
Unfortunately today jsDelivr unexpectedly lost its ICP license in China. As effect the regional CDN disabled our account.This resulted in the extended outage we had in mainland China and Taiwan.
Other regions were unaffected.
We understand how difficult it was for our users to experience this unique situation.
From now on all Chinese traffic will be served by “near China” locations provided by global CDN providers.
This will have the additional benefit of better failover logic in the future.
https://github.com/jsdelivr/jsdelivr/issues/18348#issuecomment-997777996
在
jsDelivr
被吊销 ICP 许可证五个月后,fastly.jsdelivr.net
开始遭到污染,非魔法上网已经不能正常加载,各中原因不做讨论,无外乎滥用本博客使用 Hexo 框架和 NexT 主题,默认使用的是 JSDelivr 作为 静态资源的 CDN 服务提供商,为了能正常访问,所以需要切换到国内 CDN
不开启 Hyper-V 在 Windows Server 安装 Docker
教程来自于微软文档,本篇博客仅作记录 (翻译)
不开启 Hyper-V 在 Windows Server 安装 Docker