Created Install preparations (markdown)

neil 2016-10-04 13:49:27 +08:00
parent 6a7a00ef2b
commit 20ae9f7570
1 changed files with 20 additions and 0 deletions

20
Install-preparations.md Normal file

@ -0,0 +1,20 @@
# 1. Ubuntu:
```
apt-get install openssl cron netcat-openbsd curl
```
Either `netcat` or `netcat-openbsd` is also working.
```
apt-get install netcat
```
# 2. CentOS
```
yum -q -y install openssl crontabs nc curl
```