
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 screenwhile getopts ivh namedo case $name in i)iopt=1;; v)vopt=1;; h)hopt=1;; *)echo "Invalid ar原创 2021-01-27 14:57:41 · 270 阅读 · 0 评论 -
学习常用SHEEL脚本1
CentOS 最小化系统安装命令#vim CentOS_min_install_cmd.sh#!/bin/bashyum 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 · 926 阅读 · 0 评论