2024-06-24
2.2k words
9 mins
Linux基础设置(新买的VPS需要做什么)
阅读须知
所有内容都基于Debian和vps拥有良好的网络环境
非root用户请使用sudo指令
本文面向小白,所以不少废话
本文不会及时更新,一切请以官方文档为准
请善用目录与搜索(CTRL + F)
基础设置1.更新软件包{.line-numbers}1apt update && apt upgrade && apt full-upgrade
2.安装基础工具{.1apt install neovim curl unzip sudo wget
3.更换默认编辑器为Neovim
卸载nano
{.line-