I install Fedora 10 in my server.
Mar 4, 2009AD:
I installed Fedora 10 in my server.
This server is for my local programming so you should not use for server.
About Firewall
I stop。。Firewall
1 2 3 4 5 6 |
[root@hoge ~]# /etc/rc.d/init.d/iptables stop <span>It stop auto run ipdatble.</span> [root@hoge ~]# chkconfig iptables off <span>It checks stopping auto run ipdatble.</span> [root@hoge ~]# chkconfig --list iptables iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off |
About SELinux
I don’t like SELinux so I often stop using SELinux.
1 2 3 4 5 6 7 8 |
[root@hoge ~]# getenforce <span>It means running SELinux.</span> Enforcing <span>Stops SELinux.</span> [root@hoge ~]# setenforce 0 [root@hoge ~]# getenforce <span>It means not running SELinux.</span> Permissive |
1 2 3 |
[root@hoge ~]# vi /etc/sysconfig/selinux SELINUX=enforcing SELINUX=disabled |
For Japanese setting
AD:
No Comments, Comment or Ping
Reply to “I install Fedora 10 in my server.”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.