# 更新Linux系统 sudo apt-get update sudo apt-get -y upgrade sudo apt-get -y dist-upgrade # 安装软件包 sudo apt-get -y install task-chinese-t openssh-server openssh-client curl git # 中文环境设置 sudo dpkg-reconfigure locales sudo update-locale --reset sudo update-locale LANG=zh_CN.UTF-8 # 为Windows共享文件夹创建挂载点 sudo mkdir /mnt/share
|