rabbitmq centos7 centos server

centos 安装 make

centos 安装 make 环境:centos 7.9 下载地址 本人下载的 make-4.4.tar.gz 版本 执行: tar -zxvf make-4.4.tar.gz cd make-4.4 ./configure --prefix=/usr/local/make make && make ......
centos make

VMware workstation中安装的centos虚拟机ip自动获取可以上网,设置静态ip不能上网问题解决

一、需求 linux中我们会设置hosts文件,这会涉及ip和域名的设置,但是如果虚拟机自动获取ip地址的话,这就意味着之前设置的hosts文件需要重新修改,所以我们需要设置虚拟机为静态ip地址。 二、故障现象 我linux虚拟机最开始是自动获取的ip地址,用的nat模式,是可以上网的,然后ifco ......
静态 workstation VMware centos 问题

使用Docker自定义配置部署RustDesk Server

“RustDesk 是一款可以平替 TeamViewer 的开源软件,旨在提供安全便捷的自建方案。” 这是RustDesk官网对自己的描述。 作为一款使用Rust语言开发的开源软件,在为数不多的Rust开发者和数量庞大的Rust学习者中还是有相当的知名度的,并且商业化的RustDesk Pro也是如 ......
RustDesk Docker Server

Mysql访问问题,远程连接提示:Host 'xxx' is not allowed to connect to this MySQL server。是mysql未开启mysql远程访问权限导致

1、MySql服务器共享问题 对于在车间工作者,如果远程Mysql,我们这里假定网线连接 GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.3' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; 允许对应的主机 ......
mysql 权限 allowed connect server

SpringBoot集成多个RabbitMq(多个MQ链接)

##2023年12月16日 20:25:36 项目中使用RabbitMQ作为应用间信息互通,本次梳理下关于MQ的使用。 1、引入依赖 <!-- 引入依赖,使用v2.5.6版本 --> <dependencies> <dependency> <groupId>org.springframework.b ......
多个 SpringBoot RabbitMq 链接

Linux基础与应用:3.Centos7配置静态IP地址

实验所需要知道的 systemctl restart network //重启整个网络服务(包括网络接口、DNS解析等) ip a //显示当前主机的网卡及对应 IP(完整命令是ip address) ifdown 网卡名 //关闭某张网卡(一般我是在systemctl restart networ ......
静态 Centos7 地址 基础 Centos

Linux基础与应用:1.VM下部署Centos7初始化环境(下载Centos7镜像及使用Vmware安装Centos7)

实验环境 Windows 11 家庭版 22H2版本 VMware® Workstation 16 Pro 16.2.3 build-19376536 MobaXterm V23.0 实验所需准备 阿里云开源镜像站centos7下载地址:https://mirrors.aliyun.com/cent ......
Centos7 Centos 镜像 环境 基础

SQL Server 2019 非域&非集群环境创建Always On “只读扩展”

SQLServer 2019开始支持“read-scale for an Always On availability group”,中文翻译的很别扭,是"读取缩放",繁体版翻译为“读取级别”,其特点不依赖于windows的cluster集群以及域,简化了搭建操作步骤和前置条件,与传统的availa ......
集群 环境 Always Server 2019

Cento7中部署ShowDoc

1、安装Docker yum install docker 2、启动Docker服务 systemctl start docker 3、设置Docker服务为开机启动 systemctl enable docker.service 4、安装git yum install git 5、安装ShowDo ......
ShowDoc Cento7 Cento

【Nacos】启动报错 failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403、NacosException: Client not connected,current status: STARTING

1 com.alibaba.nacos.api.exception.NacosException:failed to req API:/nacos/v1/ns/instance after all servers([xxx]) tried: ErrCode:403, ErrMsg:<html><bo ......

Windows Server Core 文件权限及安全策略设置

1. 修改文件夹权限ACL icacls c:\share /grant everyone:(oi)(ci)(f) /t 2. 修改用户密码策略及其他 导出策略: secedit /export /cfg c:\sec.txt /log c:\sec1.log 修改C:\sec.txt 文件中的以下 ......
权限 策略 Windows 文件 Server

性能测试复习准备——linux环境下安装nacos-server-2.3.0.tar.gz

参考:https://blog.csdn.net/henrin/article/details/130898186 参考:https://blog.csdn.net/weixin_59663288/article/details/125958594?utm_medium=distribute.pc_ ......
nacos-server 性能 环境 server linux

Zulip: Debugging Zulip-Mobile: Server + Android + IOS

https://github.com/abaelhe/zulip https://github.com/abaelhe/zulip-mobile Debugging Seeing what the app is doing is an essential part of development. A ......
Zulip Zulip-Mobile Debugging Android Mobile

Template Engines for Spring: FreeMarker | Java Server Pages | Thymeleaf | Jade4j

Besides the template engines described so far, there are quite a few more available which may be used. Let’s review some of them briefly. Velocity is ......
FreeMarker Thymeleaf Template Engines Spring

Hyper-V Server 2019 安装VMWare Workstation

管理员命令行运行: bcdedit /set hypervisorlaunchtype off ......
Workstation Hyper-V Server VMWare Hyper

Seata 启动报错:[imeoutChecker_1] i.s.c.r.netty.NettyClientChannelManager : no available server to connect.

Seata 启动报错:[imeoutChecker_1] i.s.c.r.netty.NettyClientChannelManager : no available server to connect. 1. 问题 2. 解决【application.xml 和 file.conf 参数要相对应】 ......

centos7 设置开机启动

vim /etc/rc.d/rc.local #修改此配置文件 chmod +x /etc/rc.d/rc.local #添加执行权限 vim /lib/systemd/system/httpd.service apache 开机启动配置: [Unit] Description=apache2.4 ......
centos7 centos

【CentOS】- yum update

// 进入 yum 的 repos 目录 cd /etc/yum.repos.d/ // 修改 centos 文件内容 sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mi ......
CentOS update yum

centos安装字体

1、安装fontconfig yum -y install fontconfig 2、将windows系统下的字体复制到linux下,并修改字体后缀为ttf 3、在/usr/shared/fonts创建chinese目录 mkdir /usr/shared/fonts/chinese 4、将字体复制 ......
字体 centos

centos7 绿色版安装单机版 ELK 7.9.2

参考:https://www.cnblogs.com/yancool/p/16518032.html 参考:https://www.cnblogs.com/xiaonuanxin/p/17667944.html 1、修改内核参数 vim /etc/security/limits.conf * sof ......
单机版 单机 centos7 绿色 centos

code-server go环境

目录docker-compose.ymlDockerfilegvm管理go版本 docker-compose.yml version: '3' services: code-server: build: context: ./code-server/ dockerfile: Dockerfile i ......
code-server 环境 server code

VirtualBox 配置主机访问虚拟机,及CentOS 7.9安装

CentOS 7.9 Everything 下载地址: http://mirrors.163.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Everything-2207-02.iso 重启服务器。注意,必须重启才会生效。 配置虚拟机和物理机的通信 ......
VirtualBox 主机 CentOS 7.9

Windwos Server 2012 自带的端口转发工具的命令

Windwos Server 2012 自带的端口转发工具的命令 添加: netsh interface portproxy add v4tov4 listenaddress=* listenport=1300 connectaddress=xxx.xxx.xxx.xxx connectport=5 ......
端口 命令 Windwos 工具 Server

Centos 报错:The SSL connection could not be established, see inner exception 解决办法

yum update yum install wget tar make gcc perl pcre-devel zlib-devel wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz tar zxvf openssl-1.1.1l. ......

CentOS httpd nginx WEB访问报503错误解决方案

外网访问WEB,需要关闭活着适当配置防火墙。centos7 防火墙状态查看、关闭、打开命令: firewall-cmd --state #防火墙状态查看 systemctl stop firewalld.service #防火墙关闭 systemctl start firewalld.service ......
解决方案 错误 方案 CentOS httpd

记录rabbitMQ的广播队列的错误使用导致未能正确广播的问题

背景说明: 有3个服务S1、S2、S3 现在服务S1需要发布消息到广播交换机E,并建立了两个普通队列Q1,Q2,将其绑定到广播交换机E上 服务S2和服务S3同时监听队列Q1,Q2 本意是,服务S1通过广播交换机E把消息同时推送给服务S2和S3 后面测试时,同事发现,服务S2和服务S3都只接收到了部分 ......
队列 rabbitMQ 错误 问题

Centos7虚拟机连不上网络

使用VM创建并安装Centos7,完成之后发现网络不通(ping jd.com可以试一下) 解决方法: 1、在创建虚拟机的时候选择的是NAT模式 2、在虚拟机中,编辑->虚拟网络编辑器(记住子网IP、子网掩码、网关) 点击NAT设置 3、在Centos7中输入ip addr,在这里是ens33(记住 ......
Centos7 Centos 网络

手动安装LAMP——在 CentOS 7 上安装 PHP、Apache 和 MariaDB(替代 MySQL)

在 CentOS 7 上安装 PHP、Apache 和 MariaDB(替代 MySQL)的过程如下: 1. 更新系统:sudo yum update 2. 安装 Apache:sudo yum install httpd 3. 启动 Apache 服务并设置开机自启:sudo systemctl ......
手动 MariaDB CentOS Apache MySQL

code-server 安装

目录官方文档Docker部署docker-compose.ymlDockerfile 构建开发环境镜像 官方文档 https://coder.com/docs/code-server/latest Docker部署 https://hub.docker.com/r/codercom/code-ser ......
code-server server code

CentOS7配置静态ip后service network restart失败

解决方法: 1、检查配置文件,文件夹下是否存在类似文件(ifcfg-ens33),存在的话,删除掉,保留一个即可(判断方式为配置文件中是否有配置信息) cd /etc/sysconfig/network-scripts/ ls 删除命令: rm 文件名称 重启网络:service network r ......
静态 CentOS7 service network restart
共5000篇  :11/167页 首页上一页11下一页尾页