/etc/modprobe.d/
On CentOS and probably other RedHat-based distributions, /etc/modprobe.d/
is the directory which contains configurations for loading kernel modules,
module aliases and module blacklists, that are specific to the host, and not
shipped by packages (those should go in /usr/lib/modprobe.d/.
Module configurations from both directories are read by default, unless dracut is run in generic mode.
See also
Set up CentOS 6 as NFS Server
These are minimal instructions on how to set up an NFS server running on CentOS 6.
Install the required packages:
yum install nfs-utils nfs-utils-lib
Enable and start the required services:
chkconfig rpcbind on chkconfig nfs on service rpcbind restart service nfs restart
Create shares by editing:
/etc/exports
Git
See also
- A series of articles about Git at sitepoint.com:
- Contribute to an open source project on GitHub