Linuxのセットアップポイントメモ

systemctl:デーモンの起動とか管理

#デーモンの起動とか
systemctl [start|stop|restart|status] <ServiceName>

#自動起動の設定
systemctl [enable|disable] <ServiceName>.service

#自動起動設定のリスト表示
systemctl list-unit-files -t service

nmcli:LAN(ネットワーク)設定

GUIっぽい設定画面が起動して設定が行える

firewalld:ファイアウォールの設定

意外と重要