当前位置:首页 > 第62页

nat123在centos下不稳定,掉线的处理办法

高老师6年前 (2020-05-31)2146
nat123在centos下不稳定,掉线的处理办法
我的nat123运行在安卓手机容器的centos7中,可能由于mono编译安装各种问题忽略,另外由于公司网络不稳定,导致nat123各种掉线甚至内存错误,因此需要定时重启nat123服务,如果你的应用很在意可用率不建议使用本方式。(1).定时任务执行shell脚本##关闭nat123相关进程 ps&...

arm aarch64处理器安装宝塔面板

高老师6年前 (2020-05-28)6501
arm aarch64处理器安装宝塔面板
本机是安卓手机,安装的linux deploy,处理器arm aarch64,系统centos7.安装宝塔面板要注意千万不要让宝塔修改镜像源,因为宝塔设置的镜像源不支持aarch64处理器。(1).下载安装脚本wget http://download.bt.cn/install/insta...

elasticsearch基础使用

高老师6年前 (2020-05-24)1460
elasticsearch基础使用
(1).在elasticsearch-head插件手工创建索引,索引名称learn,索引相当于数据库(2).创建类型,并设置类型的mapping,相当于创建表,并设置表结构类型为video相当于表,mapping相当于为表设置结构请求地址:http://localhost:9200/learn/ 请...

docker安装Elasticsearch,docker Elasticsearch

高老师6年前 (2020-05-23)1334
docker安装Elasticsearch,docker Elasticsearch
(1).下载镜像,最好走代理,就算换阿里云镜像还是走官网镜像拉取 docker pull docker.elastic.co/elasticsearch/elasticsearch:6.5.1(2).运行镜像,生成容器id:8360130bde68 docke...

checking build system type... ./config.guess: unable to guess system type

高老师6年前 (2020-05-22)2783
checking build system type... ./config.guess: unable to guess system type
checking build system type... ./config.guess: unable to guess system type,编译时识别不了我的系统类型,我的手机是aarch64,也就是arm处理器,指定系统类型即可./configure --host=arm-lin...

Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment vari

高老师6年前 (2020-05-21)1724
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment vari
执行安装redis时候报错:pecl install redisCannot find autoconf. Please check your autoconf installation and the$PHP_AUTOCONF environment variable. The...

php定时任务,php定时器,php定时器,php定时任务管理,php定时任务框架,php实现定时任务,php定时任务系统

高老师6年前 (2020-05-20)1733
php定时任务,php定时器,php定时器,php定时任务管理,php定时任务框架,php实现定时任务,php定时任务系统
        本教程使用的定时任务基于EasyTak实现,EasyTask官方参考文档:https://gitee.com/392223903/EasyTask首先我们必须明白PHP的定时器只能基于CLI命令行形式运行...

linux Deploy centos7阿里云镜像地址

高老师6年前 (2020-05-20)2779
linux Deploy centos7阿里云镜像地址
镜像地址:http://mirrors.aliyun.com/centos-altarch/确保/7/os/目录有你的处理器名称,我的处理器是aarch64。建议设置镜像文件最少10G起步。...

自己动手搭建smtp邮箱服务器,内网向外网发送邮件

高老师6年前 (2020-05-10)6593
自己动手搭建smtp邮箱服务器,内网向外网发送邮件
(1).移除sendmail,并安装postfixrpm -e sendmail 或者 yum remove sendmailyum install postfix(2).配置hostname为mail.nidey.co...

thinkphp6定时任务,tp6定时任务,thinkphp定时任务,php定时任务,php定时器

高老师6年前 (2020-05-07)7971
thinkphp6定时任务,tp6定时任务,thinkphp定时任务,php定时任务,php定时器
本教程使用的定时任务基于EasyTak,EasyTask官方文档:https://gitee.com/392223903/EasyTask(1).安装tp6composer create-project topthink/think tp(2).安装定时任务compos...