Explore >> Select a destination


You are here

beesley.tech
| | willhaley.com
4.3 parsecs away

Travel
| | These steps are for configuring an NFS Linux server on Ubuntu. Install the nfs-kernel-server package. sudo apt-get install nfs-kernel-server Check to see if NFS is running. sudo systemctl status nfs-kernel-server Create a directory to serve via NFS. sudo mkdir -p /srv/nfs Create an /etc/exports file. In my case, I am serving my /srv/nfs directory to any machine on my network. You may read about the other options online. # /etc/exports /srv/nfs 192.168.0.0/24(sync,no_subtree_check,insecure) Reload the NFS export configuration now that our export is defined.
| | www.learnitguide.net
3.3 parsecs away

Travel
| | How to Set DNS to 8.8.8.8 in Linux, ?, linux dns server, linux dns server configuration, simple dns server linux, configure dns
| | blog.christophersmart.com
2.2 parsecs away

Travel
| |
| | www.tumfatig.net
14.0 parsecs away

Travel
| I had that Raspberry Pi Zero 2 W lying in a box. And because I changed my network configuration, I decided I could use that Pi as a DNS et DHCP server. But I also wanted to take benefits from my POE switch. It turns out to be really simple, with the proper hardware. Here are the notes.