tiger's blog~
首页
关于
登录
菜单
首页
关于
归档
2024 年 11 月
搭建bazel windows环境
2024-11-26
一、依赖 安装msys2。由于构建bazel本身,以及大量bazel构建脚本包含genrule需要bash,因此目前windows环境下使用bazel,强依赖bash https://github.com/msys2/msys2-installer/releases/download/2024-11
setup cross compile toolchain
2024-11-23
知识点扫盲: 对于x86_64-unknown-linux-gnu这样一个target triple(三元组)<架构>-<供应商>-<操作系统>-,unknown就是表示generic,常用的vendor有 pc, apple, or w64, 需要注意的地方 crosstool-ng构建的tool
2024 年 10 月
记一次死锁
2024-10-19
记一次死锁 void UpdateIPAddrs() { proto::ServerReq req; proto::ServerRes res; while (!stop_) { grpc::ClientContext context; Fill
2024 年 04 月
ElasticSearch折腾记
2024-04-09
ElasticSearch折腾记 openssl创建的服务器证书用一下命令转成pkcs12格式的证书后,只有服务器的证书,没有ca证书 openssl cannot store ca to pkcs12 cert openssl pkcs12 -export -in ${SHARE_DIR}/ubu
2023 年 12 月
[转载] OpenSSL Certificate Authority — Intermediate CA configuration file
2023-12-31
Intermediate CA configuration file <span class="pre">View</span><span> </span><span class="pre">this</span><span> </span><span class="pre">file</span>
[转载] OpenSSL Certificate Authority — Root CA configuration file
2023-12-31
Root CA configuration file <span class="pre">View</span><span> </span><span class="pre">this</span><span> </span><span class="pre">file</span><span> <
[转载] OpenSSL Certificate Authority — Online Certificate Status Protocol
2023-12-31
Online Certificate Status Protocol The Online Certificate Status Protocol (OCSP) was created as an alternative to certificate revocation lists (CRLs).
上一页
3 / 8
下一页