Linux
CentOS 7 初期インストール
目次
リンク †
Dramsuko wiki link †
Host名の変更 †
恒久的に変更 †
sudo hostnamectl set-hostname hogeserver.tar3.net
/etc/hostname で変更 †
sudo vim /etc/hostname
hogeserver.tar3.net
初回アップデート †
sudo yum update
必要な機能のインストール †
sudo yum install epel-release
sudo yum install bind-utils net-tools vim rsync ntp wget openssh-server
ipv6 無効化 †
Network Manager 設定ツール †
nmtui
- 確認
ip addr show
- Network Manager の再起動
ntp †
chrony †
ntp †
- インストール
- 設定
- sudo vi /etc/ntp.conf
server ntp.tar3.net
- 初期同期
- daemon の起動
- 確認
もしFirewallを無効にするなら †
firewalld.service †
systemctl stop firewalld.service
systemctl disable firewalld.service
SELinux 停止 †
(必要なら) vmware tools のインストール †
メール †
root メール、転送設定 †
Postfixの設定 †
- mail_postfix-dovecot#r1b8edce?
httpd, apache でldap認証の有効化 †
- ldap module のインストール
yum install mod_ldap -y
- .htaccessでAuthzLDAPAuthoritativeの無効化
- httpd の再起動
systemctl restart httpd
zabbix のインストール †
LAMP環境の構築 †
Apacheのインストール †
sudo yum install httpd
mysqlのインストール †
PHPをインストール †
その他 †
IP Address の確認,ifconfigの代わり †
ip addr show
ip a