合集-Linux系列文章
摘要:#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev
阅读全文
posted @ 2023-05-20 07:56
消失的那两年
摘要:https://www.cnblogs.com/jiangcong/p/14683318.html
阅读全文
posted @ 2023-05-31 22:46
消失的那两年
摘要:# linux 常用命令 ## 防火墙相关命令 ### 安装防火墙 ```bash yum -y install firewalld firewall-config ``` ### 防火墙生命周期管理 1、为了启动防火墙,要先重启下 dbus.. ```bash systemctl restart
阅读全文
posted @ 2023-07-22 10:53
消失的那两年
摘要:# Linux安装RabbitMQ ## centos7 快速安装rabbitmq 使用rpm的方式安装,需要先安装erlang。 ### 安装erlang: 执行下面的命令 ```bash curl -s https://packagecloud.io/install/repositories/r
阅读全文
posted @ 2023-07-22 11:05
消失的那两年
摘要:## Linux 安装常用工具,必备 刚装的 `CentOS` , 有些工具有,有些没有,所以我会习惯性地装如下工具、 ```bash yum install iproute ftp bind-utils net-tools wget -y ``` 其中: `iproute` 用来执行 `ip ad
阅读全文
posted @ 2023-07-22 11:09
消失的那两年
摘要:
1、在Linux中启动Elastic Search命令 启动: systemctl start elasticsearch 关闭: systemctl stop elasticsearch 查看状态 systemctl status elasticsearch 2、在Linux中启动Logstash
阅读全文
1、在Linux中启动Elastic Search命令 启动: systemctl start elasticsearch 关闭: systemctl stop elasticsearch 查看状态 systemctl status elasticsearch 2、在Linux中启动Logstash
阅读全文
posted @ 2022-06-28 16:21
消失的那两年

浙公网安备 33010602011771号