Skip to content

Commit f13b2c7

Browse files
committed
2018-03-08 完善 issue 里面的问题
1 parent 1562472 commit f13b2c7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

markdown-file/Samba.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@
7575
directory mask = 0747
7676
force directory mode = 0747
7777
```
78-
- 启动服务(CentOS 6、Ubuntu):
78+
- 启动服务(CentOS 6):
7979
- `sudo service samba restart`
8080
- `service smb restart` # 启动 samba
8181
- 启动服务(CentOS 7):
8282
- `systemctl start smb.service` # 启动 samba
8383
- `systemctl enable smb.service` # 激活
8484
- `systemctl status smb.service` # 查询 samba 状态(启动 samba 前后可以用查询验证)
85+
- 启动服务(Ubuntu 16.04.3 -- ljoaquin提供):
86+
- `sudo service smbd restart`
8587
8688
8789
## Samba 登录及验证

markdown-file/Tomcat-Install-And-Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fi
257257

258258
```
259259

260-
## 静止外网通过 8080 端口访问 Tomcat
260+
## 禁止外网通过 8080 端口访问 Tomcat
261261

262262
- 添加 iptables 规则:
263263
- `iptables -t filter -A INPUT -p tcp -m tcp --dport 8080 -s localhost -j ACCEPT`

markdown-file/Ubuntu-Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ubuntu 安装和分区
22

3-
- 先下载该系列教程<http://pan.baidu.com/s/1gdw7CuJ>
3+
- 先下载该系列教程(提取码:8qfg):<https://pan.baidu.com/s/1EHsgLsUZGOBzwNcEuDUKWA>
44

55
![Ubuntu 安装和分区视频](../images/Ubuntu-a-1.jpg)
66

0 commit comments

Comments
 (0)