深入理解Java虚拟机(第3版)1.6章节 手动编译OpenJDK12源码记录
0. 前置系统环境:Ubuntu18.04 - 4核心8GB内存服务器1. 下载JDK12源码wget https://hg.openjdk.java.net/jdk/jdk12/archive/tip.zip2. 安装编译所需的环境...
Ubuntu 快速开启Root账户登录SSH
1. 修改root密码(可选)sudo passwd root2. 修改ssh配置文件sudo sed -i 's/#PermitRootLogin prohibit-password/PermitRootLogin yes/' /e...
记一次K8S 报错 k8s error: You must be logged in to the server (Unauthorized) 解决方法
公司内网的服务器突然出现 You must be logged in to the server (Unauthorized) 错误,查了资料都是替换当前用户的config,但依旧没有解决我的问题,最后尝试性的重置了一下k8s证书,完...
最新回复