add webi dat dat dat

This commit is contained in:
AJ ONeal
2020-07-09 11:46:17 +00:00
parent 1a7a851e3f
commit c77b2afba8
45 changed files with 755 additions and 469 deletions

View File

@@ -3,10 +3,13 @@ title: VPS Utils
homepage: https://webinstall.dev/vps-utils
tagline: |
VPS Utils make it easy to setup and manage a VPS
description: |
VPS Utils includes shortcut commands for some common tasks, including `cap-net-bind`, 'vps-addswap', and 'vps-myip'
---
## Cheat Sheet
> VPS Utils includes shortcut commands for some common tasks, including
> `cap-net-bind`, 'vps-addswap', and 'myip'
**cap-net-bind**:
`cap-net-bind` will give the specified program the ability to listen on
@@ -23,13 +26,13 @@ This is the same as running the full command:
setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
```
**vps-myip**:
**myip**:
Will output externally detected IPv4 and IPv6 addresses. See
<https://webinstall.dev/vps-myip>.
```bash
vps-myip
myip
```
```txt