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