Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xmanh/ubuntu-todo

Things to do affter installing Ubuntu
https://github.com/xmanh/ubuntu-todo

Last synced: about 1 month ago
JSON representation

Things to do affter installing Ubuntu

Awesome Lists containing this project

README

        

## Create SSH Key
```bash
ssh-keygen -t ed25519 -C "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"
```