07-04-2020
Section Windows
This commit is contained in:
@@ -548,3 +548,9 @@ nano: error while loading shared libraries: libtinfo.so.5: cannot open shared ob
|
||||
sudo ln -s /lib/libncurses.so.5.9 /lib/libtinfo.so.5
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Developer guide:
|
||||
|
||||
https://help.synology.com/developer-guide/index.html
|
||||
|
||||
|
||||
@@ -16,3 +16,13 @@ $ scp -P42666 httpd_vhost.conf bruno@clicclac.synology.me:/var/services/homes/br
|
||||
$ scp -P42666 bruno@clicclac.synology.me:/var/services/homes/bruno/httpd-vhost.conf /Users/bruno/Desktop
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### wget: not an http or ftp url:
|
||||
|
||||
Sur le NAS, `wget` ne gère pas les URLs https. Il faut passer `curl`.
|
||||
|
||||
```bash
|
||||
$ curl -L -O https://github.com/go-gitea/gitea/releases/download/v1.11.4/gitea-1.11.4-linux-amd64
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user