问题1:安装完没有桌面系统(Gnome或KDE)
解答:安装的时候,软件选择为最小安装",更改该选择centos
问题2:开机提示Initial setup of CentOS Linux 7 (core)
解答:app
Initial setup of CentOS Linux 7 (core)
1) [x] Creat user 2) [!] License information
(no user will be created) (license not accepted)
Please make your choice from above ['q' to quit | 'c' to continue | 'r' to refresh]:
解决步骤以下:ui
1,输入【1】,按Enter键阅读许可协议,
2,输入【2】,按Enter键接受许可协议,
3,输入【q】,按Enter键退出,
4,输入【yes】,按Enter键肯定,
5,重启以后便可进入图形登陆界面orm
问题3:更改CentOS源
解答:进程
网易(163)yum源是国内最好的yum源之一 ,不管是速度仍是软件版本,都很是的不错,将yum源设置为163yum,能够提高软件包安装和更新的速度,同时避免一些常见软件版本没法找到。具体设置方法以下:
1,进入yum源配置目录
cd /etc/yum.repos.d
2,备份系统自带的yum源
mv CentOS-Base.repo CentOS-Base.repo.bk
下载163网易的yum源:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
3,更新玩yum源后,执行下边命令更新yum配置,使操做当即生效
yum makecache
4,除了网易以外,国内还有其余不错的yum源,好比中科大和搜狐的,你们能够根据本身需求下载
中科大的yum源:
wget http://centos.ustc.edu.cn/CentOS-Base.repo
sohu的yum源
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repoget
问题4:yum提示another app is currently holding the yum lock;waiting for it to exitit
多是系统自动升级正在运行,yum在锁定状态中。
能够经过强制关掉yum进程:
#rm -f /var/run/yum.pid
而后就可使用yum了。io
问题5:安装VirtualBox加强功能失败form
须要根据提示的错误,安装yum install kernel-devel gcc
而后运行./VBoxLinuxAdditions.run
最后reboot登录
问题6:修改默认Shell为Tcsh
使用chsh命令