centos

centos7不能访问外网怎么办-小浪学习网

centos7不能访问外网怎么办

分析: 在Vmware里装CentOS7后是没有ip的,原因是CentOS7默认不启动网卡的。 解决方法: 进入 /etc/sysconfig/network-scipts 文件夹下 查看 ifcfg-eno16777736 网卡配置文件,并进行如下修改:...
站长的头像-小浪学习网站长2年前
2814
centos7下安装不了图形界面怎么办-小浪学习网

centos7下安装不了图形界面怎么办

centos7下安装图形界面出现如下错误: 错误一:There are no enabled repos. 原因:是没有指定yum的repos源文件 解决方案: 1、安装阿里源 wget -O /etc/yum.repos.d/CentOS-Base.repo http:...
站长的头像-小浪学习网站长2年前
248
centos7下无法启动docker-小浪学习网

centos7下无法启动docker

docker安装成功却启动失败,查看docker服务, systemctl status docker.service 服务日志提示Failed to start Docker Application Container Engine.如下图所示: 解决方法: 修改docker文件...
站长的头像-小浪学习网站长2年前
499
如何解决centos7下中文乱码问题-小浪学习网

如何解决centos7下中文乱码问题

1、查看是否安装中文包 可以使用下面的命名查看系统是否安装了中文安装包。 locale -a |grep "zh_CN" 没有输出,说明没有安装,输入下面的命令安装: yum groupinstall "fo...
站长的头像-小浪学习网站长2年前
465
centos7下怎么启动mysql服务-小浪学习网

centos7下怎么启动mysql服务

1、启动命令 [root@xufeng Desktop]# service mysqld start Redirecting to /bin/systemctl start  mysqld.service 2、关闭命令 [root@xufeng ~]# service mysqld stop Redirectin...
站长的头像-小浪学习网站长2年前
218
centos7下怎么安装yum-小浪学习网

centos7下怎么安装yum

安装方法: 1、下载yum安装文件 (若没有此包,可以去阿里镜像或网易镜像下载) wget http://mirrors.163.com/centos/7/os/x86_64/Packages/yum-3.4.3-161.el7.centos.noarch.rpm wget http://m...
站长的头像-小浪学习网站长2年前
356
windows下安装centos7后无法引导原系统-小浪学习网

windows下安装centos7后无法引导原系统

前言: 在原Window7系统中装centOS7系统,使笔记本上跑双系统。将系统D盘的文件转移后,删除卷标,将U盘做成CentOS7启动盘,进行正常安装。 问题: 装上CentOS7后发现原来的Windos7系统无法进入...
站长的头像-小浪学习网站长2年前
235
centos7下无法启动ssh服务-小浪学习网

centos7下无法启动ssh服务

问题: 启动ssh服务时报如下错误: job for sshd.service failed because the control process exited with error code. see systemctl status sshd.service and journalctl ...
站长的头像-小浪学习网站长2年前
4511
centos7下用户无法登录怎么办-小浪学习网

centos7下用户无法登录怎么办

问题描述: 在安装软件的时候修改了etc/profile里环境变量,导致无法登录。 注意:不要在 etc/profile里设置 export PATH,这样会导致重启后登录不了系统。 解决方法: 在登录界面 alt +ctrl+f2...
站长的头像-小浪学习网站长2年前
2613
虚拟机下centos7无法ping通网关-小浪学习网

虚拟机下centos7无法ping通网关

问题: Centos7.5虚拟机关机后,第二天重启后使用Xshell发现无法连接虚拟机,经检测发现虚拟机无法ping通192.168.1.1、无法ping通192.168.1.118(客户机)和www.baidu.com 解决办法: 1、关闭网...
站长的头像-小浪学习网站长2年前
4411