xdebug 原理 : php 服务器为 client , phpstom 为调试服务器 获取php对应的xdebug 版本: https://xdebug.org/wizard php.ini 配置: zend_extension=xdebug.so xdebug.remote_enable=1 ...
分类:
Web程序 时间:
2020-11-27 11:05:40
阅读次数:
12
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:
系统相关 时间:
2020-11-27 11:02:09
阅读次数:
11
基于dl.php的升级方案(适合镜像、宝塔和下载安装) 如果你的dl.php在运行时,左上角Logo处没有版本号,请下载并替换最新版本的 安装工具。 有版本号的dl.php会自动升级到最新版本。dl.php位于public目录下。 删除lock文件 dl.php每次运行完成后,会在其所在目录下生成d ...
分类:
Web程序 时间:
2020-11-27 11:01:37
阅读次数:
9
1 查看主机名称 在Ubuntu系统中,快速查看主机名有多种方法: 在终端窗口中,主机名通常位于@符号后:root@lzyws739307453:~#例如这个的主机名就是lzyws739307453。 或在终端窗口中输入命令:hostname、hostnamectl、uname –n、uname - ...
分类:
系统相关 时间:
2020-11-27 11:01:13
阅读次数:
9
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
Ubuntu系统是安装在开发板(NanoPi NEO3)上的,记录走过的坑 首先安装好samba,使用 dpkg -l 查看 首先备份好原有文件 cp /etc/samba/smb.conf /etc/samba/smb.conf.bak 编辑配置文件 vim /etc/samba/smb.conf ...
分类:
系统相关 时间:
2020-11-26 15:12:56
阅读次数:
10
golang编译后可以使用 nohup ./test & 进行后台启动,但却没有守护进程的功能 当然了,写shell脚本肯定是可以实现后台守护的功能的,奈何本人不会写啊 此时就想到了supervisor 首先安装 apt install supervisor 创建配置文件 vim /etc/supe ...
分类:
系统相关 时间:
2020-11-26 15:01:15
阅读次数:
10
参考帮助文档! 1)全局配置 1、user Syntax: user user [group]; Default: user nobody nobody; Context: main 指定worker进程的运行身份,如组不指定,默认和用户名同名; 2、pid /PATH/TO/PID_FILE 指定 ...
分类:
其他好文 时间:
2020-11-26 14:47:35
阅读次数:
8
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5