0%

git stgit add 中文显示为乱码,添加如下设置解决此问题

git config --global core.quotepath false

使用 Wireshark 解密 SSL 流量,支持两种方式:

  1. 使用证书解密,需要配置对端服务器私钥
  2. 不使用证书解密,需要设置 WSSLKEYLOGFILE
Read more »

ubuntu 18.04下定制zsh,包括

  • zsh
  • oh-my-zsh
  • z.lua
  • fzf
  • syntax-highlighting
  • autosuggestions
  • powerlevel9k
Read more »

关于SSL认证的两种方式:单向和双向

  • 1-way “Standard” SSL Authentication
  • 2-way “Mutual” SSL Authentication
Read more »