Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1006 Bytes

TOOL_CN.md

File metadata and controls

38 lines (20 loc) · 1006 Bytes

Linux toolkit Easily install docker and Nodejs shell script

安装 Linux 软件 和 服务器端 一键脚本

目录 Table of Contents

功能介绍

  1. 开启SSH 无密码登录.修改SSH默认端口, 增加VPS安全性.
  2. 安装 Oh-my-zsh, zsh-autosuggestions, Micro 编辑器.
  3. 安装 Nodejs 和 PM2.
  4. 安装 Docker 和 Docker Compose.
  5. 安装 Portainer.

Installation

via curl 安装命令

curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/linux_install_software.sh && chmod +x ./linux_install_software.sh && ./linux_install_software.sh

via wget 安装命令

wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/linux_install_software.sh && chmod +x ./linux_install_software.sh && ./linux_install_software.sh

功能列表4