So you can access files from other computers (Linux, Mac, Windows) on the same network!
- Install Samba:
sudo apt install samba samba-common
| openapi: 3.0.0 | |
| info: | |
| title: Cat Management API | |
| version: '0.1' | |
| description: Hypothetical internal service API for managing database of cats in the household | |
| servers: | |
| - url: 'https://api.cat' | |
| description: production | |
| paths: | |
| /cats: |
| #!/usr/bin/env python | |
| ''' | |
| Send an multipart email with HTML and plain text alternatives. The message | |
| should be constructed as a plain-text file of the following format: | |
| From: Your Name <your@email.com> | |
| To: Recipient One <recipient@to.com> | |
| Subject: Your subject line | |
| --- |
/etc/ufw/applications.d/plexmediaserver
[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp
[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)