51工具盒子

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

经验分享

终端for 循环 shell for

终端for 循环 shell for

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

1# 1分钟内连续发送错误请求 5 次 for i in {1..3};do curl http://192.168.1.134/xxxxxx -I;done 2# 修改各节点的配置文件 (1)broker.id for ((host_id=111;host_id<=113;host_id++)) do ssh elk${host_id} &q...

vim 命令总结

vim 命令总结

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

vim 命令总结 #### 1-.删除: "x": 删除光标所在的字符 "dw": 删除光标位置到下一个单词开头之前内容 "de": 删除光标位置到上一个单词结尾之后内容 "d$": 删除光标位置到该行的结尾的内容 大 D 也可以 "...

‘Execute shell’ marked build as failure

‘Execute shell’ marked build as failure

厉飞雨 阅读(25) 评论(0) 赞(3)

'Execute shell' marked build as failure {#articleContentId} =========================================================== ###### 解决方案: 修改configure 执行shell命令中,添加:#!/bin/bash ![](ht...

xshell 跳转

xshell 跳转

厉飞雨 阅读(19) 评论(0) 赞(3)

[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 备份)

厉飞雨 阅读(20) 评论(0) 赞(3)

xshell7 导出配置: 需要设置主机密码 注意,如果想保证这个密码同步, 在导入的机器上的主密码也要一致 。 ![](http://static.51tbox.com/static/2024-08-29/col/941f159c450d2c02836eec8423997e85/f9244b1b7b094360a2495372b0a1de9b.png.jpg) 然后...

常见的shell

常见的shell

厉飞雨 阅读(26) 评论(0) 赞(2)

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

xshell 快速输入命令

xshell 快速输入命令

厉飞雨 阅读(20) 评论(0) 赞(2)

xshell 快速输入命令 ### (1) 查看 -》 快速命令 ![](http://static.51tbox.com/static/2024-08-29/col/9565e53d64f2015368cd5adf2d6c33a0/850f2772d2bd42f5b2db8b8c3532d17a.png.jpg) ### (2)双击空白 ![](http://stat...