Sign inSign up

zqh2021/ubuntu_ssh_nvm

By zqh2021

Updated 4 months ago

A mirror based on Ubuntu+SSH+NVM+GIT

Image
Developer tools
Operating systems
0

305

zqh2021/ubuntu_ssh_nvm repository overview

Project Introduction

Used for compiling and deploying front-end projects. The default password for root is 123456.

Change root password

passwd root
# 或
echo "root:123456" | chpasswd 

Tool Introduction

  • Nvm is a node version management tool, version 0.39.3
  • The default version of node is v22.17.0
  • Git is a code management tool, version 2.51.0
  • SSH, sshpass remote connection tool, SSH version is OpenSSL, sshpass version is 3.5.3 sshpass 1.10

项目介绍

用于编译部署前端项目,root的默认密码是123456

修改root密码

passwd root
# 或
echo "root:123456" | chpasswd 

工具介绍

  • nvm是一个node版本管理工具,版本是0.39.3
  • node默认版本是v22.17.0
  • git是代码管理工具,版本是2.51.0
  • ssh、sshpass 远程连接工具,ssh版本是OpenSSL,sshpass版本是3.5.3sshpass 1.10

Tag summary

Content type

Image

Digest

sha256:f184e1499

Size

236.2 MB

Last updated

4 months ago

docker pull zqh2021/ubuntu_ssh_nvm:26.04