就是在 /etc/sysctl.d/ 下新增一個 10-idea.conf
fs.inotify.max_user_watches = 524288然後 run
sudo sysctl -p --system
fs.inotify.max_user_watches = 524288然後 run
sudo sysctl -p --system
TimeoutStartSec=infinity這樣就不會出現 Error。
ExecStartPre=/bin/sleep 40這個地方如果有 run script,也可以在 script 中 sleep。
ClientAliveInterval ClientAliveMax是用來偵測/決定 Client 是不是存在的設定。
ClientAliveInterval 10 ClientAliveMax 5或是
ClientAliveInterval 60 ClientAliveMax 0後者的設法,就是不用送 null request 給 client 了,時間到直接切掉。
debug1: Got 100/24 for keepalive debug1: Got 100/25 for keepalive debug1: Got 100/26 for keepalive debug1: Got 100/27 for keepalive如果收到這格,sshd 就會reset ClientAliveInterval 的計數。
tr -cd '\11\12\15\40-\176' < file-with-binary-chars > clean-file