SSブログ

CentOS7 [PG]

CentOS7
 Apache
 mariaDB
 PHP
 Git
 Redmine
の環境を作成しようとしたが
Redmineが動かない。

CentOS6.6から7になって変わった点をメモ
※初めてLinuxに触れた者としては7の方が楽だった

ifconfig → ip addr
chkconfig → systemctl
chkconfig httpd on → systemctl enable httpd.service
service sshd stop → systemctl stop sshd.service
/etc/init.d/sshd status → systemctl status sshd
※reload、restart、start、stopなども同様
ls /etc/init.d → systemctl --type service
iptables → firewalld
ext4 → xfs
/etc/sysconfig/network-scripts/ifcfg-ethX → nmcli

タグ:linux CentOS
nice!(0)  コメント(0)  トラックバック(0) 
共通テーマ:趣味・カルチャー

nice! 0

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0

箱根|- ブログトップ

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。