Last active
September 4, 2024 16:41
-
-
Save salaros/7f2fb12f81a3fc22bcc587873814072f to your computer and use it in GitHub Desktop.
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
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 |
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
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