操作系统环境: CentOS Linux release 7.7.1908 (Core) 1、首先在linux服务器上,使用ssh-keygen命令生成密钥对文件(一直回车即可,默认使用rsa算法),如下所示 其中还支持的算法有dsa | ecdsa | ed25519 | rsa | rsa1,使 ...
分类:
系统相关 时间:
2020-06-05 00:38:36
阅读次数:
162
漏洞介绍 2020年3月10日,微软在其官方SRC发布了CVE-2020-0796的安全公告(ADV200005,MicrosoftGuidance for Disabling SMBv3 Compression),公告表示在Windows SMBv3版本的客户端和服务端存在远程代码执行漏洞。同时指 ...
分类:
其他好文 时间:
2020-06-04 21:39:29
阅读次数:
94
添加ROS源 #官方源: $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' #中科大源: $ s ...
分类:
系统相关 时间:
2020-06-04 19:58:17
阅读次数:
85
系统环境准备 cat /etc/centos-release(最小化安装) CentOS Linux release 7.6.1810 (Core) uname -r (内核要在3.10以上) 1.1.10.0-957.el7.x86_64 getenforce Disabled systemctl ...
分类:
其他好文 时间:
2020-06-04 01:35:10
阅读次数:
315
系统环境:CentOS Linux release 7.7.1908 (Core) 网上看到,很多说关于yum update和yum upgrade的区别是, update会升级所有包同时也升级软件和系统内核,而upgrade只升级所有包,不升级软件和系统内核 这种说法是错误的!!!!!!!!! 首 ...
分类:
其他好文 时间:
2020-06-03 21:59:05
阅读次数:
86
###文章结构 源码:对doReleaseShared()方法的源码进行一些注释 使用场景:介绍doReleaseShared()使用位置,及目的 以写锁开始的队列:分析写锁开始得同步等待队列在唤醒后续读锁节点的过程 以读锁开始的队列 总结 ###源码 具体解析见注释 /** * Release a ...
分类:
其他好文 时间:
2020-06-03 15:54:25
阅读次数:
123
首先把redis.tar.gz 解压到你想要的路径 检查一下安装环境: yum -y install gcc yum -y install epel-release 执行 make 和 make install PREFIX=/user/... Centos7 安装可能会有一个问题 # 查看gcc版 ...
分类:
其他好文 时间:
2020-06-03 13:46:10
阅读次数:
95
一、centos安装 sudo yum -y install epel-release.noarch sudo yum -y install atop sudo systemctl enable atop #! 此行是说明: 暂时把搜集信息的频率改为 60 一次 (默认是 600 秒)。 sudo ...
分类:
系统相关 时间:
2020-06-03 13:40:35
阅读次数:
162
注意:本 Spring Boot 系列文章基于 Spring Boot 版本 v2.1.1.RELEASE 进行学习分析,版本不同可能会有细微差别。 前言 Spring 框架选择使用了 JCL 作为默认日志输出。而 Spring Boot 默认选择了 SLF4J 结合 LogBack。那我们在项目中 ...
分类:
编程语言 时间:
2020-06-03 13:30:45
阅读次数:
85
What is :: (double colon) in Python when subscripting sequences? 15 Extended Slices https://docs.python.org/release/2.3.5/whatsnew/section-slices.html ...
分类:
编程语言 时间:
2020-06-03 13:25:17
阅读次数:
71