随笔分类 -  Linux 相关

linux 知识提升
摘要:## Linux 安装常用工具,必备 刚装的 `CentOS` , 有些工具有,有些没有,所以我会习惯性地装如下工具、 ```bash yum install iproute ftp bind-utils net-tools wget -y ``` 其中: `iproute` 用来执行 `ip ad 阅读全文
posted @ 2023-07-22 11:09 消失的那两年 编辑
摘要:# Linux安装RabbitMQ ## centos7 快速安装rabbitmq 使用rpm的方式安装,需要先安装erlang。 ### 安装erlang: 执行下面的命令 ```bash curl -s https://packagecloud.io/install/repositories/r 阅读全文
posted @ 2023-07-22 11:05 消失的那两年 编辑
摘要:# linux 常用命令 ## 防火墙相关命令 ### 安装防火墙 ```bash yum -y install firewalld firewall-config ``` ### 防火墙生命周期管理 1、为了启动防火墙,要先重启下 dbus.. ```bash systemctl restart 阅读全文
posted @ 2023-07-22 10:53 消失的那两年 编辑
摘要:https://www.cnblogs.com/jiangcong/p/14683318.html 阅读全文
posted @ 2023-05-31 22:46 消失的那两年 编辑
摘要:#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 消失的那两年 编辑
摘要:Linux安装Redis的步骤 阅读全文
posted @ 2022-10-22 08:43 消失的那两年 编辑
摘要:linux中使用ElasticSearch1、在Linux中启动Elastic Search命令 启动: systemctl start elasticsearch 关闭: systemctl stop elasticsearch 查看状态 systemctl status elasticsearch 2、在Linux中启动Logstash 阅读全文
posted @ 2022-06-28 16:21 消失的那两年 编辑
摘要:Linux安装环境手册 持续更新 中 阅读全文
posted @ 2022-03-22 10:56 消失的那两年 编辑
摘要:Linux安装mysql5.7 第二种方式 阅读全文
posted @ 2022-01-29 13:56 消失的那两年 编辑
摘要:3.4 linux 安装zookeeper 下载zookeeper安装包 https://downloads.apache.org/zookeeper/zookeeper-3.5.9/ 上传zookeeper 的安装包到Linux 服务器上面 # 上传到 /myapp 下 /myapp 解压apac 阅读全文
posted @ 2021-11-02 15:53 消失的那两年 编辑
摘要:linux 安装mysql 5.7 数据库 阅读全文
posted @ 2021-10-29 13:33 消失的那两年 编辑
摘要:1、使用阿里云部署项目 1.1、有2个步骤要做: 1、开放阿里云的安全组,开放指定的端口号 2、linux服务器防火墙端口号修改 防火墙系列使用:重要 # 1、查看防火墙状态 systemctl status firewalld # 2、开启防火墙 systemctl start firewalld 阅读全文
posted @ 2021-01-30 21:40 消失的那两年 编辑
摘要:linux-docker 使用 阅读全文
posted @ 2020-12-26 19:12 消失的那两年 编辑
摘要:linux 常用命令 阅读全文
posted @ 2020-12-24 23:26 消失的那两年 编辑
摘要:项目做好了,在IDEA 中 进行打包,可以打成war 包也可以打成jar 包;假如打成jar包,然后部署到linux 上面。需要做的事情有: 第一步:启动防火墙 systemctl start firewalld.service 开启防火墙 关闭防火墙的命令是: systemctl stop fir 阅读全文
posted @ 2020-11-26 21:43 消失的那两年 编辑

点击右上角即可分享
微信分享提示