首页
网络
运维
后端
前端
数据库
Linux
生活
瞬间
留言板
图床
关于
小狐狸
行动起来,活在当下
累计撰写
34
篇文章
累计创建
21
个标签
累计收到
2
条评论
栏目
首页
网络
运维
后端
前端
数据库
Linux
生活
瞬间
留言板
图床
关于
目 录
CONTENT
运维-小狐狸
以下是
运维
相关的文章
2024-08-21
NGINX
nginx安装 [root@localhost nginx-1.24.0]#yum install gcc pcre pcre-devel zlib zlib-devel -y [root@localhost nginx-1.24.0]# ./configure --prefix=/usr/loca
2024-08-21
16
0
0
运维
2024-08-13
Windows出现出现身份验证错误。要求的函数不受支持 远程计算机: 10.17.1.2 这可能是由于CredsSP加密数据库修正。 解决方法
第一步 点开控制面板选择系统与安全 第二步 选择“允许远程访问” 第三步 取消勾选
2024-08-13
19
0
0
运维
2024-06-14
Docker
Docker Docker帮助启动命令 启动Docker systemctl start docker 停止Docker systemctl stop docker 重启Docker systemctl restart docker 查看Docker状态 systemctl status docke
2024-06-14
27
0
0
运维
2024-06-10
ansible
安装配置ansible yum install -y ansible(下载ansible需要epel源) 生成密钥:ssh-keygen -t rsa 将本地公钥传输到被管理节点:ssh-copy-id root@ip ping下所管理的主机:ansible all -i 192.168.130,1
2024-06-10
78
0
0
运维