宝塔官方建议是纯净的系统,我使用docker运行一个ubuntu容器,模拟一个纯净的系统,这样也不会影响到我的其他服务。

docker run --name baota -id -p 8888:8888 ubuntu
docker exec -it baota bash
apt-get update
apt-get install wget vim

更改以下源地址,不改速度奇慢
vim /etc/apt/sources.list
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

apt-get update

宝塔官方提供的安装命令
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

安装完成后的登录地址和用户名密码
Bt-Panel: http://1.180.xxx.xxx:8888/2bdec3a8
username: ywhnrs2u
password: 0aa6b647

这个地址不对,我改成http://127.0.0.1:8888/2bdec3a8
安装个lnmp,速度特别慢,不知道在做啥操作。论灵活性肯定不如自己搭建,但是胜在小白不需要关注任何事情,并且现在的用户量很大,需求也是有不少

最新文章

  1. 新入门node.js必须要知道的概念
  2. 加州大学伯克利分校Stat2.3x Inference 统计推断学习笔记: Section 5 Window to a Wider World
  3. ecshop 的transport.js 与jqueyr冲突
  4. Docker个人学习总结
  5. Eclipse-将svn上的项目转化成相应的项目
  6. uva 10810
  7. Java中导入、导出Excel
  8. printf那点事
  9. 转:java中Vector的使用
  10. 【CF1141F2】Same Sum Blocks
  11. 解决 ln -s 软链接产生的Too many levels of symbolic links错误
  12. 物联网架构成长之路(14)-SpringBoot整合thymeleaf
  13. react-native-storage 使用笔记 持续更新
  14. MySQL多源复制【转】
  15. redis for windows安装
  16. gclient多源码管理工具 DEPS文件
  17. 【RAC搭建报错】You need disks from at least two different failure groups, excluding quorum disks and quorum failure groups, to create a Disk Group with normal redundancy
  18. Android 动态添加线性布局(.java文件内) 实现控件按比例分割空间
  19. java Webservice(一)HttpClient使用(二)
  20. Centos 中扩展 软件源 的安装 之 epel ( 为yum 扩展软件源 EPEL源 )

热门文章

  1. Thymeleaf常用语法:自定义数据转换类
  2. jmeter控制器(三)
  3. android 完全区分double-tap 与 singal-tap 的方法
  4. Python对 Excel 的常用操作
  5. hidraw设备简要分析
  6. LinuxVIM编辑器用法
  7. 【测试点】微信小程序的常见测试点
  8. cookie和session了解吗
  9. PAT甲级|1151 LCA in a Binary Tree 先序中序遍历建树 lca
  10. python 编程2