使用脚本、工具批量操作服务器做免密登录及修改密码
生产实践:
使用脚本、工具批量操作服务器做免密及修改密码
学习技巧:
Shell 脚本、sshpass、parallel-ssh及ansible工具使用
脚本内容:
使用脚本、工具批量操作服务器做免密及修改密码,常用于服务...
Continue reading >>生产实践:
使用脚本、工具批量操作服务器做免密及修改密码
学习技巧:
Shell 脚本、sshpass、parallel-ssh及ansible工具使用
脚本内容:
使用脚本、工具批量操作服务器做免密及修改密码,常用于服务...
Continue reading >>目标示例:在 /dev/sdb 磁盘上创建大小为 300G 的新分区 /dev/sdb1,类型为 Linux LVM(8e)。
fdisk /dev/sdb # 替换为目标磁盘(如 /dev/sdc)
tcpdump is a command-line tool used to capture traffic on the network and analyze captured packets of data passing through your machine.
Its functionality is similar to Wireshark, but i...
Continue reading >>修改 settings.json ,Settings > User > multiCursorModifier must be set to alt (default),editor.gotoLocation.multipleDefinitions and change its value from peek to goto
{ &nb...Continue reading >>
Wireshark is arguably the most popular and powerful tool you can use to capture, analyze and troubleshoot network traffic. The only downside you will face when using a tool as verbose as Wireshark is...
Continue reading >>最近有个客户系统需要接入自己内部的统一认证服务,采用的是saml2.0协议,系统自身的iam充当SP角色,客户内部统一认证充当Idp服务,最后由于客户SSO流程返回数据不是标准的SAML2.0协议,没有带回请求时RelayState带的参数数据,导致iam解析SAML2.0协议异常,整个交互流程通过wireshark抓包分析,不然又要被客户diao了~。
SAML(Security...
Continue reading >>