51工具盒子

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

shell

xshell 跳转

xshell 跳转

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

[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) 赞(4)

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

常见的shell

常见的shell

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

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

xshell 快速输入命令

xshell 快速输入命令

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

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

shell监控cpu的使用率是否超过90%

shell监控cpu的使用率是否超过90%

厉飞雨 阅读(29) 评论(0) 赞(4)

用shell判断cpu的使用率是否超过98%,如果超过90%获取cpu使用率最高的进程信息,如果不超过输出cpu使用率前十的进程信息 /mnt/zzy/data/scripts/cpumonitor.sh #!/bin/bash # 获取CPU使用率(注意这里用了top命令) #logfile=/root/syszzy.log logf...

zookeeper集群管理脚本shell

zookeeper集群管理脚本shell

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

先做 [集群免秘钥shell 脚本](https://51tbox.com/) zookeeper集群管理脚本shell cat /usr/local/sbin/manager_zk.sh 内容如下: #!/bin/bash #判断用户是否传参 if [ $# -ne 1 ];then echo &qu...

集群免秘钥shell 脚本

集群免秘钥shell 脚本

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

集群免秘钥shell 脚本 ![](http://static.51tbox.com/static/2024-08-29/col/9cfbfda773df6483a28dcf3eaf82f861/cced342fb5694e03a8e9fa52e8a903c3.png.jpg) ### (1)修改主机列表 cat >> /etc/hosts <&...