Summary
In this chapter, we explored multiple ways of accessing remote resources. Just about every network has a central location for storing files, and we explored two ways of accomplishing this with NFS and Samba. Both NFS and Samba have their place in the data center and are very useful ways in which we can make resources on a server available to our users who need to access them. We also talked about rsync
and scp
, two great utilities for transferring data without needing to set up a permanent share.
Next up is Chapter 13, Managing Databases. Now that we have all kinds of useful services running on our Ubuntu Server network, it’s only fitting that we take a look at serving databases as well. Specifically, we’ll look at MariaDB. See you there!