Skip to content

Commit

Permalink
2015-12-08
Browse files Browse the repository at this point in the history
  • Loading branch information
YouMeek committed Dec 8, 2015
1 parent d5ae54c commit 08aed60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<h2 id="nfs1">NFS 安装</h2>

- 查看是否已安装:
- CentOS:`rpm -qa | grep nfs-*`
- Ubuntu:`dpkg -l | grep nfs-*`
- CentOS:`rpm -qa | grep nfs-*`
- Ubuntu:`dpkg -l | grep nfs-*`

- 安装:
- CentOS 5:`sudo yum install -y nfs-utils portmap`
Expand Down
4 changes: 2 additions & 2 deletions NTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<h2 id="ntp1">NTP 安装</h2>

- 查看是否已安装:
- CentOS:`rpm -qa | grep ntp-*`
- Ubuntu:`dpkg -l | grep ntp-*`
- CentOS:`rpm -qa | grep ntp-*`
- Ubuntu:`dpkg -l | grep ntp-*`

- 安装:
- CentOS 6:`sudo yum install -y ntp`
Expand Down
4 changes: 2 additions & 2 deletions SSH.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<h2 id="ssh1">SSH 安装</h2>

- 查看是否已安装:
- CentOS:`rpm -qa | grep openssh`
- Ubuntu:`dpkg -l | grep openssh`
- CentOS:`rpm -qa | grep openssh`
- Ubuntu:`dpkg -l | grep openssh`

- 安装:
- CentOS 6:`sudo yum install -y openssh-server openssh-clients`
Expand Down

0 comments on commit 08aed60

Please sign in to comment.