diff options
-rw-r--r-- | content/post/leaving-google-and-other-cloud-services.md | 22 | ||||
-rw-r--r-- | posts.org (renamed from posts/leaving-google-and-other-cloud-services.org) | 22 |
2 files changed, 34 insertions, 10 deletions
diff --git a/content/post/leaving-google-and-other-cloud-services.md b/content/post/leaving-google-and-other-cloud-services.md new file mode 100644 index 0000000..9aa2f26 --- /dev/null +++ b/content/post/leaving-google-and-other-cloud-services.md @@ -0,0 +1,22 @@ ++++ +title = "Leaving Google and other cloud services" +author = ["Óscar Nájera"] +date = 2016-12-26 +draft = false ++++ + +Despite being an active user of Google's services: it's search engine, +webmail, drive and others. I just don't agree on trusting them such +enormous part of my life. So I decided to leave them, I bought my own +VPS, which are very cheap nowadays. In fact giving the prices of +having one I can just feel irritated on how little of a cost I +represent to Google or Dropbox as a client on their free +services. Although I don't know either how much money they make out of +me. + +Having the VPS is not enough, I need to administer it. Fortunately +there is already enough people leaving the free online services in +favor of hosting their own. This is the case of the nice people behind +the [sovereign](https://github.com/sovereign/sovereign) project. This provides a simple way of maintaining and +managing my VPS it and return the control of my online life back to +myself and family. diff --git a/posts/leaving-google-and-other-cloud-services.org b/posts.org index 41202bf..b93e6ed 100644 --- a/posts/leaving-google-and-other-cloud-services.org +++ b/posts.org @@ -1,14 +1,11 @@ -#+BEGIN_COMMENT -.. title: Leaving Google and other cloud services -.. slug: leaving-google-and-other-cloud-services -.. date: 2016-12-26 01:02:16 UTC+01:00 -.. tags: -.. category: -.. link: -.. description: -.. type: text -#+END_COMMENT +#+HUGO_BASE_DIR: ./ +#+HUGO_SECTION: post +* Leaving Google and other cloud services + :PROPERTIES: + :EXPORT_FILE_NAME: leaving-google-and-other-cloud-services + :EXPORT_DATE: 2016-12-26 + :END: Despite being an active user of Google's services: it's search engine, webmail, drive and others. I just don't agree on trusting them such enormous part of my life. So I decided to leave them, I bought my own @@ -24,3 +21,8 @@ favor of hosting their own. This is the case of the nice people behind the [[https://github.com/sovereign/sovereign][sovereign]] project. This provides a simple way of maintaining and managing my VPS it and return the control of my online life back to myself and family. + +* Local Variables :ARCHIVE: +# Local Variables: +# eval: (add-hook 'after-save-hook #'org-hugo-export-wim-to-md-after-save :append :local) +# End: |