会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会飞的老虎
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2020年10月14日
xenserver加入池报错The servers in this pool are not homogeneous
摘要: 检查系统版本号,系统补丁是否完全一致
阅读全文
posted @ 2020-10-14 16:30 会飞的老虎
阅读(133)
评论(0)
推荐(0)
编辑
vsphere web client 新建vlan
摘要:
阅读全文
posted @ 2020-10-14 14:25 会飞的老虎
阅读(628)
评论(0)
推荐(0)
编辑
2020年10月12日
exchange管理控制台初始化失败--Kerberos连接失败
摘要: 检查IIS有没有绑定80和443端口,以及IIS服务是否启动
阅读全文
posted @ 2020-10-12 15:21 会飞的老虎
阅读(299)
评论(0)
推荐(0)
编辑
2020年9月27日
修复windows系统更新失败
摘要: 使用WindowsUpdateDiagnostic.diagcab修复更新失败
阅读全文
posted @ 2020-09-27 11:04 会飞的老虎
阅读(186)
评论(0)
推荐(0)
编辑
2020年9月25日
powershell同步时间
摘要: 第一步,判断Windows Time服务是否正在运行,如果没有,则开启它。第二步,强制同步,不知为何,往往第一次会失败,那么就多运行几次好了。 Get-Service w32time | Where {$_.status –eq 'Stopped'} | Start-Service W32tm /r
阅读全文
posted @ 2020-09-25 08:31 会飞的老虎
阅读(890)
评论(0)
推荐(0)
编辑
2020年9月24日
powershell创建密文密码文件
摘要: $File = "\\10.10.10.1\test\Password.txt"[Byte[]] $key = (1..16)$Password = "123456" | ConvertTo-SecureString -AsPlainText -Force$Password | ConvertFro
阅读全文
posted @ 2020-09-24 11:29 会飞的老虎
阅读(269)
评论(0)
推荐(0)
编辑
2020年9月23日
powershell常用命令
摘要: get-service -computerName 计算机名或者IP 需要有远程计算机权限
阅读全文
posted @ 2020-09-23 17:14 会飞的老虎
阅读(170)
评论(0)
推荐(0)
编辑
2020年9月9日
Graylog客户端及服务端
摘要: 1.windows的graylog客户端服务状态,监听5044和9000端口,关闭或者放行5044 2.服务端,检查如下服务状态 sudo systemctl status nginx.service sudo systemctl status mongod.service sudo systemc
阅读全文
posted @ 2020-09-09 11:50 会飞的老虎
阅读(837)
评论(0)
推荐(0)
编辑
2020年9月8日
powershell,cmd,shell查看帮助
摘要: powershell help Set-ADUser cmd ping /? shell man ls
阅读全文
posted @ 2020-09-08 09:00 会飞的老虎
阅读(162)
评论(0)
推荐(0)
编辑
2020年9月5日
zabbix配置ldap域账号登录
摘要: 1.LDAP配置 LDAP host:ldap服务器地址,可以填写IP或者对应的域名 port:端口,默认是389 Base DN:基础dn,存放用户的dn位置。比如OU=users,DC=test,DC=com,表示zabbix将会在该位置下搜索用户来认证。 Search attribute:如果
阅读全文
posted @ 2020-09-05 23:53 会飞的老虎
阅读(2460)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
8
下一页
公告