diff options
author | Adrian Kummerlaender | 2015-03-22 17:27:22 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-03-22 17:27:22 +0100 |
commit | dab826a5dfbe125f62d581aca1f548922b4e94dd (patch) | |
tree | 64f893b3eaa6c241104f57279480fc202a4ee379 /articles | |
parent | 48ca2a6814523373eed08ca3a62df4bc7ffc9b8b (diff) | |
download | blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar.gz blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar.bz2 blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar.lz blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar.xz blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.tar.zst blog_content-dab826a5dfbe125f62d581aca1f548922b4e94dd.zip |
Added missing preposition in article on self hosting
Diffstat (limited to 'articles')
-rw-r--r-- | articles/2014-09-13_lessons_learned_in_five_years_of_self_hosting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/2014-09-13_lessons_learned_in_five_years_of_self_hosting.md b/articles/2014-09-13_lessons_learned_in_five_years_of_self_hosting.md index 15a5446..3b38751 100644 --- a/articles/2014-09-13_lessons_learned_in_five_years_of_self_hosting.md +++ b/articles/2014-09-13_lessons_learned_in_five_years_of_self_hosting.md @@ -8,7 +8,7 @@ This also means that I did not shut down the SheevaPlug but it _happily_ continu ## Requirements -While one could use any computer equipped with a network connection as a personal server it pays off invest in a _Plug Computer_ like the SheevaPlug[^2] or any other low-power [single board computer]. Most of these devices combine a small form factor with low-power usage, passive cooling and enough performance to run web applications. +While one could use any computer equipped with a network connection as a personal server it pays off to invest in a _Plug Computer_ like the SheevaPlug[^2] or any other low-power [single board computer]. Most of these devices combine a small form factor with low power usage, passive cooling and enough performance to run web applications. Besides a viable computing platform one also requires a Internet connection that offers a public IP address and is not hidden behind a provider subnet. A static IP address on the other hand is not required as a dynamic DNS setup based on [NoIP] or [DynDNS] works really well in my experience. The IP address assigned to my home connection doesn't change more than once a day and downtimes due to DNS related problems were minimal. |