Ubuntu 自动化配置工具

在安装 Ubuntu 系统的时候,每次安装完成都要配置和下载一些东西,比如:配置远程登陆设置、下载 vim 等常用软件。所以就写了一个 Ubuntu 自动化配置的工具,目前功能还比较简单,能够满足当前的需要,后续会继续更新~,有需要什么功能的也可以和我说~

1. 程序功能:

  • 安装 net-tools, 以便使用 ifconfig 命令;
  • 安装 openssh-server,以便使用 ssh;
  • 设置 ssh 服务开机启动;
  • 启动 ssh 服务;
  • 设置 root 密码;
  • 安装 vim;
  • 修改配置文件 /etc/ssh/sshd_config,以便允许 root 远程登陆;
  • 重启 ssh 服务;

2. 使用方式:

  • git clone https://github.com/New-World-2019/Ubuntu-Automated-Configuration.git
  • cd Ubuntu-Automated-Configuration/src
  • sudo ./init.sh

github 地址 : 点点点  

你可能感兴趣的:(Linux,Ubuntu,自动化配置,脚本,Ubuntu,允许远程登陆,github)