Skip to content

Instantly share code, notes, and snippets.

@ahmadsoe
Last active June 10, 2017 21:45

Revisions

  1. ahmadsoe renamed this gist Jun 10, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. ahmadsoe revised this gist Jun 10, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions howto.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ```sh
    adduser <username?
    usermod -aG sudo <username>
    # adduser <username>
    # usermod -aG sudo <username>
    ```
  3. ahmadsoe created this gist Jun 10, 2017.
    4 changes: 4 additions & 0 deletions howto.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    ```sh
    adduser <username?
    usermod -aG sudo <username>
    ```