====== Fedora16 ====== http://fedoraproject.org/ja/ ===== fedora16の癖など ===== ==== yum ==== aptでもaptitudeでもないRPM互換パッケージ管理システム Yellowdog Updater Modified ==== ssh ==== sshdをインストール # yum install openssh-server iptablesは無効にしておく # systemctl stop iptables.service # systemctl stop ip6tables.service # systemctl disable iptables.service # systemctl disable ip6tables.service sshdを有効にする # systemctl start sshd.service # systemctl enable sshd.service