From 20ae9f757019334ae36abbd31edbdd317f03f73e Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 13:49:27 +0800 Subject: [PATCH] Created Install preparations (markdown) --- Install-preparations.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Install-preparations.md diff --git a/Install-preparations.md b/Install-preparations.md new file mode 100644 index 0000000..d204f40 --- /dev/null +++ b/Install-preparations.md @@ -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 +``` + + +