摘要: 登陆owa ecp页面,能显示输入用户名密码界面,输入后报网页已丢失 服务器上用ems连接服务器,报 New-PSSession : [exchange.test.com] 连接到远程服务器 exchange.test.com 失败,并显示以下错误消息: [ClientAccessServer=EX 阅读全文
posted @ 2025-10-14 07:55 liulj0713 阅读(9) 评论(0) 推荐(0)
摘要: 问题描述 异常断电重启后,所有端口的led闪橙色, switchshow 时所有端口disable状态。 解决方法 使用switchcfgpersistentenable将switch的persisten状态设置为enable,这样下次重启后,switch的状态是enable。 GLQ_FC_SW1 阅读全文
posted @ 2025-10-09 04:31 liulj0713 阅读(9) 评论(0) 推荐(0)
摘要: 停止windows update服务net stop wuauserv注册表中删除HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate开启windows update服务net start wuauser 阅读全文
posted @ 2025-08-07 10:36 liulj0713 阅读(36) 评论(0) 推荐(0)
摘要: 一般判断是Windows组件存储损坏, 使用DISM扫描,确认 Dism /online /Cleanup-Image /ScanHealth 使用DISM工具修复(就算上面没报错也要修复) Dism /Online /Cleanup-image /RestoreHealth 可正常使用了 阅读全文
posted @ 2025-08-06 09:21 liulj0713 阅读(141) 评论(0) 推荐(0)
摘要: [CentOS]CentOS/RedHat/Fedora的Proxy设定(yum,wget,,rpm) yum 「/etc/yum.conf」 proxy=http://proxy.xxx.com:8080/ wget 「/etc/wgetrc」 http_proxy=http://proxy.xx 阅读全文
posted @ 2025-01-06 14:49 liulj0713 阅读(61) 评论(0) 推荐(0)
摘要: 原贴:https://post.smzdm.com/p/awoenx82/ windows连接iscsi 原贴:https://blog.51cto.com/riverxyz/4572290 centos连接iscsi 阅读全文
posted @ 2024-11-05 08:53 liulj0713 阅读(277) 评论(0) 推荐(0)
摘要: 1、centos挂载nfs yum install -y nfs-utils #安装客户端showmount -e 172.*.*.* #查看共享情况mkdir -p /tmp/testmount -t nfs 172.*.*.*:/tmp/nfs /tmp/test #用命令 mount 把 NF 阅读全文
posted @ 2024-11-04 14:59 liulj0713 阅读(78) 评论(0) 推荐(0)
摘要: 1、查看证书有效期: cd /etc/openvpn/serveropenssl x509 -noout -text -in server.crt2、证书续期: #服务端 ./easyrsa renew server nopass cp /etc/openvpn/easy-rsa/pki/priva 阅读全文
posted @ 2024-10-31 14:33 liulj0713 阅读(1) 评论(0) 推荐(0)
摘要: 首先对 / 目录递归执行 chmod 000 chmod -R 000 /* 一些常用命令已经没有权限执行了,也无法重启和关机 如果是虚拟机用vcenter重启会报错 硬重启后启动,看到报错或停留在进度条界面 挂载ISO文件或用centos光盘启动,进入Troubleshooting—Rescue 阅读全文
posted @ 2024-10-28 10:45 liulj0713 阅读(156) 评论(0) 推荐(0)
摘要: 原贴https://blog.csdn.net/leonnew/article/details/140734934 nginx 版本升级环境说明当前是 CentOS7 服务器。点击进入 nginx 下载页面环境准备1)已安装的 Nginx 版本信息 nginx -V 或者 /usr/local/ng 阅读全文
posted @ 2024-10-22 10:40 liulj0713 阅读(150) 评论(0) 推荐(0)