Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
503ed480c2
commit
87ed54a1c2
1 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,12 @@ npm -v
|
|||
|
||||
```
|
||||
|
||||
Opening 443 Port in Linux
|
||||
```
|
||||
sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/node
|
||||
sudo setcap 'cap_net_bind_service=+ep' `which node`
|
||||
```
|
||||
|
||||
Additional Infrastructure
|
||||
```
|
||||
sudo apt-get install libxtst-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue