├── README.md ├── conf └── log.txt ├── lib ├── process.sh ├── system.sh └── test.sh ├── material ├── CFrontendSetup.php ├── ifbook.go ├── man-jenkins ├── man-kafka ├── man-kafka-manager ├── man-mindoc ├── man-mysql ├── man-nginx ├── man-php ├── man-redis ├── man-redis-browser ├── man-redis1 ├── man-tomcat ├── nginx.conf ├── redis_7000.conf ├── redis_browser.yml └── server.properties ├── package ├── c.png └── d.png ├── script ├── ant-1.9.sh ├── apr-1.6.sh ├── apr-util-1.6.sh ├── batch.sh ├── bidfree.sh ├── calibre.sh ├── card-life.sh ├── chinese-font.sh ├── clocks.sh ├── dos2.sh ├── glibc-2.14.sh ├── golang.sh ├── gradle.sh ├── hit-boss.sh ├── http_load.sh ├── httpd-2.4.sh ├── ip-location.sh ├── jdk-1.7.sh ├── jdk-1.8.sh ├── jenkins-2.75.sh ├── jenkins.sh ├── kafka-2.12.sh ├── kafka-cluster.sh ├── kafka-manager.sh ├── lamp-yum.sh ├── logcut.sh ├── maven-3.5.sh ├── mindoc.sh ├── moni-tty.sh ├── mysql-5.6.sh ├── mysql-5.7.sh ├── nginx-1.8.sh ├── nodejs-12.16.sh ├── nodejs-8.9.sh ├── nvm.sh ├── openssl.sh ├── pcre-8.sh ├── php-5.6.sh ├── php-7.1.sh ├── python-3.6.sh ├── redis-3.2.sh ├── redis-browser.sh ├── redis-cluster.sh ├── redis-port.sh ├── ruby-2.4.sh ├── rvm.sh ├── sbt.sh ├── siege.sh ├── sqlite-3.23.sh ├── sys-mes.sh ├── tanke.sh ├── tetris.sh ├── tijiao-git.sh ├── tomcat-8.5.sh ├── zabbix-3.4.sh ├── zabbix-open.sh ├── zk-cluster.sh └── zookeeper-3.5.sh └── ssc.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/README.md -------------------------------------------------------------------------------- /conf/log.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 占位符 3 | -------------------------------------------------------------------------------- /lib/process.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/lib/process.sh -------------------------------------------------------------------------------- /lib/system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/lib/system.sh -------------------------------------------------------------------------------- /lib/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/lib/test.sh -------------------------------------------------------------------------------- /material/CFrontendSetup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/CFrontendSetup.php -------------------------------------------------------------------------------- /material/ifbook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/ifbook.go -------------------------------------------------------------------------------- /material/man-jenkins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-jenkins -------------------------------------------------------------------------------- /material/man-kafka: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-kafka -------------------------------------------------------------------------------- /material/man-kafka-manager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-kafka-manager -------------------------------------------------------------------------------- /material/man-mindoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-mindoc -------------------------------------------------------------------------------- /material/man-mysql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-mysql -------------------------------------------------------------------------------- /material/man-nginx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-nginx -------------------------------------------------------------------------------- /material/man-php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-php -------------------------------------------------------------------------------- /material/man-redis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-redis -------------------------------------------------------------------------------- /material/man-redis-browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-redis-browser -------------------------------------------------------------------------------- /material/man-redis1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-redis1 -------------------------------------------------------------------------------- /material/man-tomcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/man-tomcat -------------------------------------------------------------------------------- /material/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/nginx.conf -------------------------------------------------------------------------------- /material/redis_7000.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/redis_7000.conf -------------------------------------------------------------------------------- /material/redis_browser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/redis_browser.yml -------------------------------------------------------------------------------- /material/server.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/material/server.properties -------------------------------------------------------------------------------- /package/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/package/c.png -------------------------------------------------------------------------------- /package/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/package/d.png -------------------------------------------------------------------------------- /script/ant-1.9.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/ant-1.9.sh -------------------------------------------------------------------------------- /script/apr-1.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/apr-1.6.sh -------------------------------------------------------------------------------- /script/apr-util-1.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/apr-util-1.6.sh -------------------------------------------------------------------------------- /script/batch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/batch.sh -------------------------------------------------------------------------------- /script/bidfree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/bidfree.sh -------------------------------------------------------------------------------- /script/calibre.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/calibre.sh -------------------------------------------------------------------------------- /script/card-life.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/card-life.sh -------------------------------------------------------------------------------- /script/chinese-font.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/chinese-font.sh -------------------------------------------------------------------------------- /script/clocks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/clocks.sh -------------------------------------------------------------------------------- /script/dos2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/dos2.sh -------------------------------------------------------------------------------- /script/glibc-2.14.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/glibc-2.14.sh -------------------------------------------------------------------------------- /script/golang.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/golang.sh -------------------------------------------------------------------------------- /script/gradle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/gradle.sh -------------------------------------------------------------------------------- /script/hit-boss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/hit-boss.sh -------------------------------------------------------------------------------- /script/http_load.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/http_load.sh -------------------------------------------------------------------------------- /script/httpd-2.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/httpd-2.4.sh -------------------------------------------------------------------------------- /script/ip-location.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/ip-location.sh -------------------------------------------------------------------------------- /script/jdk-1.7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/jdk-1.7.sh -------------------------------------------------------------------------------- /script/jdk-1.8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/jdk-1.8.sh -------------------------------------------------------------------------------- /script/jenkins-2.75.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/jenkins-2.75.sh -------------------------------------------------------------------------------- /script/jenkins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/jenkins.sh -------------------------------------------------------------------------------- /script/kafka-2.12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/kafka-2.12.sh -------------------------------------------------------------------------------- /script/kafka-cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/kafka-cluster.sh -------------------------------------------------------------------------------- /script/kafka-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/kafka-manager.sh -------------------------------------------------------------------------------- /script/lamp-yum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/lamp-yum.sh -------------------------------------------------------------------------------- /script/logcut.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/logcut.sh -------------------------------------------------------------------------------- /script/maven-3.5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/maven-3.5.sh -------------------------------------------------------------------------------- /script/mindoc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/mindoc.sh -------------------------------------------------------------------------------- /script/moni-tty.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/moni-tty.sh -------------------------------------------------------------------------------- /script/mysql-5.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/mysql-5.6.sh -------------------------------------------------------------------------------- /script/mysql-5.7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/mysql-5.7.sh -------------------------------------------------------------------------------- /script/nginx-1.8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/nginx-1.8.sh -------------------------------------------------------------------------------- /script/nodejs-12.16.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/nodejs-12.16.sh -------------------------------------------------------------------------------- /script/nodejs-8.9.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/nodejs-8.9.sh -------------------------------------------------------------------------------- /script/nvm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/nvm.sh -------------------------------------------------------------------------------- /script/openssl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/openssl.sh -------------------------------------------------------------------------------- /script/pcre-8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/pcre-8.sh -------------------------------------------------------------------------------- /script/php-5.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/php-5.6.sh -------------------------------------------------------------------------------- /script/php-7.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/php-7.1.sh -------------------------------------------------------------------------------- /script/python-3.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/python-3.6.sh -------------------------------------------------------------------------------- /script/redis-3.2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/redis-3.2.sh -------------------------------------------------------------------------------- /script/redis-browser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/redis-browser.sh -------------------------------------------------------------------------------- /script/redis-cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/redis-cluster.sh -------------------------------------------------------------------------------- /script/redis-port.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/redis-port.sh -------------------------------------------------------------------------------- /script/ruby-2.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/ruby-2.4.sh -------------------------------------------------------------------------------- /script/rvm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/rvm.sh -------------------------------------------------------------------------------- /script/sbt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/sbt.sh -------------------------------------------------------------------------------- /script/siege.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/siege.sh -------------------------------------------------------------------------------- /script/sqlite-3.23.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/sqlite-3.23.sh -------------------------------------------------------------------------------- /script/sys-mes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/sys-mes.sh -------------------------------------------------------------------------------- /script/tanke.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/tanke.sh -------------------------------------------------------------------------------- /script/tetris.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/tetris.sh -------------------------------------------------------------------------------- /script/tijiao-git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/tijiao-git.sh -------------------------------------------------------------------------------- /script/tomcat-8.5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/tomcat-8.5.sh -------------------------------------------------------------------------------- /script/zabbix-3.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/zabbix-3.4.sh -------------------------------------------------------------------------------- /script/zabbix-open.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/zabbix-open.sh -------------------------------------------------------------------------------- /script/zk-cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/zk-cluster.sh -------------------------------------------------------------------------------- /script/zookeeper-3.5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/script/zookeeper-3.5.sh -------------------------------------------------------------------------------- /ssc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goodboy23/shell-script-collection/HEAD/ssc.sh --------------------------------------------------------------------------------