Fedora11 その2 | ぼぶろぐ

ぼぶろぐ

以前は、あいらぶLinux♪というタイトルでしたが、
最近はLinux以外のことも書いているので、タイトルを変更しました。
ぼぶちゃんのぶろぐでぼぶろぐです。

◆Fedora11のセットアップの続き

[root@localhost ~]# yum -y install yum-fastestmirror

[root@localhost ~]# yum -y update fedora-release

[root@localhost ~]# yum -y update

[root@localhost ~]# yum -y install yum-cron

[root@localhost ~]# /etc/rc.d/init.d/yum-cron start
夜間 yum 更新の有効化中: [ OK ]
[root@localhost ~]# chkconfig yum-cron on
[root@localhost ~]# /etc/rc.d/init.d/iptables stop
iptables: ファイアウォールルールを消去中: [ OK ]
iptables: チェインをポリシー ACCEPT へ設定中filter [ OK ]
iptables: モジュールを取り外し中: [ OK ]
[root@localhost ~]# chkconfig iptables off
[root@localhost ~]# chkconfig --list iptables
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off

[root@localhost ~]# yum -y install nkf

[root@localhost ~]# chkconfig bluetooth off
[root@localhost ~]# chkconfig cups off
[root@localhost ~]# chkconfig ip6tables off
[root@localhost ~]# chkconfig sendmail off


今日はなぜかとても眠たいので、もう寝ます。