redhat提供了一个redhat-upgrade-tool的升级工具;[1]配置软件源#vim/etc/yum.repos.d/upgrade.repo
[upgrade]
name=upgrade
baseurl=
enable=1
gpgcheck=0[2]安装软件工具yum-yinstallpreupgrade-assistant-contentsredhat-upgrade-toolpreupgrade-assistant[3]升级前检查潜在..
分类:
其他好文 时间:
2014-07-29 15:24:50
阅读次数:
278
英语学得不好,国外这位大神的精彩解释不是特能看的懂。我模仿的试了一下。解决方案:1.打开mac终端2.输入:sudo ifconfig lo0 alias 127.1.1.1 netmask 0xFFFFFFFF3.浏览器测试。(如果是127.0.0.2)应该就是:sudo ifconfig lo0...
分类:
其他好文 时间:
2014-07-29 14:08:48
阅读次数:
453
安装完重启后,竟然没有引导!!!(难道是由于Windows 8在BIOS中使用了统一的 UEFI 接口??但是,Linux基金会早就宣布将会提供一种全新的 方式使用 UEFI Secure Boot选项安装Linux系统。她两可以和平共处啊)本人对 UEFI 引导不太了解(UEFI boot 比 L...
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:
数据库 时间:
2014-07-28 14:51:13
阅读次数:
499
一.安装mysql,直接用yum安装即可,mysql在centos7.0版本中被mariadb替代了。
命令:
yum install mysql-server mysql
安装好了,选择修改mysql默认的root用户的密码,启动mysql服务。
命令:
service mysqld start
二.安装apache,直接yum安装,与mysql安装方...
分类:
Web程序 时间:
2014-07-27 11:21:06
阅读次数:
279
使用Vmware Workstation安装CentOS7.0, 配完整过程截图及少许说明。...
分类:
其他好文 时间:
2014-07-26 15:13:50
阅读次数:
320
1 前期准备: 下载虚拟机和CentOS安装源VMware-workstation-full-10.0.3-1895310CentOS-7.0-1406-x86_64-DVD.iso2 虚拟机配置-1 打开虚拟机-2-3-4-5-6-7也可以使用默认的处理器数量:1-8我修改了此虚拟机内存为2G-9...
分类:
其他好文 时间:
2014-07-26 14:45:00
阅读次数:
242
>>mkfs.vfat # pacman -S dosfstools>>ifconfig# pacman -S net-tools
分类:
其他好文 时间:
2014-07-26 13:57:44
阅读次数:
230
keywords:grub1,grub2,gnome,kde,question describe:install centos7 by U disk,出现问题,解决办法:install centos7test this media &install centos7troubles shooting当...
分类:
系统相关 时间:
2014-07-25 13:55:01
阅读次数:
337
查看接口信息 ifconfig (-a 所有 / eth0 查看特定网卡)lo接口:环回接口,操作系统自带打开关闭相应网卡接口 ifup ifdown (ifup eth0)setup命令配置 (基于命令行的文本界面),想windows配置一样,填空 (redhat only? my ubunt.....
分类:
系统相关 时间:
2014-07-24 21:35:02
阅读次数:
288