add webi dat dat dat
[webi-installers/.git] / vps-utils / README.md
index 3dbce199b05a7465b4d4d5a7b1d749b07dfe73fa..5d49555c0c415c596c81607063ea4af35189f3c3 100644 (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