- 
		Recent Posts
- Recent Comments- CBD for Sale on 浅谈美国老爷子所说的移动申请的DNS加速专利
- contactgrqgsc on 从openstack近几年发展到国内外云计算环境的不同
- Davidtaw on ping.pe
- Александр on ping.pe
- Jamesled on 浅谈美国老爷子所说的移动申请的DNS加速专利
 
- Search
- Calendar- October 2025 - S - M - T - W - T - F - S - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 
- Tags- AD
- Ansible
- CentOS
- chrony
- Daily
- datetimectl
- DNF
- DNS
- Epel
- ESXi
- Game
- Glusterfs
- H3C
- H3C R4900 G2
- Hyper-V
- iptables
- k8s
- k8s-plugin
- krew
- kubectl
- kubernetes
- LB
- LB Device
- Life
- Linux
- LoadBlancer Device
- Netscaler
- ntp
- ping.pe
- pssh
- Raspyberry Pi
- RDP
- salt
- Saltstack
- Security
- server
- ssh
- Storage
- Troubleshooting
- vSphere
- Windows
- 使徒
- 剧情
- 国内App
- 魔界
 
- 
		Recently
- Comments- CBD for Sale on 浅谈美国老爷子所说的移动申请的DNS加速专利
- contactgrqgsc on 从openstack近几年发展到国内外云计算环境的不同
- Davidtaw on ping.pe
- Александр on ping.pe
- Jamesled on 浅谈美国老爷子所说的移动申请的DNS加速专利
 
- Access map
- Attack map
Author Archives: Plus7
CentOS8 升级CentOS 8 stream
确认CentOS8版本: cat /etc/centos-release 从2021年2月1日后,CentOS8的repo彻底失效,全部迁移至https://vault.centos.org/,需要先替换为vault repo sed -e ‘s|^mirrorlist=|#mirrorlist=|g’ \ -e ‘s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|’ \ -i.bak \ /etc/yum.repos.d/CentOS-*.repo详情: https://forums.centos.org/viewtopic.php?f=54&t=78708 下载转换repo: dnf install -y centos-release-stream 确认repo列表: dnf repolist 更换repo (https://vault.centos.org/centos/8/extras/x86_64/os/Packages/): dnf swap -y centos-{linux,stream}-repos 或dnf swap -y centos-linux-repos centos-stream-repos 切换发行版: dnf distro-sync 确认CentOS8版本: cat … Continue reading
ping.pe
前段时间被介绍了一个工具,发现还是挺有用的,也挺有意思:ping.pe。 当时的情况是要对服务器的ping测试,主要是看国内外到服务器的延迟状况。 经过好哥们的推荐,发现这个工具真的很棒,而且界面也很帅。
openssl的常用使用方法
查询证书详情: openssl x509 -in 【证书的cert文件】-text 例:echo | openssl s_client -connect 10.108.20.161:443 | openssl x509 -noout -text 查看证书文件详情:openssl x509 -in [CERTFILE] -text 例:openssl x509 -in apiserver-kubelet-client.crt -text
									
						Posted in Common Tools, Tools					
					
				
				
				Leave a comment
							
		适配于树莓派的CentOS系统安装
系统下载连接:http://mirror.centos.org/altarch/7/isos/armhfp/ 请注意,如果是树莓派3/4,一定要从这个 官网下载,否则有可能会出现彩虹屏的情况。 使用烧录工具或者dd命令写入到sd卡中即可。
