Tuesday, Apr 7, 2020
Debian way to turn on and off IPv6 Check if the system has ipv6 kernel loaded lsmod | grep ipv6 Return data similar to the following, it means that th...
Debian开启和关闭Ipv6的方法 检查系统是否有加载ipv6内核 lsmod | grep ipv6 返回类似下面的数据,则表示加载了ipv6内核 nfrejectipv6 16384 1 ip6tREJECT nflogipv6 16384 5 nfc...
docker容器下的MySQL远程连接配置方法 查看docker运行的进程 docker ps -a 显示如下 CONTAINER ID IMAGE COMMAND CREATED STATUS ...
Add the user with the least privilege of MySQL and the method to restrict the user to occupy system resources Generally open IDC or virtual hosting pr...
MySQL remote connection configuration method under docker container View the processes running by docker docker ps -a Show as below CONTAINER ID ...
添加MySQL最小权限的用户和限制该用户占用系统资源的方法 一般开IDC或是虚拟主机供应商,合租的可以用到该需求。。 限制MySQL用户的权限,并设置该用户占用系统资源的限制。。。代码如下 use mysql; SHOW COLUMNS FROM mysql.user; SELECT user, h...
The following warning appeared when reloading Nginx nginx: warn" sslstapling "ignored, not supported This error is telling you that the ssl configured...
重载Nginx时出现了下面的告警 nginx: warn "sslstapling" ignored, not supported 这个错误是告诉你网站配置的ssl,缺少了完整的证书链。。。 自行补全,添加证书链即可
轻巧,便捷,功能强大,是国内最早,最知名的的免费集成环境之一 宣称全网首家linux docker容器面板,当然我比较关心的是它的域名xp.cn 屌的一逼不知道要花多少钱买这个域名, 如果没有记错的话这个域名之前是由雨林木风持有的。 转回正题,phpstudy-linux面板小皮面板安装,系统为De...
Win10 application store can not be opened, 0x80131500 error solution When this problem occurs, it is generally a network problem. After investigation,...