From caebbec917abdf6c8df3406bb1c1b360cc7161ab Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 16:05:42 +0200 Subject: [PATCH] first commit --- docs/cmds/adduser-1line.md | 2 ++ mkdocs.yml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 docs/cmds/adduser-1line.md diff --git a/docs/cmds/adduser-1line.md b/docs/cmds/adduser-1line.md new file mode 100644 index 0000000..8a076c7 --- /dev/null +++ b/docs/cmds/adduser-1line.md @@ -0,0 +1,2 @@ +Replace `USER` with your username and `PWD` with chosen password and send: +```sudo adduser USER --gecos "69,69,69,69" --disabled-password;echo "USER:PWD" | sudo chpasswd;usermod -aG sudo USER``` diff --git a/mkdocs.yml b/mkdocs.yml index 46d1c77..924452b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,3 +81,5 @@ nav: - Octoprint: portainer-stacks/octoprint.md - qBittorrent: portainer-stacks/qbittorrent.md - Samba: portainer-stacks/samba.md + - Commmands: + - AddUser 1Line: cmds/adduser-1line.md \ No newline at end of file