上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页
摘要: 学习自:linux环境安装部署tomcat、nginx_ernesto_ji的博客-CSDN博客 系统相关 Linux服务器:Linux rhel1.myguest.virtualbox.org 3.10.0-1160.el7.x86_64 虚拟机平台:VirtualBox 终端模拟器:Tabby 阅读全文
posted @ 2023-08-03 14:33 ShineLe 阅读(523) 评论(0) 推荐(0)
摘要: 需要修改该用户对bin文件夹的权限: sudo chmod 777 bin 阅读全文
posted @ 2023-08-03 11:23 ShineLe 阅读(939) 评论(0) 推荐(0)
摘要: 学习自:Tomcat v8.5.82 搭建_幼儿园的扛把子!!的博客-CSDN博客 怎样查看和tomcat对应匹配的最低jdk版本-百度经验 1、查看tomcat适配的Java版本 tomcat官网https://tomcat.apache.org/download-80.cgi,点击which v 阅读全文
posted @ 2023-08-03 11:19 ShineLe 阅读(98) 评论(0) 推荐(0)
摘要: 学习自:user is not in the sudoers file. This incident will be reported 解决方法_一路奔跑94的博客-CSDN博客 1、原因 没有在权限文件中说明该用户具有sudo权限 2、解决步骤 1)以root身份去/etc/sudoers文件中, 阅读全文
posted @ 2023-08-03 10:22 ShineLe 阅读(797) 评论(0) 推荐(0)
摘要: linux命令mkdir: cannot create directory Permission denied_会飞的狼阿海的博客-CSDN博客 原因:权限不够 解决方案:用sudo执行该指令 阅读全文
posted @ 2023-08-03 10:11 ShineLe 阅读(618) 评论(0) 推荐(0)
摘要: 学习自:Linux IP命令_把我挂在云端的博客-CSDN博客 Linux 中的 ip 命令 - 知乎 linux的ip命令大全 linux 命令 ip - 变形虫 Linux中ip命令的使用实例 | 《Linux就该这么学》 0、说明 ip命令是ifconfig的上位替代,功能更强大。 很多指令可 阅读全文
posted @ 2023-08-03 00:26 ShineLe 阅读(1257) 评论(0) 推荐(0)
摘要: 学习自 容器与云|如何在 RHEL 8 上安装 MiniKube(主要参考这个) 第五篇:minikube安装使用 这个教程装了两步之后发现是Centos,而我的是rhel,遂放弃 系统相关 Linux服务器:Linux rhel1.myguest.virtualbox.org 3.10.0-116 阅读全文
posted @ 2023-08-02 14:27 ShineLe 阅读(265) 评论(0) 推荐(0)
摘要: 学习自:Redhat7或Centos7自带Yum源卸载并安装国内Yum源_redhat 7 repo_KrityCat的博客-CSDN博客 起因 之前用阿里源的镜像下载时经常出现HTTP 404,然后就一直try other mirrors,估计是源出了问题,遂修改阿里源为163源,之后问题解决 流 阅读全文
posted @ 2023-08-02 11:17 ShineLe 阅读(1452) 评论(0) 推荐(0)
摘要: linux 删除指定文件夹外的其他所有(文件)文件 rm -rf !(文件名) 文件名用正则写可以满足更多样式 阅读全文
posted @ 2023-08-01 23:51 ShineLe 阅读(344) 评论(0) 推荐(0)
摘要: systemctl enable network和systemctl restart network报错 CentOS7中systemctl的使用,如何使network开机自启 阅读全文
posted @ 2023-08-01 23:50 ShineLe 阅读(47) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页