1er commit

De la docs au format Mkdocs
This commit is contained in:
2018-09-16 14:48:15 +02:00
commit e82296ba06
140 changed files with 17082 additions and 0 deletions

24
docs/Synology/scripts.md Normal file
View 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
```