2024年4月19日

openLDAP 配置搭建以及集成到Isilon存储

摘要: 1. 安装ldap # yum -y install openldap compat-openldap openldap-clients openldap-servers openldap-servers-sql openldap-devel 2.配置管理员密码 [root@cdp3 openlda 阅读全文

posted @ 2024-04-19 08:45 Veck 阅读(65) 评论(0) 推荐(0)

tshark分析网络包

摘要: • -Y 'rpc.time > 0.5 ' • -qz rpc,srt,100003,3 • -Y "rpc.time>1" • -Y "rpc.time>1" |grep -c GETATT • -Y 'tcp.time_delta > 2' • -Y "nfs.main_opcode == 1 阅读全文

posted @ 2024-04-19 08:43 Veck 阅读(64) 评论(0) 推荐(0)

netstat用法介绍

摘要: https://www.tecmint.com/install-netstat-in-linux/ 查看路由表 # netstat -nr 查看网络口的统计信息 # netstat -ai 查看网络连接 # netstat -ant 查看网络服务 # netstat -pnltu 阅读全文

posted @ 2024-04-19 08:18 Veck 阅读(11) 评论(0) 推荐(0)

导航