参考:
https://blog.csdn.net/zzhongcy/article/details/89090193?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_rele...
Liemer_Lius
9个月前 (06-30) 226℃
1喜欢
1、logstash导出文件
参考:https://www.cntofu.com/book/52/output/file.md
input {
elasticsearch {
hosts => ["http...
Liemer_Lius
9个月前 (06-29) 140℃
3喜欢
参考资料:https://www.knowledgedict.com/tutorial/redis-intro.html
转载请注明:liutianfeng.com » Redis学习...
Liemer_Lius
10个月前 (06-09) 111℃
0喜欢
Redis因为版本的,可能有不少不可预知的问题。
https://www.cnblogs.com/hjfeng1988/p/7146009.html?ivk_sa=1024320u
转载请注明:liutianfeng.com »...
Liemer_Lius
12个月前 (04-07) 188℃
2喜欢
参考: https://nginx.org/en/docs/http/ngx_http_core_module.html#location
配置:
Syntax: open_file_cache off;
open_file_cache ...
Liemer_Lius
1年前 (2022-02-10) 264℃
2喜欢
参考:https://www.elastic.co/guide/cn/elasticsearch/guide/current/_rolling_restarts.html#_rolling_restarts
正常情况下,Elasticsea...
Liemer_Lius
1年前 (2022-02-10) 271℃
2喜欢
参考
https://www.cnblogs.com/ronghua/p/13043466.html
语法规则: location [=|~|~*|^~] /uri/ {… }
首先匹配 =,其次匹配^~,其次是按文件中正则的先后顺序匹配,...
Liemer_Lius
2年前 (2021-06-29) 456℃
4喜欢
rabbitmqctl用法
Commands:
add_user <username> <password>
add_vhost <vhost>
authenticate_u...
Liemer_Lius
2年前 (2021-06-21) 513℃
1喜欢
添加Redis的服务
# vim /usr/lib/systemd/system/redis.service
[Unit]
Description=Redis
After=network.target
[Service]
...
Liemer_Lius
2年前 (2021-06-03) 344℃
6喜欢
nginx -h
# nginx -h
nginx version: nginx/1.18.0
Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g dire...
Liemer_Lius
2年前 (2021-05-11) 546℃
3喜欢