Explore >> Select a destination


You are here

ounapuu.ee
| | willhaley.com
3.9 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.
| | current.workingdirectory.net
4.0 parsecs away

Travel
| | Some thoughts based on my work as a movement technologist
| | www.jeremymorgan.com
2.8 parsecs away

Travel
| | A step by step guide to setting up your Raspberry Pi to share files to every computer on your network.
| | lincolnquirk.com
34.5 parsecs away

Travel
| Holy crap, I've gotten bcm43xx (the free Broadcom wireless driver) to work on my Powerbook (g4 17" 1.5GHz) under Debian, and with WPA encryption too!