update docs

pull/11/head
Zhang Peng 2019-02-26 16:05:09 +08:00
parent 6a8b8cfd88
commit b548283e0d
11 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@
- [自签名证书](#自签名证书)
- [创建证书](#创建证书)
- [gitlab 配置](#gitlab-配置)
- [引申和引用](#引申和引用)
- [更多内容](#更多内容)
<!-- /TOC -->
@ -293,7 +293,7 @@ sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart
```
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -68,7 +68,7 @@
<br><div align="center"><img src="https://docs.gitlab.com/ce/user/project/issues/img/new_issue_from_issue_board.png"/></div><br>
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -130,7 +130,7 @@ $ rpm -ivh jdk-8u181-linux-x64.rpm
4检验是否安装成功执行 `java -version` 命令
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -119,7 +119,7 @@ sed -i 's/www.google.com/www.baidu.com/g' /root/.jenkins/updates/default.json
sed -i '/^<url>/s/.*/<url>http:\/\/mirror.xmission.com\/jenkins\/updates\/update-center.json<\/url>/g' /root/.jenkins/hudson.model.UpdateCenter.xml
```
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -141,7 +141,7 @@ Topic:my-replicated-topic PartitionCount:1 ReplicationFactor:3 Configs:
- replicas - 是复制此分区日志的节点列表,无论它们是否为领导者,或者即使它们当前处于活动状态。
- isr - 是“同步”复制品的集合。这是副本列表的子集,该列表当前处于活跃状态并且已经被领导者捕获。
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -193,7 +193,7 @@ $ mvn clean package -Dmaven.skip.test=true -P zp
$ mvn clean deploy -Dmaven.skip.test=true -P zp
```
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -54,7 +54,7 @@ nvm use 8.9.4
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/nodejs) |
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -117,7 +117,7 @@ brokerIP1 = 10.10.30.63
nohup sh bin/mqbroker -n localhost:9876 -c conf/broker.conf &
```
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -13,7 +13,7 @@ Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,
- [1.6. 启动关闭 svn](#16-启动关闭-svn)
- [1.7. 开机自启动 svn 方法](#17-开机自启动-svn-方法)
- [1.8. svn 客户端访问](#18-svn-客户端访问)
- [2. 引申和引用](#2-引申和引用)
- [2. 更多内容](#2-更多内容)
<!-- /TOC -->
@ -145,7 +145,7 @@ $ vi /etc/sysconfig/svnserve
<br><div align="center"><img src="https://raw.githubusercontent.com/dunwu/images/master/snap/20190129175443.png"/></div><br>
## 2. 引申和引用
## 2. 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -46,7 +46,7 @@ cd /opt/tomcat/apache-tomcat-8.5.28/bin
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/tomcat) |
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)

View File

@ -90,7 +90,7 @@ $ bin/zkServer.sh stop
> 本节安装内容参考:[Zookeeper 安装](https://www.w3cschool.cn/zookeeper/zookeeper_installation.html)
## 引申和引用
## 更多内容
- **引申**
- [操作系统、运维部署总结系列](https://github.com/dunwu/OS)