From df596923e6ce8c431c393e7724d6aef92acd9e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=9B=85=E5=A9=B7?= <11802116+chen-yatin@user.noreply.gitee.com> Date: Thu, 16 May 2024 10:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0515-\350\231\232\346\213\237\346\234\272.md" | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 "\351\231\210\351\233\205\345\251\267/20240515-\350\231\232\346\213\237\346\234\272.md" diff --git "a/\351\231\210\351\233\205\345\251\267/20240515-\350\231\232\346\213\237\346\234\272.md" "b/\351\231\210\351\233\205\345\251\267/20240515-\350\231\232\346\213\237\346\234\272.md" new file mode 100644 index 0000000..6f781f3 --- /dev/null +++ "b/\351\231\210\351\233\205\345\251\267/20240515-\350\231\232\346\213\237\346\234\272.md" @@ -0,0 +1,16 @@ +#### 更新系统软件源 +``` +apt-get update +``` +#### 更新系统 +``` +apt upgrade -y +``` +#### 安装vim(vim可以理解是一个语言) +``` +apt install vim +``` +#### 编辑静态的ip +#### 编辑配置sshd配置,允许远程的账号登入 +#### 配置环境变量 +#### 设置当前的语言字符集 -- Gitee