サーバー?
1 pwd 2 cd / 3 ls 4 df -a 5 vi /etc/locale.conf 6 vi /etc/ssh/sshd_config 7 yum -y remove yum-updatesd 8 yum -y install yum-fastestmirror 9 yum -y update 10 yum -y install yum-cron 11 /etc/rc.d/init.d/yum-cron start 12 systemctl status yum-cron 13 systemctl restart yum-cron 14 systemctl status yum-cron 15 chkconfig yum-cron on 16 getenforce 17 getenforce 18 setenforce 0 19 getenforce 20 vi /etc/sysconfig/selinux 21 systemctl status disabled 22 systemctl status iptables 23 systemctl status firewalld 24 systemctl stop firewalld 25 systemctl disable firewalld 26 hostnamectl set-hostname mami.sek-net.no-ip.info 27 nmcli d 28 nmcli d show enp3s0 29 ip addr show 30 systemctl -t service 31 yum -y update 32 yum -y install yum-plugin-priorities 33 sed -i -e "s/\]$/\]\npriority=1/g" /etc/yum.repos.d/CentOS-Base.repo 34 yum -y install epel-release 35 sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo 36 yum -y install centos-release-scl-rh centos-release-scl 37 sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl.repo 38 sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo 39 yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm 40 sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/remi-safe.repo 41 yum -y install vim-enhanced 42 vi /etc/profile 43 source /etc/profile 44 abrt-cli list --since 1493877205 45 abrt-auto-reporting enabled 46 abrt-cli list --since 1493877205 47 source /etc/profile 48 vi /etc/vimrc 49 vi ~/.vimrc 50 vi /etc/vimrc 51 visudo 52 exit 53 yum -y install cronie-noanacron 54 yum -y remove cronie-anacron 55 yum -y install ntp 56 vi /etc/ntp.conf 57 systemctl restart ntpd 58 systemctl enable ntpd 59 history