Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new #1

Merged
merged 55 commits into from
Aug 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
9407a82
update
ppabc Jan 28, 2018
a0c8bac
update
ppabc Jan 29, 2018
a70fd39
Merge branch 'master' of github.com:aqzt/kjyw
ppabc Apr 11, 2018
8e815a6
SQLAdvisor
ppabc Apr 11, 2018
771c3a5
update
ppabc Apr 11, 2018
3b9e104
update
ppabc Apr 12, 2018
670cb8c
update
ppabc Apr 24, 2018
9e1c26d
update
ppabc May 16, 2018
6370ae7
update
ppabc May 16, 2018
a53051a
update
ppabc May 20, 2018
d15ec43
update
ppabc May 20, 2018
ac39873
update
ppabc May 30, 2018
21df61e
update
ppabc May 31, 2018
8ee82ec
update
ppabc May 31, 2018
20e11b7
update
ppabc May 31, 2018
cb33d7f
update
ppabc May 31, 2018
1bdded2
update
ppabc Jun 2, 2018
b6750b7
update
ppabc Jun 7, 2018
1660ea0
update
ppabc Jun 13, 2018
f3ad918
update
ppabc Jun 13, 2018
ee12ed3
update
ppabc Jun 13, 2018
34bd7af
update
ppabc Jun 14, 2018
8825c47
update
ppabc Jun 19, 2018
694446e
mydumper
ppabc Jul 2, 2018
15b38d6
git_install_2.22.1
aqzt Sep 13, 2019
423c7d9
数组
aqzt Sep 13, 2019
780f007
go
opcache Oct 24, 2019
361f873
py
opcache Oct 24, 2019
528d81d
url
opcache Oct 27, 2019
34cf33c
url
opcache Oct 27, 2019
7c5a76f
mail
opcache Oct 30, 2019
c6999f6
rename
opcache Nov 28, 2019
7569846
docker
opcache Nov 28, 2019
0d75824
LICENSE
opcache Dec 18, 2019
8bd2430
curl
opcache Jan 2, 2020
991dd8c
curl1
opcache Jan 2, 2020
1226488
openssh
opcache Feb 22, 2020
bd2be54
k8s aliyun
opcache Mar 11, 2020
f264630
redis_cluster
opcache Mar 21, 2020
ee2e9e0
redis_cluster
opcache Mar 21, 2020
242e925
redis_cluster
opcache Mar 21, 2020
21adff9
redis_cluster
opcache Mar 21, 2020
afd1006
zabbix
opcache May 30, 2020
5b72f68
harbor
opcache May 30, 2020
d9985a3
harbor
opcache May 30, 2020
82fc364
docker-18.09.8
opcache May 30, 2020
e57d2aa
README.md
opcache May 30, 2020
578d246
docker-compose
opcache May 31, 2020
111aef7
zabbix-3.4.15
opcache May 31, 2020
860d088
zabbix-3.4.15
opcache May 31, 2020
da3f2f7
harbor
opcache May 31, 2020
fe9217c
update
opcache Jun 6, 2020
9711850
tcpdump
opcache Jun 7, 2020
67fe993
update
opcache Nov 8, 2020
eb4215d
update
opcache Nov 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 [email protected] https://aqzt.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
- Linux下很多操作命令,都可以根据业务需求通用化,脚本化,关键是思路,很多LAMP/LNMP一键安装包,也是这样。
- 脚本化后,可以结合一些自动化工具,批量部署,比如可以用ansible来批量执行脚本,就可以批量部署服务器业务。
- 这里面的脚本是运维经常使用的脚本,方便大家使用!

## 快捷运维官方地址
- 开源中国●码云地址:https://gitee.com/aqztcom/kjyw.git
- Github地址:https://github.com/aqzt/kjyw.git
- 相关使用文档:https://bbs.aqzt.com/forum-39-1.html
- 有问题反馈:https://aq2.cn/c/kjyw

## 为什么要做快捷运维?
- 相信大家都知道,运维是一项非常重要且时效性要求很高的工作,项目和程序发布,升级,更新都少不了运维的操作,
Expand All @@ -31,17 +36,17 @@
- 有没有更好的方法,可以提高效率,快速完成呢?
- 如果用脚本部署,只需要1分钟搞定,主要是编译redis时间,大大提高效率,快捷,快捷,快捷啊!
- 第一步 编译redis
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/install.sh | sh
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/install.sh | sh
- 第二步 拷贝redis执行文件,修改配置文件,并启动
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s install 8001 8009
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s install 8001 8009
- 完成!
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis1.gif)
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis1.gif)
- 批量关闭redis端口 8001到8009
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s stop 8001 8009
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis2.gif)
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s stop 8001 8009
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis2.gif)
- 批量启动redis端口 8001到8009
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s start 8001 8009
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis3.gif)
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s start 8001 8009
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis3.gif)
- 快捷运维还有其他运维经常使用的脚本,方便使用,提高效率!


Expand All @@ -59,7 +64,7 @@

## 微信关注

![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/aqzt.jpg)
![image](https://gitee.com/aqztcom/kjyw/raw/master/images/aqzt.jpg)

- 运维就是踩坑,踩坑的最高境界就是:踩遍所有的坑,让别人无坑可踩!
- 做事的宗旨是:一条命令的事,一个脚本的事!
Expand Down
21 changes: 13 additions & 8 deletions README_osc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
- Linux下很多操作命令,都可以根据业务需求通用化,脚本化,关键是思路,很多LAMP/LNMP一键安装包,也是这样。
- 脚本化后,可以结合一些自动化工具,批量部署,比如可以用ansible来批量执行脚本,就可以批量部署服务器业务。
- 这里面的脚本是运维经常使用的脚本,方便大家使用!

## 快捷运维官方地址
- 开源中国●码云地址:https://gitee.com/aqztcom/kjyw.git
- Github地址:https://github.com/aqzt/kjyw.git
- 相关使用文档:https://bbs.aqzt.com/forum-39-1.html
- 有问题反馈:https://aq2.cn/c/kjyw

## 为什么要做快捷运维?
- 相信大家都知道,运维是一项非常重要且时效性要求很高的工作,项目和程序发布,升级,更新都少不了运维的操作,
Expand All @@ -31,17 +36,17 @@
- 有没有更好的方法,可以提高效率,快速完成呢?
- 如果用脚本部署,只需要1分钟搞定,主要是编译redis时间,大大提高效率,快捷,快捷,快捷啊!
- 第一步 编译redis
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/install.sh | sh
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/install.sh | sh
- 第二步 拷贝redis执行文件,修改配置文件,并启动
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s install 8001 8009
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s install 8001 8009
- 完成!
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis1.gif)
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis1.gif)
- 批量关闭redis端口 8001到8009
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s stop 8001 8009
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis2.gif)
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s stop 8001 8009
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis2.gif)
- 批量启动redis端口 8001到8009
- curl -s https://git.oschina.net/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s start 8001 8009
- ![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/redis3.gif)
- curl -s https://gitee.com/aqztcom/kjyw/raw/master/redis/redis_port.sh | sh -s start 8001 8009
- ![image](https://gitee.com/aqztcom/kjyw/raw/master/images/redis3.gif)
- 快捷运维还有其他运维经常使用的脚本,方便使用,提高效率!


Expand All @@ -59,7 +64,7 @@

## 微信关注

![image](https://git.oschina.net/aqztcom/kjyw/raw/master/images/aqzt.jpg)
![image](https://gitee.com/aqztcom/kjyw/raw/master/images/aqzt.jpg)

- 运维就是踩坑,踩坑的最高境界就是:踩遍所有的坑,让别人无坑可踩!
- 做事的宗旨是:一条命令的事,一个脚本的事!
Expand Down
Loading