[root@RAID ~]# hostname RAID [root@RAID ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 RAID [root@RAID ~]# cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=RAID [root@RAID ~]# nano /etc/hosts [root@RAID ~]# nano /etc/sysconfig/network [root@RAID ~]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain … Continue reading hostname
Category: rhel-7
How To Disable FIREWALLD In rhel-7 And Enable IPTABLES
[root@server ~]# cat /etc/system-release Red Hat Enterprise Linux Server release 7.1 (Maipo) [root@server ~]# systemctl status firewalld firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled) Active: active (running) since Mon 2016-03-28 10:06:01 PDT; 52min ago Main PID: 873 (firewalld) CGroup: /system.slice/firewalld.service └─873 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid Mar 28 10:06:01 server.puppet.in systemd[1]: … Continue reading How To Disable FIREWALLD In rhel-7 And Enable IPTABLES
rhel-7 or centos-7
Make Rhel-7 & in Graphical mode How To make rhel-7 as graphical desktop yum grouplist yum groups install "GNOME Desktop" or yum groupinstall "GNOME Desktop" yum groups install "Server with GUI" or yum groupinstall "Server with GUI" systemctl … Continue reading rhel-7 or centos-7
