知识碎片

How to keep SSH connection alive? (ssh 保持连接)
You need to specify amount of the tries and interval of sending a packet to the server. You can put the following lines in your .ssh/config file:

Host examplehost
    Hostname examplehost.com
    ServerAliveInterval 180
    ServerAliveCountMax 2
sentry onpremise Default username & password
There is no default username or password, it prompts you to create a new user during installation. If you skipped that step or used an unattended installation, you can run docker-compose run --rm web createuser to create one

docker-compose run --rm web createuser
sentry onpremise dsn empty resolve
https://github.com/getsentry/sentry/issues/12813

The DSN is blank if the root URL is set to:
http://localhost:9000

However works fine if set to:
http://127.0.0.1:9000

posted @ 2022-04-12 16:17  德克斯特的实验室  阅读(89)  评论(0编辑  收藏  举报