未来心不可得
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....
May 5, 2022

组装一个Jail

https://blog.vgot.net/archives/freebsd-jail-ipfw-nat.htmlhttps://rderik.com/blog/running-a-web-server-on-freebsd-inside-a-jail/https://rderik.gumroad.com/l/uwOLZ大致步骤是:找个目录,安装一套freebsd,无论是编译还是网上下载在/...