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

ntp

chrony

ntp

もしFirewallを無効にするなら

firewalld.service

systemctl stop firewalld.service
systemctl disable firewalld.service

SELinux 停止

(必要なら) vmware tools のインストール

メール

root メール、転送設定

Postfixの設定

httpd, apache でldap認証の有効化

zabbix のインストール

LAMP環境の構築

Apacheのインストール

sudo yum install httpd

mysqlのインストール

PHPをインストール

その他

IP Address の確認,ifconfigの代わり

ip addr show
ip a

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS