Skip to content

Instantly share code, notes, and snippets.

View mc256's full-sized avatar
🤗

Jun Lin (Michael) Chen mc256

🤗
View GitHub Profile
@proudlygeek
proudlygeek / nfs-tunnel.md
Last active February 13, 2024 17:00
Mount NFS Folder via SSH Tunnel

1. Install NFS on Server

Install the required packages (Ubuntu 12.04):

apt-get install nfs-kernel-server portmap

2. Share NFS Folder

Open the exports file:

vim /etc/exports