美文网首页
阿里云服务器安装JAVA环境

阿里云服务器安装JAVA环境

作者: 程序员大春 | 来源:发表于2021-06-21 17:50 被阅读0次
yum install java-1.8.0-openjdk*
yum install nodejs.x86_64
npm i cnpm -g
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
adduser wanchun
passwd wanchun
# 添加sodu权限
sed -i '/root[^A]*ALL=(ALL)/a wanchun ALL=(ALL) NOPASSWD:ALL' /etc/sudoers
# 禁用ROOT登陆
sed -i 's/PermitRootLogin[a-zA-Z]*yes/PermitRootLogin no/g' /etc/ssh/sshd_config
systemctl restart sshd.service

相关文章

网友评论

      本文标题:阿里云服务器安装JAVA环境

      本文链接:https://www.haomeiwen.com/subject/nvyksltx.html