Linode/Setup: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 October 2023

30 November 2022

29 November 2022

26 November 2022

25 November 2022

21 November 2022

  • curprev 03:5703:57, 21 November 2022Jonny talk contribs 529 bytes +529 Created page with "Assuming you have made a Linode with Debian 11 == User accounts == * Make user accounts: <syntaxhighlight lang="bash"> adduser \ --system \ --shell /bin/bash \ --gecos 'User Description If u want' \ --group \ --home /home/USERNAME \ USERNAME </syntaxhighlight> * Add user to <code>sudo</code> group (if needed) <syntaxhighlight lang="bash"> usermod -aG sudo USERNAME </syntaxhighlight> == Security == === Install RSA Keys === === Configure s..."