
SHELL
KAIVI-Blog
linux GCP AWS K8S CI/CD SHELL Jenkins
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Shell监控Linux系统
编写shell [root@centos ~]# cat monitor.sh #! /bin/bash #unset any variable which system may be using #clear the screen while getopts ivh name do case $name in i)iopt=1;; v)vopt=1;; h)hopt=1;; *)echo "Invalid ar原创 2021-01-27 14:57:41 · 269 阅读 · 0 评论 -
学习常用SHEEL脚本1
CentOS 最小化系统安装命令 #vim CentOS_min_install_cmd.sh #!/bin/bash yum install vim iotop bc gcc gcc-c++ glibc glibc-devel pcre \ pcre-devel openssl openssl-devel zip unzip zlib-devel net-tools \ lrzsz tree ntpdate telnet lsof tcpdump wget libevent libevent-dev原创 2020-05-11 00:46:49 · 921 阅读 · 0 评论