摘要:
ssh登录linux服务器的时候,经常会有提示 There were * failed login attempts since the last successful login. 说明有大量的非法登录尝试,有几种应对方法 1 换一个sshd端口 不过也经常会被扫到 2 禁止root账号直接ssh 阅读全文
摘要:
m1版本的mac,使用mac os 11 Big sur启动idea正常,但是mac os 12 Monterey启动失败,提示 idea意外退出,点按“重新打开”以再次打开应用程序 idea quit unexpectedly, Click Reopen to open the applicati 阅读全文
摘要:
简介 Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. 官网:http://s 阅读全文
摘要:
git pull时如果经常遇到以下错误: Encountered end of file fatal: The remote end hung up unexpectedly 由于网络条件不佳,可以换网,或者可以尝试增加配置 git config --global http.lowSpeedLimi 阅读全文
摘要:
docker容器访问hdfs报错UnknownHostException,报错信息如下: java.lang.RuntimeException: java.net.UnknownHostException: Invalid host name: local host is: (unknown); d 阅读全文
摘要:
frp 简介 frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports TCP and UDP, as 阅读全文