旧手机建立自己的博客网站之踩坑记||在旧手机上建立自己的服务器(2)||2020年新货

接上一篇
接下来配置LNPM环境。

方案一

根据大佬的博文安装时会出现以下情况网站搜索无果,全是让改软件源的,改完后问题依然,其实分析后可知,无法定位就是源里面没有软件或者源错误,所以 这里不指定版本安装。
旧手机建立自己的博客网站之踩坑记||在旧手机上建立自己的服务器(2)||2020年新货_第1张图片
这里附上清华的软件源,仅适用于ubuntu bionic for arm64/armhf。

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic-backports main restricted universe multi

你可能感兴趣的:(Linux,for,Android,my,blog,瞎玩,linux,nginx,ubuntu,weblogic,wordpress)