1er commit
De la docs au format Mkdocs
This commit is contained in:
24
docs/Synology/scripts.md
Normal file
24
docs/Synology/scripts.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# FFmpeg
|
||||
|
||||
|
||||
|
||||
[:fa-link: Doc](http://ffmpeg.org/ffmpeg.html#Options)
|
||||
|
||||
[:fa-link: Encode AAC](https://trac.ffmpeg.org/wiki/Encode/AAC)
|
||||
|
||||
|
||||
|
||||
#### Copier un fichier sur le NAS
|
||||
|
||||
```bash
|
||||
$ scp -P42666 wsgi.py bruno@192.168.1.7:/var/services/homes/bruno/scripts/
|
||||
|
||||
$ scp -P42666 httpd_vhost.conf bruno@clicclac.synology.me:/var/services/homes/bruno/
|
||||
```
|
||||
|
||||
#### Réception d'un fichier depuis le NAS
|
||||
|
||||
```bash
|
||||
$ scp -P42666 bruno@clicclac.synology.me:/var/services/homes/bruno/httpd-vhost.conf /Users/bruno/Desktop
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user