links | format | author | ISBN | started | finished | rating | ||
---|---|---|---|---|---|---|---|---|
|
<% tp.system.suggester(["Book", "E-Book", "Article", "Blog Post", "PDF", "Custom"], ["Book", "E-Book", "Article", "Blog Post", "PDF", ""]) %> |
<% tp.system.prompt("Provide Author:") %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Config of PVE networking with one virtual subnet (10.0.4.0/24), connected and routed to a physical subnet (10.0.0.0/24) | |
# This file should be saved at /etc/networks/interfaces | |
# run the following to make active: > ifreload -a | |
auto lo | |
iface lo inet loopback | |
# this is the physical interface of the machine | |
########### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Insert IP / FQDN of your NTP server instead of IP address | |
sudo apt install ntpdate -y && sudo ntpdate 10.0.3.1 && sudo timedatectl set-timezone Europe/Berlin && timedatectl |