Network Fundamentals, File Sharing, and SSH
This chapter will continue our journey by investigating our local network connection. We will first check the basics of addresses, pinging, and network scans. Next, we will see how to configure the Linux Network Filesystem (NFS) for data sharing. We will explore its configuration on the client side for Linux, Windows, and macOS. Further, we will briefly check Samba as a potential alternative. In the last part, we will explore how to connect to our system via SSH and how to share files with it.
The topics in this chapter are as follows:
- Network basics
- Short network sharing introduction
- Sharing via NFS
- Sharing via Samba server
- Secure Shell (SSH) and working remotely
- Sharing via SSHFS