nAnderYang
nAnderYang
Cento7 and powershell-6.2.3-1.rhel.7.x86_64 ``` #!/bin/bin/pwsh function xxx{ echo xxx } xxx ``` create temp file in /tmp at running this script every time ,filename like CoreFxPipe_PSHost.[machine name].[num]+3.None.{scrptname}.ps1
i use the tool open kubernetes etcd. but value is no decode. the value is Protobuf.the value need decode to yaml on view. write value need encode. now i use...
问题: redis通过代理后pipeline只生效第一条指令 演示环境 OS centos7 7.8 172.16.1.144 单节点 ``` # ./redis-server -v Redis server v=5.0.9 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=599348814c01830d ``` 172.16.1.147 redis cluster+predixy 1.0.5 ``` # /opt/predixy/bin/predixy -v /opt/predixy/bin/predixy predixy-1.0.5...
i change nfsd.sh in `nfs-server-alpine:0.9.0` image. add line `ulimit -HSn 1048576` to nfsd.sh fix the problem. ``` echo "Starting Mountd in the background..."These ulimit -HSn 1048576 #add line /usr/sbin/rpc.mountd --debug...
目前数据库管理是个大盲区。作者大大是否考虑增加支持?
Windows 10 usage notepad type zh_cn content and save `ANSI` code file  Use notepad next open the zh_cn content unreadable  And i can't find somewhere switch the file...
### 问题描述 模式: nignx->waf->backend service 添加站点 *.test1.com 80 10.100.10.200:8080 *.test2.com 80 10.100.10.201:8080 使用x-real-ip head头 穿透真实ip 结果  ### 版本号 5.1.0 ### 复现方法 docker 部署后仅做以上步骤 即可复现问题。 ### 期望的结果 正确发现站点内资源数
hi there Are there plans to support domain name and custom reload functions? like the config line: `127.0.0.1 8000/tcp test.my.com 10000/tcp` The Dynamic IPv6 of the domain name is changing....
### 问题描述 / Describe the bug 在内部环境由于开发的需要 在dns增加了很多解析为内网地址 也就是A,B,C类地址 通过路由可达。域名真实有效。 举例 `handle.*****.cn` 解析为 `10.255.0.20` 打开软件系统代理后,访问该域名无法访问 ``` 无法访问此网站 handle.*****.cn 意外终止了连接。 请试试以下办法: 检查网络连接 [检查代理服务器和防火墙](chrome-error://chromewebdata/#buttons) [运行 Windows 网络诊断](javascript:diagnoseErrors()) ERR_CONNECTION_CLOSED ``` 全局扩展脚本内增加 ``` const...