更改主机名
su -
切换到root用户 vim /etc/hostname
systemctl restart systemd-hostnamed
reboot
这个方法是靠谱的.
登录欢迎词
/etc/motd
修改欢迎词, 艺术字, standard, fitted
其他
apt update
后安装vim tmux htop tree curl等等.
tmux 中ctrl+b :
后 set -g prefix C-a
.bashrc添加 PS1='\[\e[1;32m\]\u@\h:\[\e[1;34m\]\w\[\e[0m\]\$ '