


centos 7.0 安装遇到的问题
添加时间:2017-10-14 2:56:06
添加:
思海网络
在安装centos7.0时选择的english版本的minimal版本
安装图形界面:yum groupinstall "X Window System"
yum groupinstall "gnome"
yum groupinstall "Chinese Support"
开机进入图形界面
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
安装完之后,没有中文支持包和输入法:
在菜单application installtion中选择Intelligent pinyin并安装
中文语言支持包见http://c15.yunpan.360.cn/my/index/#/文档/
在centos7.0上安装virtualbox时,出现recompilg kernel module failed:(KERNEL_DIR未定)
yum list | grep kernel
yum install kernel
yum -y install kernel-tools-libs-3.10.0-229.el7.x86_64
yum -y install kernel-3.10.0-229.el7.x86_64
yum -y install kernel-tools-3.10.0-229.el7.x86_64
yum install kernel-PAE-devel
yum -y install kernel-tools-3.10.0-229.el7.x86_64
安装图形界面:yum groupinstall "X Window System"
yum groupinstall "gnome"
yum groupinstall "Chinese Support"
开机进入图形界面
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
安装完之后,没有中文支持包和输入法:
在菜单application installtion中选择Intelligent pinyin并安装
中文语言支持包见http://c15.yunpan.360.cn/my/index/#/文档/
在centos7.0上安装virtualbox时,出现recompilg kernel module failed:(KERNEL_DIR未定)
yum list | grep kernel
yum -y install kernel-tools-libs-3.10.0-229.el7.x86_64
yum -y install kernel-3.10.0-229.el7.x86_64
yum -y install kernel-tools-3.10.0-229.el7.x86_64
yum install kernel-PAE-devel
yum -y install kernel-tools-3.10.0-229.el7.x86_64
新文章:
- CentOS7下图形配置网络的方法
- CentOS 7如何添加删除用户
- 如何解决centos7双系统后丢失windows启动项
- CentOS单网卡如何批量添加不同IP段
- CentOS下iconv命令的介绍
- Centos7 SSH密钥登陆及密码密钥双重验证详解
- CentOS 7.1添加删除用户的方法
- CentOS查找/扫描局域网打印机IP讲解
- CentOS7使用hostapd实现无AP模式的详解
- su命令不能切换root的解决方法
- 解决VMware下CentOS7网络重启出错
- 解决Centos7双系统后丢失windows启动项
- CentOS下如何避免文件覆盖
- CentOS7和CentOS6系统有什么不同呢
- Centos 6.6默认iptable规则详解