Debian 新系统部署
基本配置
1 | # 更新 |
设置自定义命令
在 /etc/profile
文件添加一下配置
1 | alias l="ls -lhF --color" |
source /etc/profile
ssh 登录设置
1 | sudo vim /etc/ssh/sshd_config |
安装应用包
1 | sudo apt install git |
Debian 新系统部署
1 | # 更新 |
在 /etc/profile
文件添加一下配置
1 | alias l="ls -lhF --color" |
source /etc/profile
1 | sudo vim /etc/ssh/sshd_config |
1 | sudo apt install git |
Debian 新系统部署