未来心不可得
March 18, 2023

openssl 证书 和 FRP穿透

Why not ssh tunnel?也可以,不过frp优势是,无需使用者开ssh.exe,直接访问内网端口OpenSSL生成证书系列subj参照这里 https://www.digicert.com/kb/ssl-support/openssl-quick-reference-guide.htm准备一个签署底层证书的配置文件,然后先制作CA,然后再制作底层证书https://superus...
December 11, 2022

RHEL 上私有盘 NextCloud

Benefit免费版支持客户端加密(文件夹本地加密后上传,相当于OneCloud的E2EE)客户端加密适用于不信任的服务器环境同时可以向信任环境混合部署过渡INSTALL使用Podman运行AIO会收到如下提示:Docker API v1.41 is not supported by your docker engine. Cannot proceed. Please upgrade you...
December 11, 2022

RHEL9 如何快速开启rootless Podman

podman.service和podman.socket都会被预装进systemctl使用dnf install podman默认启用的是以root身份运行的podman,但是系统已经很贴心的给配置好了 suid/sgid, 如果新增了用户没有配置,参见 https://github.com/containers/podman/blob/main/docs/tutorials/rootles...
June 1, 2022

分享一个windows下 linux的开发环境

正常用的系统 Windows Server 2019在Hyper-V里面装最新版 Redhat Linux,开发者免费选分区格式xfs,这个有Overlayfs特性,以后开container方便 https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.2_release_notes/tec...
May 11, 2022

小计如何指定依赖dll的加载路径 (windows)

书接前文 回到之前说过的manifest文件https://blog.vrqq.org/archives/779/manifest文件能用link.exe写入,还可以后天修改(推荐后天mt.exe方式)微软建议 每个manifest仅和单个文件关联(当然也可以关联多个)Please Know that before used, this is an undocumented feature....