hanyan-0825

2023年7月20日

centos网卡问题(Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.)

摘要: # centos7 网卡配置问题汇总 ## 网卡配置文件地址:/etc/sysconfig/network-scripts/ifcfg-ens33 \ TYPE=Ethernet # 网卡的类型 NAME=ens160 #网卡的名字,正常可以随便写 DEVICE=ens160 # 与ip -a时候出 阅读全文

posted @ 2023-07-20 17:11 寒岩 阅读(148) 评论(0) 推荐(0) 编辑

2022年8月7日

linux 命令参考手册

摘要: # 一、安装命令 ## 安装目录一般为:/opt/soft/ 或 、/usr/ ## 安装相关目录: ### 配置环境变量: * 目录:~/.bash_profile *如:使用vi指令编辑 **~/.bash_profile**文件,添加环境变量配置,在空白行添加如下内容: `#Java PATH 阅读全文

posted @ 2022-08-07 23:10 寒岩 阅读(632) 评论(0) 推荐(0) 编辑

centos执行yum命令 错误汇总(不定时更新)

摘要: PID报错 ##--yum命令时,报错如下 Existing lock /var/run/yum.pid: another copy is running as pid 42106. Another app is currently holding the yum lock; waiting for 阅读全文

posted @ 2022-08-07 17:32 寒岩 阅读(187) 评论(0) 推荐(0) 编辑

2022年8月6日

源码安装nginx服务

摘要: #安装nginx服务安装既简单配置 nginx 服务简介 HTTP和反向代理web服务器 Nginx (engine x) 是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler.ru站点(俄文:Р 阅读全文

posted @ 2022-08-06 22:11 寒岩 阅读(242) 评论(0) 推荐(0) 编辑

导航