Linux toolkit Easily install docker and Nodejs shell script
April 6, 2024 · View on GitHub
中文文档
Features
- Configuring an SSH login without password. Change the SSH Default Port. Secure your VPS.
- Install linux sofrware including Oh-my-zsh, zsh-autosuggestions, Micro editors.
- Install Nodejs and PM2.
- Install Docker and Docker Compose.
- 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
