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