Skip to content

Instantly share code, notes, and snippets.

@salaros
Last active September 4, 2024 16:41
Show Gist options
  • Save salaros/7f2fb12f81a3fc22bcc587873814072f to your computer and use it in GitHub Desktop.
Save salaros/7f2fb12f81a3fc22bcc587873814072f to your computer and use it in GitHub Desktop.
sed -i 's/^GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT="quiet console=tty0 console=ttyS0,115200"/' /etc/default/grub
sed -i 's/^.*GRUB_TERMINAL=.*/GRUB_TERMINAL="console serial"/' /etc/default/grub
systemctl enable [email protected]
systemctl start [email protected]
qm set 1000 --serial0 socket --vga serial0
qm reset 1000
apt install iproute2 -qy
sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment