Skip to content

Instantly share code, notes, and snippets.

@kilip
Last active September 21, 2024 03:36
Show Gist options
  • Select an option

  • Save kilip/d0b15ad571bf663b997b8733339e3c3c to your computer and use it in GitHub Desktop.

Select an option

Save kilip/d0b15ad571bf663b997b8733339e3c3c to your computer and use it in GitHub Desktop.

Revisions

  1. kilip revised this gist Sep 21, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-tools.md
    Original file line number Diff line number Diff line change
    @@ -27,4 +27,4 @@ tutorial: [github](https://docs.github.com/en/authentication/connecting-to-githu

    ### Setting GPG Key
    On windows please use WSL (ubuntu on windows).
    Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux)
    Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux) until you can sign your git commit with gpg key
  2. kilip revised this gist Sep 21, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion dev-tools.md
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,6 @@ C:\ ubuntu config --default-user theusername
    tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)


    ### Setting GPG
    ### Setting GPG Key
    On windows please use WSL (ubuntu on windows).
    Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux)
  3. kilip revised this gist Sep 21, 2024. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions dev-tools.md
    Original file line number Diff line number Diff line change
    @@ -23,3 +23,8 @@ C:\ ubuntu config --default-user theusername

    ### Setting ssh
    tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)


    ### Setting GPG
    On windows please use WSL (ubuntu on windows).
    Follow [this tutorial](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key?platform=linux)
  4. kilip revised this gist Sep 20, 2024. No changes.
  5. kilip revised this gist Sep 20, 2024. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions dev-tools.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,25 @@
    ### Windows WSL Ubuntu
    Install github desktop with bash:
    https://github.com/apps/desktop

    Add non root user:
    On powershell type bash
    ```sh
    # windows power shell
    bash
    ```

    On bash
    ```sh
    root@something$ useradd theusername
    root@something$ exit
    ```

    Configure WSL default user
    ```sh
    # Windows powershell
    C:\ ubuntu config --default-user theusername
    ```

    ### Setting ssh
    tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
  6. kilip created this gist Sep 20, 2024.
    6 changes: 6 additions & 0 deletions dev-tools.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ### Windows WSL Ubuntu
    Add non root user:


    ### Setting ssh
    tutorial: [github](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)