syheliel
syheliel
`:ref:` is not rendered, like `:ref:cmake-language` in the picture 
I'm using WSL (ubuntu 18.04). When I type some command by `!`, like `!cat`, I have to wait for a long time to autocomplete the command by . I can't...
in https://github.com/ttroy50/cmake-examples/tree/master/01-basic/G-compile-flags: the picture link(`https://github.com/ttroy50/cmake-examples/blob/master/01-basic/G-compile-flags/cmake-gui-set-cxx-flag.png`) is not available
here is my command and output: ``` ❯ cmake -B ./build/ -DCMAKE_EXPORT_COMPILE_COMMANDS=on && sudo cmake --build build --target install -- The C compiler identification is GNU 11.2.0 -- The CXX...
版本:1.6.4 系统:kali linux amd64 错误信息:`ssh 127.0.0.1:22 root root@111 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain ` 目前ssh服务器的`PasswordAuthentication`配置默认为no,此时ssh端口开放但无法利用密码登录。但`fscan`针对这种情况仍然会持续进行密码爆破。由于此时每次爆破都需要timeout后才能完成一次连接,所以速度奇慢。 
Nowadays many tools(like `mypy` or `pyright`) start to provide type check. Would this project add typing stubs in the future? 
I'd like to find a port scan tool for my rust project. It seems that the usage of `RustScan` is console-only, does it provides API so that I can use...
1. `shellcheck` for `.sh` file(I leave these errors to avoid merge conflict) 2. build check on `ubuntu-latest`
I'm working on WSL2 and `tr` is recognized as `trap`.  To produce it. Just create a new `.sh` file, and type: ``` tr '\n' '\0' ```
I'm using `z3-sys` in my rust crate indirectly and it takes a long time to compile `z3-sys`. I guess it is used to prepare some system functions for z3. I'm...