Ubuntu20.04LTS环境下搭建seafile专业版私有网盘


预操作

  1. 在/etc/apt/sources.list中添加清华源的镜像列表至头部
  2. 安装fish
  3. 安装neovim
  4. 开启ssh服务
sudo apt update
sudo apt install openssh-server
#检测ssh服务的状态
sudo systemctl status ssh
#测试用nxshell连接
sudo apt install net=tools
## 察看ip
ifconfig
## 使用Nxshell连接
## 允许ssh通过root账号登陆
sudo passwd root
sudo vim /etc/ssh/sshd_config
> PermitRootLogin yes
sudo systemctl restart sshd

官方文档

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/277686.html

(0)
上一篇 2022年7月29日
下一篇 2022年7月29日

相关推荐

发表回复

登录后才能评论