Tag:
menuconfig
Setting up a NFS server on Gentoo doesn’t have to be difficult. Here I will explain how to setup a basic NFS server in just a few steps. The fist step is to become root. $ su – Your Gentoo kernel must be compiled with support for both NFS server and client. You can check [...]
Updating your kernel is important if you want to take advantage of new hardware support or bleeding edge features. Aside from these obvious benefits it also allows you to keep up with security patches, system optimization, and overall stability issues. The first thing you have to do is emerge the latest gentoo-sources package. # emerge [...]