- 博客(4)
- 资源 (3)
- 收藏
- 关注
原创 zabbix安装
rpm -ivh https://mirrors.tuna.tsinghua.edu.cn/zabbix/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-2.el7.noarch.rpmyum -y install yum-utilsyum-config-manager --enable rhel-7-server-optional-rpmsyum -y install zabbix-server-mysql zabbix-web-mysql zabbix.
2021-09-10 22:19:27
100
原创 centos7安装yum源,以及常用安装包
rm -rf /etc/yum.repos.d/*curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repoyum clean allyum repolist allyum -y install epel-releaseyum -y install bash-completion vim tree net-tools bind-utils
2021-09-10 21:22:20
455
原创 centos通过脚本快捷监控系统性能
话不多说直接上脚本#!/bin/bash#show system informationPS3="Your choice is: "os_check() { if [ -e /etc/redhat-release ]; then REDHAT=`cat /etc/redhat-release |cut -d' ' -f1` else DEBIAN=`cat /etc/issue |cut -d' '
2021-09-08 20:48:03
280
原创 centos实时监控网卡流量脚本
#!/bin/bash ethn=$1if [ -z $1 ];then echo "请输入网卡名称!例如(sh net.sh eth1)" exit 2fi while truedo RX_pre=$(cat /proc/net/dev | grep $ethn | sed 's/:/ /g' | awk '{print $2}') TX_pre=$(cat /proc/net/dev | grep $ethn | sed 's/:/ /g' | awk '{print $10}'.
2021-09-08 20:33:29
537
u盘在物理机安装centos8遇到的问题,有遇到过的吗?
2023-04-26
TA创建的收藏夹 TA关注的收藏夹
TA关注的人