随笔分类 - Linux
linux学习
摘要:yum命令失败: Errors during downloading metadata for repository 'epel':- Status code: 404 for http://archives.fedoraproject.org/pub/archive/epel/8/Everythi
阅读全文
摘要:systemctl 用于服务器管理 管理服务器unit systemctl [command] [unit] 常用 command 命令 start:立刻启动后面接的 unit。 stop:立刻关闭后面接的 unit。 restart:立刻关闭后启动后面接的 unit,亦即执行 stop 再 sta
阅读全文
摘要:1.下载jdk安装包,下载路径官网下载较慢,这里提供国内下载链接: 1.8:https://mirrors.tuna.tsinghua.edu.cn/AdoptOpenJDK/8/jdk/x64/linux/其它版本自己选择 下载tar压缩包,上传到linux服务器 2.解压jdk压缩包: 新建目录
阅读全文