| Code Block |
|---|
echo "`whoami` ALL=(ALL:ALL) NOPASSWD: ALL" |sudo tee /etc/sudoers.d/`whoami` |
Nginx with http2
| Code Block |
|---|
apt install -y nginx |
...
| Code Block |
|---|
echo "`whoami` ALL=(ALL:ALL) NOPASSWD: ALL" |sudo tee /etc/sudoers.d/`whoami` |
Nginx with http2
| Code Block |
|---|
apt install -y nginx |
...