diff options
Diffstat (limited to 'content/posts')
| -rw-r--r-- | content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md (renamed from content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md index 259d4fc..4031df0 100644 --- a/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-a-single-umbrella.md +++ b/content/posts/2023-07-01-bringing-all-of-my-projects-together-under-one-umbrella.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: "Bringing all of my projects together under a single umbrella" | 2 | title: "Bringing all of my projects together under one umbrella" |
| 3 | url: bringing-all-of-my-projects-together-under-a-single-umbrella.html | 3 | url: bringing-all-of-my-projects-together-under-one-umbrella.html |
| 4 | date: 2023-07-01T18:49:07+02:00 | 4 | date: 2023-07-01T18:49:07+02:00 |
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| @@ -11,7 +11,7 @@ Over the years, I have accumulated a bunch of virtual servers on my | |||
| 11 | [DigitalOcean](https://www.digitalocean.com/) account for small experimental | 11 | [DigitalOcean](https://www.digitalocean.com/) account for small experimental |
| 12 | projects I dabble in. And this has resulted in quite a bill. I mean, I wouldn't | 12 | projects I dabble in. And this has resulted in quite a bill. I mean, I wouldn't |
| 13 | care if these projects were actually being used. But there were just being there | 13 | care if these projects were actually being used. But there were just being there |
| 14 | unused and wasting resources. Which makes this an unnecessary burden on me. | 14 | unused and wasting resources. Which makes this an unnecessary burden for me. |
| 15 | 15 | ||
| 16 | Most of them are just small HTML pages that have an endpoint or two to read data | 16 | Most of them are just small HTML pages that have an endpoint or two to read data |
| 17 | from or to, and for that reason I wrote servers left and right. To be honest, | 17 | from or to, and for that reason I wrote servers left and right. To be honest, |
| @@ -79,7 +79,7 @@ I decided to move all the projects and services into two main VMs: | |||
| 79 | 79 | ||
| 80 | - personal server (still Nginx) | 80 | - personal server (still Nginx) |
| 81 | - git server | 81 | - git server |
| 82 | - files static server | 82 | - static file server |
| 83 | - personal blog | 83 | - personal blog |
| 84 | - projects server (Caddy server) | 84 | - projects server (Caddy server) |
| 85 | - personal experiments | 85 | - personal experiments |
| @@ -123,7 +123,7 @@ I did a small batch of tests with [Bash](https://www.gnu.org/software/bash/), | |||
| 123 | [Tcl](https://www.tcl-lang.org/), [Lua](https://www.lua.org/) and | 123 | [Tcl](https://www.tcl-lang.org/), [Lua](https://www.lua.org/) and |
| 124 | [Python](https://www.python.org/). Here is a cheat sheet if you need it. | 124 | [Python](https://www.python.org/). Here is a cheat sheet if you need it. |
| 125 | 125 | ||
| 126 | Let's get Bash out the way first. | 126 | Let's get Bash out of the way first. |
| 127 | 127 | ||
| 128 | ```bash | 128 | ```bash |
| 129 | #!/usr/bin/bash | 129 | #!/usr/bin/bash |
