Skip to content

Instantly share code, notes, and snippets.

View jaltgen's full-sized avatar

Jace Altgen jaltgen

View GitHub Profile
@jaltgen
jaltgen / interfaces
Created December 23, 2022 17:14
Proxmox VE 7.x Routed Subnet Configuration
# 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
###########
@jaltgen
jaltgen / sync.sh
Last active December 6, 2022 14:59
Ubuntu 22.04 Server CLI NTP Client Install and Sync
### 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
@jaltgen
jaltgen / source-template_v01.md
Created March 17, 2022 13:45
Obsidian Template for recording sources and Linking to a overview doc.
links format author ISBN started finished rating
Sources
<% tp.system.suggester(["Book", "E-Book", "Article", "Blog Post", "PDF", "Custom"], ["Book", "E-Book", "Article", "Blog Post", "PDF", ""]) %>
<% tp.system.prompt("Provide Author:") %>