centos7.6安装使用宝塔技巧
下载:http://mirrors.163.com/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-LiveGNOME-1810.iso
我家下载40MB/s
安装虚拟机,最小安装,安装桌面,选择软件
su root 切换用户到root
sudo passwd 修改root密码,难点的
service sshd start 开启ssh服务 chkconfig sshd on 设置ssh开机启动
update-rc.d ssh enable
安装宝塔
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
/etc/init.d/bt start 启动宝塔命令
启宝塔服务,进入宝塔web管理,将php,mysql,apache等服务重新启动,不然可能出现一些未知错误
bt default linux宝塔获取默认账号密码 ,用于忘记登录密码的zz,比如我 history 查看linux历史命令 /etc/init.d/bt start 启动宝塔命令
- Author: zhoujie
- Link: https://blog.zhoujie218.top/archives/702.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.