51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

shell并发执行脚本

shell并发执行脚本

厉飞雨 阅读(457) 评论(0) 赞(18)

<p>shell并发执行脚本</p> <p><a href="https://blog.csdn.net/qq_45443879/article/details/131187456">shell实现多并发控制_shell 多线程并发执行-CSDN博客</a></p> <pre>...

统计shell脚本执行时间

统计shell脚本执行时间

厉飞雨 阅读(346) 评论(0) 赞(17)

统计Shell脚本执行时间,帮助分析改进脚本执行 用 date 相减 #!/bin/bash startTime=`date +%Y%m%d-%H:%M:%S` startTime_s=`date +%s` #这是执行代码 endTime=`date +%Y%m%d-%H:%M:%S` ...

xshell导出快速命令集

xshell导出快速命令集

厉飞雨 阅读(490) 评论(0) 赞(18)

<p>xshell导出 快速命令集</p> <p><img src="http://static.51tbox.com/static/2024-08-29/col/f96d0f751966c82ef2309fe8291f2d78/6faffc65745a4a3a8c6d479192bc8910.png.jpg" al...

终端for 循环 shell for

终端for 循环 shell for

厉飞雨 阅读(251) 评论(0) 赞(13)

<p>1# 1分钟内连续发送错误请求 5 次</p> <pre><code>for i in {1..3};do curl http://192.168.1.134/xxxxxx -I;done </code></pre> <p>2# 修改各节点的配置文件<br /> (1)brok...

xshell 跳转

xshell 跳转

厉飞雨 阅读(379) 评论(0) 赞(15)

[xshell](https://51tbox.com/ "View all posts in xshell") 跳转 xshell创建会话,从跳板机中直接跳转到指定的服务器 原文链接:https://blog.csdn.net/qq_33180069/article/details/113241519 ### 步骤: 1 ![](http://st...

xshell导出配置(xshell 备份)

xshell导出配置(xshell 备份)

厉飞雨 阅读(279) 评论(0) 赞(17)

<p>xshell7</p> <p>导出配置:</p> <p>需要设置主机密码</p> <p>注意,如果想保证这个密码同步, 在导入的机器上的主密码也要一致 。</p> <p><img src="http://static.51tbox.com/stati...