Side note: all available resource metrics are documented here:
These are used for isolating files on disk from both the host system as well as other running tasks.
| # to add to your ~/.bashrc or your ~/.zshrc file. Usage: $ go switch 1.18.1 | |
| function go() { | |
| case $* in | |
| switch* ) | |
| shift 1 | |
| gobindir=$(go env GOBIN) | |
| # adapt to a valid directory at the beginning of your $PATH if you're not on systemd | |
| homebindir=$(systemd-path user-binaries) | |
| go install golang.org/dl/go"$@"@latest | |
| $gobindir/go"$@" download |
Side note: all available resource metrics are documented here:
These are used for isolating files on disk from both the host system as well as other running tasks.
| ########################################### | |
| # IMPORTANT NOTE: | |
| # | |
| # As of asuswrt-merlin 380.67 Beta, you | |
| # can now configure SSL certificates from | |
| # the Webui, making these instructions | |
| # unnecessary. | |
| ########################################### | |