https://www.gravatar.com/avatar/5f48da38e786436afece6f2e46196202?s=240&d=mp

Linux Shell

交学费

前段时间从V站上得知了 万网预订 预订域名注册失败订金原路退回,开始了自己的白嫖之路,虽然一直没有注册成功过,但是也说明我眼光挺好的,看上的域名

How to config proxy for ansible

On our server, we need to configure ansible proxy to manage some servers。 We know that the ssh client configures the proxy in this way. cat ~/.ssh/config 1 2 3 4 5 6 7 8 9 10 11 Host * User archly StrictHostKeyChecking no TCPKeepAlive yes ConnectTimeout 10 Port 22 ServerAliveInterval 60 # socket 5 # ProxyCommand nc -X 5 -x 127.0.0.1:1080 %h %p # https ProxyCommand nc -X connect -x 127.

sshd error: no more sessions

在使用sftp服务器来接收文件时,客户端数量大于100个时,会遇到无法打开新的连接的问题,通过查看服务器 sshd 日志发现,有报 no more sessions 的错误,经过一

2019,欢迎你

工作 今年算是平平静静的一年,运维部门迎来了两个小伙伴,我也是有伴的人了,相互学习共同进步。 生活 这一年生活的变化非常大了,因为我们的小猪猪来到

iterm2 批量修改 profiles

mac 下, 作为运维,使用频率最高的除了浏览器,就是 iTerm2 了;有时候想更换个主题啥的,以前 Profile 少,一直手动修改,后面增加到上百个 Profile, 查了一下怎么批量修改;