Ifyouhavelostorforgotroot
passwordofRHEL7,youcanfollowthissteptochangetoanewpassword,
thisisdifferentwiththeRHEL6single-usermode,1,pressebuttoninGRUB2bootscreen.2,attheendofLinuxlineaddinit=/bin/shandremove
‘rhgb‘and‘quiet‘3,Ctrl+xtobootthesystemwiththepara..
分类:
其他好文 时间:
2014-10-01 01:04:40
阅读次数:
369
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装...
分类:
系统相关 时间:
2014-09-26 21:40:48
阅读次数:
232
XFS是扩展性高、高性能的文件系统。也是rhel7/centos7的默认文件系统。XFS支持metadatajournaling,这使其能从crash中更快速的恢复。它也支持在挂载和活动的状态下进行碎片整理和扩容。通过延迟分配,XFS赢得了许多机会来优化写性能。可通过工具xfsdump和xfsrestore来备份和恢复..
分类:
其他好文 时间:
2014-09-24 18:29:08
阅读次数:
230
XFS是扩展性高、高性能的文件系统。也是rhel7/centos7的默认文件系统。
XFS支持metadata journaling,这使其能从crash中更快速的恢复。
分类:
其他好文 时间:
2014-09-24 14:52:36
阅读次数:
200
1.系统环境说明 CentOS 7.0 x64 版本 192.168.1.7 master 192.168.1.8 slave 192.168.1.9 slave 192.168.1.10 slave 2.安装前的准备工作 2.1 关闭防火墙 #?systemctl?status?firewalld.service??--查看防火墙...
分类:
其他好文 时间:
2014-09-15 13:02:39
阅读次数:
387
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-09-10 01:37:39
阅读次数:
392
Installed the Ubuntu 14.04.1 on the Dell Inspiron 1420, now this computer had installed three OS, Windows Vista, RHEL7, Ubuntu 14.04.1...
分类:
其他好文 时间:
2014-09-09 12:42:28
阅读次数:
306
Blog:http://www.simlinux.com许多系统管理员仍然使用ifconfig、route、arp、netstat命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在ArchLinux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个网络配置工具,用来取代net-tools的..
分类:
Web程序 时间:
2014-09-05 16:30:22
阅读次数:
410
许多系统管理员仍然使用ifconfig、route、arp、netstat 命令组合来管理和排错网络配置,这些命令有net-tools包提供,但在Arch Linux、Centos7/RHEL7等发行版里面已经使用iproute2替代了net-toolsiproute2是另外一个...
分类:
Web程序 时间:
2014-09-05 14:37:02
阅读次数:
266
一、安装序顺1.先安装Windows操作系统2.再安装RHEL7系统二、grub中,添加Windows引导信息因为安装rhel7后,只有Linux的引导信息,而没有Windows系统的信息,需要手工添加。1.修改grub自定义配置文件(本例Windowsserver2008是安装在C盘,且在安装时,Windows自动建立了一个隐藏..