Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwesterhausen/do-guides
A couple simple articles on using Digital Ocean
https://github.com/nwesterhausen/do-guides
Last synced: 6 days ago
JSON representation
A couple simple articles on using Digital Ocean
- Host: GitHub
- URL: https://github.com/nwesterhausen/do-guides
- Owner: nwesterhausen
- License: unlicense
- Created: 2022-01-06T19:41:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:17:57.000Z (about 1 year ago)
- Last Synced: 2024-12-29T02:34:59.136Z (8 days ago)
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# do-guides
A couple simple articles on using Digital Ocean## Steps
1. Create a droplet with Debian 11
2. Choose an acceptable plan. Recommend one with at least 2GB memory.
3. Choose a geographically acceptable location (NY = east coast, SF = west coast)
4. Enable monitoring (no cost, but extra stats on droplet performance)
5. Select an ssh key (here's a [guide on creating an ssh key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) if needed)
6. Choose 1 droplet
7. Rename if you want
8. Enabling backups is optional, has an additional costDroplet will now be created. Then it will be time to login and install any programs you want.
- [Installing mysql on the droplet](debian-mysql.md)
- [Connecting VSCode Remote](vscode-remote.md)
- [Scheduling Jobs & Scripts](scheduling.md)