51工具盒子

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

最新发布

终端for 循环 shell for
shell

终端for 循环 shell for

厉飞雨 阅读(146) 评论(0) 赞(10)

<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...

vim 命令总结
软件使用

vim 命令总结

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

<p>vim 命令总结</p> <h4>1-.删除:</h4> <pre><code>&quot;x&quot;: 删除光标所在的字符 &quot;dw&quot;: 删除光标位置到下一个单词开头之前内容 &quot;de&quot;: 删除光标位置到上一个...

xshell 跳转
shell

xshell 跳转

厉飞雨 阅读(197) 评论(0) 赞(11)

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

常见的shell
Github

常见的shell

厉飞雨 阅读(209) 评论(0) 赞(12)

<pre><code> /bin/sh   【已经被/bin/bash所取代】   /bin/bash  【Linux默认的shell】   /bin/ksh   【kornshell可交互式的从终端键盘或从一个文件中执行命令】   /bin/tcsh   【整合C shell,提供更多的功能】   /bin/csh   【已经被...