将本地hexo迁移至阿里云轻量应用服务器
在root环境下
配置服务器80端口参照https://blog.csdn.net/CLOUD_J/article/details/104697089
安装nginx
使用命令行12345yum insatll -y nginx启动服务器:systemctl start nginxsystemctl enable nginx出现create...
补充:远程连接自己服务器参考:https://blog.csdn.net/qq_42249896/article/details/85200327
linux命令参考菜鸟教程:https://www.runoob.com/linux/linux-vim.html
不保存退出命令为::q!5.查看ssh公钥 参考:https://blog.csdn.net/qq_36631580/article/details/123530578
本机存在ssh key在安装Git前提下,打开Git Bash Here输入 cd ~/.ssh 进入到.ssh 文件夹
输入 ls 查看.ssh 文件夹里面的文件,有 【id_rsa】【 ...