From 9e7b471c8a440b3e04422b0b70656b579bb3f753 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 8 May 2022 19:11:53 +0200 Subject: [PATCH] first commit --- docs/proxmox/LXC-Debian.md | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/docs/proxmox/LXC-Debian.md b/docs/proxmox/LXC-Debian.md index 4ead627..9d4ad91 100644 --- a/docs/proxmox/LXC-Debian.md +++ b/docs/proxmox/LXC-Debian.md @@ -2,25 +2,45 @@ Open Proxmox Terminal and send: +
+ only Debian -only Debian: ```bash clear;bash -c "$(wget -qLO - https://u.sthope.dev/only-debian)" ``` +
+ +
+ with Docker -with Docker: ```bash clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-docker)" ``` +
+ +
+ with Docker & Portainer -with Docker & Portainer: ```bash clear;bash -c "$(wget -qLO - https://u.sthope.dev/debian-with-portainer)" ``` - +
+
+ Create new user + +replace `USER` with your username and `PWD` with your password and send: + +```bash +bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD +``` +
+ +
+ Create new user + +replace `USER` with your username and `PWD` with your password and send: -Create new user, replace `USER` with your username and `PWD` with your password and send: ```bash bash -c "$(wget -qLO - https://u.sthope.dev/addUser)" createuser USER PWD ``` @@ -33,4 +53,7 @@ apt-get update;apt-get upgrade -y; apt-get install -y sudo Disable autologin on the LXC terminal send, should be disabled after reboot: ``` rm /etc/systemd/system/container-getty@1.service.d/override.conf -``` \ No newline at end of file +``` +
+ +