Tag: Fedora 18
-
Quick and Simple Configuration of Samba for Fedora 18
I have a Fedora 18 system here with the hostname snape.greshamhs.org and the IP address 192.168.92.249. I always make sure that SELinux is disabled: Edit /etc/selinux/config and set SELINUX=disabled: vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing – SELinux…
-
Configuring NFS Server on Fedora 18
I find that I often need to remember the steps to configuring NFSv4 on Fedora. Note that under Fedora 18, nfs-utils may already installed depending on the options you select. [root@master ~]# yum -y install nfs-utils [root@master ~]# vi /etc/idmapd.conf # line 5: uncomment and change to your domain name Domain = server.world [root@master ~]#…