Server Setup
/ 4 min read
1. 修改主机名
hostnamectl set-hostname 新的主机名
vi /etc/hosts # 将 127.0.1.1 旧主机名 改为 127.0.1.1 新主机名
2. 更改镜像源
然后执行 apt update
和 apt upgrade
。
3. 配置 ssh
添加 ssh public keys 到 /root/.ssh/authorized_keys
重启 systemctl restart sshd
4. 配置 zsh & oh-my-zsh
5. 配置 .zshrc
最后别忘记 source ~/.zshrc
6. 配置 .vimrc
7. 配置 .tmux.conf
安装 tmux: apt install -y tmux
8. 安装常用工具
执行上面的命令,查看哪些未安装,然后补充安装一下。
9. 推荐几个好用工具
以及 nezha agent, yazi, tailscale。
10. locale 以及时区问题
使用 locale
检查 LANGUAGE=en_US
LANG=en_US.UTF-8
等。
使用 timedatectl
检查时区,修改成 Asia/Shanghai
:
安装 ntp 等工具:
然后再用 timedatectl status
检查: