Files
vim-ale/vps-utils
AJ ONeal ac797c8c0e add myip
2020-07-03 08:31:49 +00:00
..
2020-07-01 04:52:03 +00:00
2020-07-03 08:31:49 +00:00
2020-07-01 04:52:03 +00:00
2020-07-01 04:52:03 +00:00
2020-07-01 04:52:03 +00:00

title, homepage, tagline, description
title homepage tagline description
VPS Utils https://webinstall.dev/vps-utils VPS Utils make it easy to setup and manage a VPS VPS Utils includes shortcut commands for some common tasks, including `cap-net-bind`, 'vps-addswap', and 'vps-myip'

cap-net-bind:

cap-net-bind will give the specified program the ability to listen on privileged ports, such as 80 (http) and 443 (https) without root privileges or sudo.

sudo cap-net-bind node

This is the same as running the full command:

setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))

vps-myip:

Will output externally detected IPv4 and IPv6 addresses. See https://webinstall.dev/vps-myip.

vps-myip
IPv4 (A)   : 136.36.196.101
IPv6 (AAAA): 2605:a601:a919:9800:f8be:f2c4:9ad7:9763

vps-addswap:

Adds and activates permanent swap in /var/swapfile. See https://webinstall.dev/vps-addswap.

vps-addswap