虚拟化/私有云 SolusVM Master 迁移 1、新节点上安装SolusVM Master(我这里用的是开心版) yum install wget -y && wget https://git.dwhd.org/lookback/... 07月08日 1,384 次 评论 阅读全文
自动化运维 Ansible 批量修改远程主机iptables记录 --- - hosts: '{{ host }}' user: root tasks: - name: 删除所有22992和10050端口防火墙规则 #参考 https://www.cnblogs.c... 05月23日 1,322 次 评论 阅读全文
自动化运维 Ansible 批量修改远程主机密码且本地记录 --- - hosts: '{{ host }}' user: root tasks: - name: 修改root密码 register: rootpw_result shell: | root_p... 05月23日 1,279 次 评论 阅读全文
自动化运维 Ansible 批量推送ssh公钥到远程节点 --- - hosts: '{{ host }}' user: root tasks: #- name: 推送公钥到远程节点 #参考 https://docs.ansible.com/ansible/... 05月23日 1,198 次 评论 阅读全文
MacOS Mac Office Autoupdate 显示”更新暂时不可用,请在几分钟后重试”解决方法 $ launchctl stop /Library/LaunchAgents/com.microsoft.update.agent.plist $ sudo launchctl unload -w /... 06月08日 1,176 次 评论 阅读全文
Linux基础 CentOS 8 编译安卓Axel # mkdir -p /tmp/axel && cd /tmp/axel # curl -Lk $(curl -Lks "https://github.com/axel-do... 06月08日 1,144 次 评论 阅读全文
Linux基础 centos安装GLIBC,解决version `GLIBC_2.25‘ not found错误 运行某个第三方程序的时候报了这么个错 /lib64/libc.so.6: version `GLIBC_2.25' not found 可以看出来应该是我们的GLIBC版本过低的原因造成的,下面我们用... 09月27日 1,056 次 评论 阅读全文
Linux基础 Docker build 在线地址错误异常解决 今天准备通过在线地址docker build Gitlab的时候发现出错 # docker build -t benyoo/gitlab:15.3.1 https://github.com/samee... 09月01日 820 次 评论 阅读全文
虚拟化/私有云 部署一个SolusVM的伪授权 这是本人修改过的 SolusVM 伪站源代码,在原基础上修改 key 类型为 RS 企业授权。(可以更改) 支持正版,请购买官方 key,反正也不贵。 也可以直接只用本站的伪授权hosts Solus... 10月26日 554 次 评论 阅读全文
Windows Server Windows Server 域控配置时间同步 # 先强制更新一下组策略,因为你刚配置完后策略并不是及时生效的 c:\>gpupdate /force 正在更新策略... 计算机策略更新成功完成。 用户策略更新成功完成。 # 查看同步源 c:... 03月28日 162 次 评论 阅读全文