保持 ssh session 长连接不断开有两种方式
- 在服务器端配置
/etc/ssh/sshd_config
TCPKeepAlive yes ClientAliveInterval 120 ClientAliveCountMax 30
- 在客户端配置
~/.ssh/config
Host * ServerAliveInterval 120 ServerAliveCountMax 30
保持 ssh session 长连接不断开有两种方式
/etc/ssh/sshd_config
TCPKeepAlive yes
ClientAliveInterval 120
ClientAliveCountMax 30
~/.ssh/config
Host *
ServerAliveInterval 120
ServerAliveCountMax 30
© 本文著作权归作者所有,转载前请务必署名
使用 优先队这个需要使用到优先队列, 这是支持设置优先级的队列, 官网文档 提到, 在声明队列时, 设置 ("x-max-priority", 10)历史消息曾也是高优先级如何与新消息区分在消息属性中设置 时间戳, 并且设置一个新消息阈值, 超过这个时间就是历史消息, 这样,
安装语言包sudo apt-updatesudo apt-get install language-pack-zh-hans设置区域为中国sudo update-locale LANG=zh_CN.UTF-8
ls -l1v ./
sed -i 's/old-text/new-text/g' input.txt
FROM reg-ai.chehejia.com/system/ubuntu:22.04RUN printf "\deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted\n\deb http://mirrors.aliyun.