摘要: root@hecs-x-medium-2-linux-20200619090653:~# apt-get install php-fpmReading package lists... DoneBuilding dependency treeReading state information... 阅读全文
posted @ 2021-02-08 22:51 无边无忌 阅读(103) 评论(0) 推荐(0)
摘要: root@hecs-x-medium-2-linux-20200619090653:~# apt-get install mysql-serverReading package lists... DoneBuilding dependency treeReading state informatio 阅读全文
posted @ 2021-02-08 22:24 无边无忌 阅读(151) 评论(0) 推荐(0)
摘要: root@hecs-x-medium-2-linux-20200619090653:~# apt-get install nginxReading package lists... DoneBuilding dependency treeReading state information... Do 阅读全文
posted @ 2021-02-08 12:09 无边无忌 阅读(157) 评论(0) 推荐(0)
摘要: 安装宝塔 Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu/Deepin安装脚本 wget -O inst 阅读全文
posted @ 2021-02-06 21:34 无边无忌 阅读(98) 评论(0) 推荐(0)
摘要: 默认centos, unbtan都已经安装了python3版本,可以通过 whereis python来检查已经安装的版本。 root@hecs-x-medium-2-linux-20200619090653:/usr/bin# whereis pythonpython: /usr/bin/pyth 阅读全文
posted @ 2021-02-06 21:30 无边无忌 阅读(727) 评论(0) 推荐(0)
摘要: 转载来自: https://cn.wordpress.org/switching/ 如果你想更改WordPress的语言,比如将英文版转换为中文版,或者将中文版转换为英文版,该如何操作?其实很简单,打开网站根目录下的 wp-config.php,然后搜索 define('WPLANG' 就可以快速定 阅读全文
posted @ 2020-11-03 20:52 无边无忌 阅读(266) 评论(0) 推荐(0)
摘要: 默认端口:8888, 修改后端口: 9999 修改目录:http://ip:9999/vadmin/ 阅读全文
posted @ 2020-11-03 20:37 无边无忌 阅读(1035) 评论(0) 推荐(0)
摘要: 1.压缩与解压缩 压缩:命令格式:tar -zcvf 压缩文件名.tar.gz 被压缩文件名 ###可先切换到当前目录下。压缩文件名和被压缩文件名都可加入路径。 解压缩: 命令格式:tar -zxvf 压缩文件名.tar.gz ###解压缩后的文件只能放在当前的目录 阅读全文
posted @ 2020-07-04 14:05 无边无忌 阅读(86) 评论(0) 推荐(0)
摘要: #CentorOSuseradd victor passwd victor //adminadmin #MYSQLroot: Admin090615@CREATE DATABASE wordpress;GRANT ALL ON wordpress.* TO wordpressuser@localho 阅读全文
posted @ 2020-06-21 08:13 无边无忌 阅读(127) 评论(0) 推荐(0)
摘要: 1、安装php sudo apt-get install php php -v sudo apt-get install libapache2-mod-php sudo apt-get install php7.2-mysql 2、重启服务 service apache2 restart servi 阅读全文
posted @ 2020-06-20 21:54 无边无忌 阅读(436) 评论(0) 推荐(0)