Configuration for Proxmox host to support multiple IP addresses through a single interface.
Initially, with a single IP and a single interface, the configuration looks like this.
auto lo
import 'package:flutter/material.dart'; | |
void main() { | |
runApp( | |
MaterialApp( | |
home: Home(), | |
), | |
); | |
} |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOcL+ZFm6UZuH8M4n07HD8lH7hecgmY7OLfDSycsN2B4k2J2US9JtEB94aos1+185VEN7ntCRG7S20+r5jM0R7j35lKOQfhv7lGcQ0tTHwffvtnblxe2Ks15fUikNSamiSqOLEVS1G7TtVf3TC6zdfZiP4C1/4X1KDcvLk9vXPsH2+A/tlAtF9d0SqKExpvTqe5FveoLT+qhkAeW7u1yrjepHnXxUjdMakEvrA8m1GICOh1mi3oaACe376iwjMWGs/2of4nxJzO+56S0Gypgjo3P+JANuy5j15PH563ew63ex9WN6EO0THjqLEV43XYg2BLZVsllNbaqU4Z8RtXocR |
/** | |
* This configuration uses log4js and outputs logs to stdout | |
* in JSON format. The names of the fields are compatible with | |
* python-json-logger. | |
* | |
* The configuration was developed to the purposes of logging | |
* Express JS logs running inside docker and collected through | |
* FluentD. | |
* | |
* Reported fields: |
"""This is invoked in a subprocess to call the build backend hooks. | |
It expects: | |
- Command line args: hook_name, control_dir | |
- Environment variables: | |
PEP517_BUILD_BACKEND=entry.point:spec | |
PEP517_BACKEND_PATH=paths (separated with os.pathsep) | |
- control_dir/input.json: | |
- {"kwargs": {...}} |
** Note: | |
alt = option key on Mac | |
PageUp/PageDown = fn+up/down on Mac | |
# Pyenv | |
## Install pyenv | |
brew install pyenv | |
## After installing pyenv don't forget to add pyenv init commands to your `.zshrc` or `.bashrc` file |