{"id":71494,"date":"2023-02-24T09:01:15","date_gmt":"2023-02-24T09:01:15","guid":{"rendered":"https:\/\/www.cryptocabaret.com\/?p=71494"},"modified":"2023-02-24T09:01:15","modified_gmt":"2023-02-24T09:01:15","slug":"5-open-source-tools-to-take-control-of-your-own-data","status":"publish","type":"post","link":"https:\/\/www.cryptocabaret.com\/?p=71494","title":{"rendered":"5 open source tools to take control of your own data"},"content":{"rendered":"<p><span class=\"field field--name-title field--type-string field--label-hidden\">5 open source tools to take control of your own data<\/span><br \/>\n<span class=\"field field--name-uid field--type-entity-reference field--label-hidden\"><a title=\"View user profile.\" href=\"https:\/\/opensource.com\/users\/wsamh\" class=\"username\">wsamh<\/a><\/span><br \/>\n<span class=\"field field--name-created field--type-created field--label-hidden\">Fri, 02\/24\/2023 &#8211; 03:00<\/span><\/p>\n<div class=\"clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item\">\n<p>Back in the old days, there was no cloud. Everything was on your phone. Maybe you had a microSD card that you backed up everything on. Eventually, the SD card would stop working, and you lost everything unless you&#8217;d saved it on a writable CD or DVD or stored it on your PC. Self-hosting was tough in those days, and it was expensive. Software wasn&#8217;t as accessible as it is now.<\/p>\n<p>Today, it&#8217;s common for phones not to have an SD card slot. The good news is that software is good enough that you can back up everything you own on a single <a href=\"https:\/\/opensource.com\/article\/21\/1\/minimal-server-raspberry-pi\" target=\"_blank\" rel=\"noopener\">Raspberry Pi<\/a>, spare laptop, or mini-PC.<\/p>\n<p>You can own your own data and data stack by self-hosting. Containers and personal cloud software make it possible. In this article, I share several of my favorite ways to make that happen.<\/p>\n<\/p>\n<div class=\"embedded-resource-list callout-float-right\">\n<div class=\"field field--name-title field--type-string field--label-hidden field__item\">Linux Containers<\/div>\n<div class=\"field field--name-links field--type-link field--label-hidden field__items\">\n<div class=\"field__item\"><a href=\"https:\/\/www.redhat.com\/en\/topics\/containers\/whats-a-linux-container?intcmp=70160000000h1s6AAA\">What are Linux containers?<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/www.redhat.com\/en\/topics\/containers\/what-is-kubernetes?intcmp=70160000000h1s6AAA\">What is Kubernetes?<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/www.redhat.com\/en\/services\/training\/do080-deploying-containerized-applications-technical-overview?intcmp=70160000000h1s6AAA\">Free online course: Deploy containerized applications<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/downloads\/kubernetes-sysadmin?intcmp=70160000000h1s6AAA\">eBook: A guide to Kubernetes for SREs and sysadmins<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/www.redhat.com\/en\/services\/training\/rh065-running-containers-red-hat-technical-overview?intcmp=70160000000h1s6AAA\">Free online course: Running containers with Red Hat technical overview<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/developers.redhat.com\/cheat-sheets\/podman-cheat-sheet?intcmp=70160000000h1s6AAA\">Podman cheat sheet<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/containers?intcmp=70160000000h1s6AAA\">The latest articles on Linux containers<\/a><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<h2>Containers<\/h2>\n<p>A <a href=\"https:\/\/www.redhat.com\/en\/topics\/containers?intcmp=7013a000002qLH8AAM\" target=\"_blank\" rel=\"noopener\">container<\/a> is software consisting of everything required for an application to work. Each container acts as its own computer and doesn&#8217;t affect other containers or software on your host server. With this technology, you can keep your software up to date without breaking your system. It also allows you to control where data is stored, making backing up your data easy.<\/p>\n<p>Learning to use containers can be intimidating. I started with Docker, although many other container engines exist, including Podman and Istio. It didn&#8217;t take long for me to get the hang of it. I found that containers make self-hosting services easier than ever. If you&#8217;re familiar with installing applications on the <a href=\"https:\/\/opensource.com\/article\/18\/8\/how-install-software-linux-command-line\" target=\"_blank\" rel=\"noopener\">Linux terminal<\/a>, you&#8217;ll get the hang of it quickly.<\/p>\n<h2>Syncthing<\/h2>\n<p>One of the easiest ways to back up your data is through <a href=\"https:\/\/opensource.com\/article\/20\/1\/sync-files-syncthing\" target=\"_blank\" rel=\"noopener\">Syncthing<\/a>. This open source software synchronizes data across different devices. Select the folder you want to exist on two (or more) devices, and then that data and any changes to it are reliably kept updated on each device.<\/p>\n<p>This isn&#8217;t just a convenient way to share data; it&#8217;s also a backup scheme. Should one hard drive go down, you have a copy of your important data on another device. Once you restore the broken PC, you can reconnect with Syncthing, and it synchronizes everything you lost. Syncthing is useful for storing data on multiple devices in different locations, including on machines outside your house (at a friend or family member&#8217;s home, for instance). It&#8217;s also a great off-site backup tool.<\/p>\n<h2>Nextcloud<\/h2>\n<p><a href=\"https:\/\/opensource.com\/article\/20\/7\/nextcloud\" target=\"_blank\" rel=\"noopener\">Nextcloud<\/a>\u00a0is an open source alternative to Google Drive or Dropbox. It&#8217;s also multi-user, so once you install Nextcloud, you can set up distinct logins for each user. There are a variety of Nextcloud apps for phones and PCs. You can auto-synchronize your photos and then view photos from the app or a web browser. You can mark files public to share them with the rest of the internet.<\/p>\n<p>Similar to Syncthing, a client can also synchronize files between your server and your desktop or laptop. Nextcloud also has components to let you manage contacts and calendars, and of course, you can synchronize them between other devices.<\/p>\n<p>In fact, you can <a href=\"https:\/\/opensource.com\/article\/21\/1\/nextcloud-productivity\" target=\"_blank\" rel=\"noopener\">install many kinds of apps<\/a> on Nextcloud, including programs to store notes, manage email, chat with others, and more. The Nextcloud environment includes an &#8220;app store&#8221; of open source applications.<\/p>\n<h2>Jellyfin<\/h2>\n<p>If you&#8217;re interested in managing your own media server, then you&#8217;re in luck. <a href=\"https:\/\/jellyfin.org\/\" target=\"_blank\" rel=\"noopener\">Jellyfin<\/a> takes your media, like movies, TV shows, and music, and makes them available to any device you allow access. You can use Jellyfin to scrape the web for metadata, automatically retrieving cover art and media information.<\/p>\n<p>Jellyfin also works without the internet. When your internet goes out and you can&#8217;t connect to your favorite streaming service, you can use your local network to connect to your Jellyfin server and watch or listen to your media. I have had this happen, and I can attest that it&#8217;s a great way to keep yourself and your family entertained.<\/p>\n<h2>Home server<\/h2>\n<p>These are just a few services you can install on any Linux PC or laptop. You need a server that&#8217;s always on to ensure your services are constantly available. That doesn&#8217;t necessitate a major investment, though. You can use many kinds of computers as Linux servers. The easiest and most inexpensive is a <a href=\"https:\/\/www.raspberrypi.org\/\" target=\"_blank\" rel=\"noopener\">Raspberry Pi<\/a>, which has excellent support with a helpful and enthusiastic community.<\/p>\n<p>Getting a Raspberry Pi set up\u00a0is &#8220;as easy as pie,&#8221; thanks to the Raspberry Pi imager. It only needs about 5W of power, so it doesn&#8217;t take much energy to keep it running. There are many similar low-powered devices, including the Odroid, Orange Pi, and Rockpi.<\/p>\n<p>You can also install Linux on any PC or laptop and run it as a server. It&#8217;s a great way to repurpose old computers.<\/p>\n<p>Finally, you could use a Virtual Private Server (VPS). A VPS is a &#8220;slice&#8221; of space on a server located in a big data center. You pay rent on the server space and maintain it as you wish.<\/p>\n<h2>Your own data<\/h2>\n<p>When you put data on the cloud, it can be used without your control or consent. It may even be used without your knowledge. I don&#8217;t foresee that issue improving.<\/p>\n<p>We don&#8217;t need private companies handling our data anymore. You can often replace corporate services to reduce the amount of data you&#8217;re giving away.<\/p>\n<p>In my opinion, we should all own our data, and we need to do it correctly, with open source. We can host services for personal use and for family and friends. I synchronize my calendar and contacts with my personal server (a Raspberry Pi in my home). I think it&#8217;s worth fighting for, and there&#8217;s no better time than right now.<\/p>\n<\/div>\n<div class=\"clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item\">\n<p>Take your data out of the hands of proprietary corporations and into your own hands with open source solutions.<\/p>\n<\/div>\n<div class=\"field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item\">\n<article class=\"media media--type-image media--view-mode-caption\">\n<div class=\"field field--name-field-media-image field--type-image field--label-hidden field__item\">  <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.cryptocabaret.com\/wp-content\/uploads\/2023\/02\/data_analytics_cloud.png\" width=\"1040\" height=\"585\" alt=\"Net catching 1s and 0s or data in the clouds\" title=\"Net catching 1s and 0s or data in the clouds\"><\/div>\n<div class=\"field field--name-field-caption field--type-text-long field--label-hidden caption field__item\"><span class=\"caption__byline\">Image by: <\/span><\/p>\n<p>Opensource.com<\/p>\n<\/div>\n<\/article>\n<\/div>\n<div class=\"field field--name-field-tags field--type-entity-reference field--label-hidden field__items\">\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/containers\" hreflang=\"en\">Containers<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/nextcloud\" hreflang=\"en\">Nextcloud<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/linux\" hreflang=\"en\">Linux<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/raspberry-pi\" hreflang=\"en\">Raspberry Pi<\/a><\/div>\n<div class=\"field__item\"><a href=\"https:\/\/opensource.com\/tags\/scale\" hreflang=\"en\">SCaLE<\/a><\/div>\n<\/p><\/div>\n<div class=\"hidden field field--name-field-listicle-title field--type-string field--label-hidden field__item\">What to read next<\/div>\n<div class=\"field field--name-field-default-license field--type-list-string field--label-hidden field__item\"><a rel=\"license\" href=\"http:\/\/creativecommons.org\/licenses\/by-sa\/4.0\/\"><br \/>\n        <img decoding=\"async\" alt=\"Creative Commons License\" src=\"https:\/\/www.cryptocabaret.com\/wp-content\/uploads\/2023\/02\/cc-by-sa--35.png\" title=\"This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.\"><\/a>This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.<\/div>\n<section class=\"field field--name-field-comments field--type-comment field--label-hidden comment-wrapper\">\n<div class=\"comments__count\">\n<div class=\"login\"><a href=\"https:\/\/opensource.com\/user\/register?absolute=1\">Register<\/a> or <a href=\"https:\/\/opensource.com\/user\/login?destination=\/feed&amp;absolute=1\">Login<\/a> to post a comment.<\/div>\n<\/p><\/div>\n<\/section>\n<p class=\"wpematico_credit\"><small>Powered by <a href=\"http:\/\/www.wpematico.com\" target=\"_blank\" rel=\"noopener\">WPeMatico<\/a><\/small><\/p>\n","protected":false},"excerpt":{"rendered":"<p>5 open source tools to take control of your own data wsamh Fri, 02\/24\/2023 &#8211; 03:00 Back in the old days, there was no cloud. Everything was on your phone. Maybe you had a microSD card that you backed up everything on. Eventually, the SD card would stop working, and you lost everything unless you&#8217;d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":71495,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[307],"tags":[],"class_list":["post-71494","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-open-source"],"_links":{"self":[{"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/posts\/71494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=71494"}],"version-history":[{"count":0,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/posts\/71494\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=\/wp\/v2\/media\/71495"}],"wp:attachment":[{"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=71494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=71494"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cryptocabaret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=71494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}