centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernel Is it too late to contribute to this thread? I found that gcc and kernel-devel was not included with the generic desktop install so also needed to do…
最近在学习关于数据库相关的东西,所以下午尝试在linux下自己搭建了myql,我的mysql是直接安装centos系统自带的,安装过程不再赘述 安装完成后,从linux后台登录也显示成功,但是就是从navicat登录不了,一直提示登录失败 最后在网上多方查找资料才知道了原因 然后在虚拟机中查看网络端口信息: 再查看防火墙状态,发现没有3306端口 这里清除下防火墙状态 iptables -F 然后进行用户授权 grant all privileges on *.* to 'root'@'%' i…
我使用VMware虚拟机安装Ubuntu和CentOS,都使用NAT模式连接网络,可是Ubutun能够正常上网,而CentOS不能连接到网络. 原来Centos7默认是不启用有线网卡的.须要手动开启. 操作过程例如以下: 首先,打开终端. cd /etc/sysconfig/network-scripts/ ls 查看一下ifcfg-eno后面相应的数字是什么.以eno32为例 切换到root用户下, vim ifcfg-eno32 编辑该文件 设置ONBOOT=yes 即开启自己主动启用网络连…
最近在搞centos,遇见的一些问题,记录一下 首先是安装问题 安装过程参考http://www.cnblogs.com/seesea125/archive/2012/02/25/2368255.html 见下图 enter确认的话,重启后会一直卡在centos页面 解决方法就是: 在安装过程第一步中将 Install system with basic video driver 改为 Install or upgrade an existing system即可…
问题1:安装完没有桌面系统(Gnome或KDE)解答:安装的时候,软件选择为最小安装",更改该选择 问题2:开机提示Initial setup of CentOS Linux 7 (core)解答: 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 cho…