Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 952 Bytes

TOOL.md

File metadata and controls

36 lines (18 loc) · 952 Bytes

Linux toolkit Easily install docker and Nodejs shell script

Features

  1. Configuring an SSH login without password. Change the SSH Default Port. Secure your VPS.
  2. Install linux sofrware including Oh-my-zsh, zsh-autosuggestions, Micro editors.
  3. Install Nodejs and PM2.
  4. Install Docker and Docker Compose.
  5. Install Portainer.

Installation

via curl to install script

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 to install script

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