Easter79 Easter79
4年前
springcloud eureka.instance
1.在springcloud中服务的 InstanceID默认值是:${spring.cloud.client.hostname}:${spring.application.name}:${spring.application.instance\_id:${server.port}},也就是:主机名:应用名:应用端口。如图1
Easter79 Easter79
4年前
SpringBoot2.x配置Https
准备工作需要自签,或者权威机构颁发的证书一张springboot配置Https访问sslhttps访问的端口server.port8085证书,可以存放在resoucrs目录下server.ssl.keystoreclasspath:to
Stella981 Stella981
4年前
Linux出现cannot create temp file for here
Linux出现cannotcreatetempfileforheredocument:Nospaceleftondevice的问题解决参考文章:(1)Linux出现cannotcreatetempfileforheredocument:Nospaceleftondevice的问题解决(https
Stella981 Stella981
4年前
SecureCRT 用ssh key登录配置方法
服务器端配置 OS:Debian6.0.5 复制代码代码如下:aptgetinstallssh安装ssh服务编辑/etc/ssh/sshd\_config配置文件 复制代码代码如下:Port3322修改端口为3322(自定义) PermitRo
Stella981 Stella981
4年前
Linux selinux
!(https://oscimg.oschina.net/oscnet/up42340abbce823197549f54414232a2db877.png)一、前言安全增强型Linux(SecurityEnhancedLinux)简称SELinux,它是一个Linux内核模块,也是Linux的一个安全子系统。SELinux
Stella981 Stella981
4年前
SpringBoot2.x配置Https
准备工作需要自签,或者权威机构颁发的证书一张springboot配置Https访问sslhttps访问的端口server.port8085证书,可以存放在resoucrs目录下server.ssl.keystoreclasspath:to
Wesley13 Wesley13
4年前
7月18日任务7月19日任务
10.28rsync工具介绍10.29/10.30rsync常用选项10.31rsync通过ssh同步10.32/10.33rsync通过服务同步10.34linux系统日志10.35screen工具扩展1\.Linux日志文件总管logrotatehttp://linux.cn/art
Wesley13 Wesley13
4年前
HTTP协议探究(序章)
1HTTP协议基于TCP协议(1)TCP三次握手连接HTTP客户端(Chrome浏览器):IP:192.168.1.47端口:59875MSS:1460HTTP服务器(Nginx服务器):IP:45.76.37.162
Stella981 Stella981
4年前
Linux 多线程编程
1.Linux“线程”进程与线程之间是有区别的,不过Linux内核只提供了轻量进程的支持,未实现线程模型。Linux是一种“多进程单线程”的操作系统。Linux本身只有进程的概念,而其所谓的“线程”本质上在内核里仍然是进程。大家知道,进程是资源分配的单位,同一进程中的多个线程共享该进程的资源(如作为共享内存的全局变量)。Linux
nginx中同一端口不同tls版本与加密套件
本文分享自天翼云开发者社区《》.作者:zn1.问题描述需要在nginx中使用2个域名同时监听443端口,域名a只允许使用tls1.2,域名b允许tls1.2,tls1.3。实际运行发现原生nginx无法实现nginx.conf配置如下workerproce