Skip to content

Commit b548283

Browse files
committed
update docs
1 parent 6a8b8cf commit b548283

11 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/linux/ops/service/gitlab/gitlab-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [自签名证书](#自签名证书)
1616
- [创建证书](#创建证书)
1717
- [gitlab 配置](#gitlab-配置)
18-
- [引申和引用](#引申和引用)
18+
- [更多内容](#更多内容)
1919

2020
<!-- /TOC -->
2121

@@ -293,7 +293,7 @@ sudo gitlab-ctl reconfigure
293293
sudo gitlab-ctl restart
294294
```
295295

296-
## 引申和引用
296+
## 更多内容
297297

298298
- **引申**
299299
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/gitlab/gitlab-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<br><div align="center"><img src="https://docs.gitlab.com/ce/user/project/issues/img/new_issue_from_issue_board.png"/></div><br>
7070

71-
## 引申和引用
71+
## 更多内容
7272

7373
- **引申**
7474
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/jdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ rpm -ivh jdk-8u181-linux-x64.rpm
130130

131131
(4)检验是否安装成功,执行 `java -version` 命令
132132

133-
## 引申和引用
133+
## 更多内容
134134

135135
- **引申**
136136
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sed -i 's/www.google.com/www.baidu.com/g' /root/.jenkins/updates/default.json
119119
sed -i '/^<url>/s/.*/<url>http:\/\/mirror.xmission.com\/jenkins\/updates\/update-center.json<\/url>/g' /root/.jenkins/hudson.model.UpdateCenter.xml
120120
```
121121

122-
## 引申和引用
122+
## 更多内容
123123

124124
- **引申**
125125
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Topic:my-replicated-topic PartitionCount:1 ReplicationFactor:3 Configs:
141141
- replicas - 是复制此分区日志的节点列表,无论它们是否为领导者,或者即使它们当前处于活动状态。
142142
- isr - 是“同步”复制品的集合。这是副本列表的子集,该列表当前处于活跃状态并且已经被领导者捕获。
143143

144-
## 引申和引用
144+
## 更多内容
145145

146146
- **引申**
147147
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/nexus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ $ mvn clean package -Dmaven.skip.test=true -P zp
193193
$ mvn clean deploy -Dmaven.skip.test=true -P zp
194194
```
195195

196-
## 引申和引用
196+
## 更多内容
197197

198198
- **引申**
199199
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ nvm use 8.9.4
5454

5555
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nodejs) |
5656

57-
## 引申和引用
57+
## 更多内容
5858

5959
- **引申**
6060
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/rocketmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ brokerIP1 = 10.10.30.63
117117
nohup sh bin/mqbroker -n localhost:9876 -c conf/broker.conf &
118118
```
119119
120-
## 引申和引用
120+
## 更多内容
121121
122122
- **引申**
123123
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/svn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,
1313
- [1.6. 启动关闭 svn](#16-启动关闭-svn)
1414
- [1.7. 开机自启动 svn 方法](#17-开机自启动-svn-方法)
1515
- [1.8. svn 客户端访问](#18-svn-客户端访问)
16-
- [2. 引申和引用](#2-引申和引用)
16+
- [2. 更多内容](#2-更多内容)
1717

1818
<!-- /TOC -->
1919

@@ -145,7 +145,7 @@ $ vi /etc/sysconfig/svnserve
145145

146146
<br><div align="center"><img src="https://raw.githubusercontent.com/dunwu/images/master/snap/20190129175443.png"/></div><br>
147147

148-
## 2. 引申和引用
148+
## 2. 更多内容
149149

150150
- **引申**
151151
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

docs/linux/ops/service/tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd /opt/tomcat/apache-tomcat-8.5.28/bin
4646

4747
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/tomcat) |
4848

49-
## 引申和引用
49+
## 更多内容
5050

5151
- **引申**
5252
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

0 commit comments

Comments
 (0)