Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xmanh/ubuntu-todo
- Owner: xmanh
- Created: 2023-03-02T14:49:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T10:15:25.000Z (4 months ago)
- Last Synced: 2024-08-17T11:26:08.137Z (4 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]"
```