-
I tried to add these configs to chains.yaml
```
# Side testnet
- name: sidetestnet
github-organization: sideprotocol
github-repo: side
dockerfile: cosmos
build-env:
- GO_VERSION=…
-
I'm having some random database corruption problems. My long running server process will crash, and the program becomes unrunable until the leveldb directories are deleted from the file system. A samp…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14.2 linux/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating system …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.1 darwin/arm64
### Does this issue reproduce with the latest release?
1.20.1 is the latest release at …
-
# openVAS 踩坑指南 - Tr0y's Blog
OpenVAS 是一个著名的开放式漏洞评估系统(其实就是个扫描器)。免费的东西就是免不了折腾,如果你有钱可以买 Nessus,是 OpenVAS 的商业版本。此篇记录一下各种各样的坑,算作使用教程。
[https://www.tr0y.wang/2018/12/31/openvas/](https://www.tr0y.wang/201…
-
If we packaged things up as more than just a Groovy script, we could probably get it included with GVM. It might be useful to convert to a Gradle build so then we could add tests.
-
### What version of Go are you using (`go version`)?
$ go version
1.1.13
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor archite…
-
```
2015/11/14 11:21:02 Panic recovery -> invalid character '
-
gvm exports the LD_LIBRARY_PATH variable to allow vendor packaging. The current solution looks like this:
```
export LD_LIBRARY_PATH; LD_LIBRARY_PATH="${GVM_OVERLAY_PREFIX}/lib:${LD_LIBRARY_PATH}"
``…
-
Scenario:
Using multiple versions of golang in different repositories.
Repo 1: go1.14.15
Repo 2: go1.16.5
Solution:
Have a .gvm at the root of each repository that determines which versio…