this post was submitted on 19 Nov 2023
5 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Alpine Linux, 200MB in size.
Alpine Linux is not a great suggestion for someone who doesn't know Linux well, since the lack of libc can and does lead to occasional compatibility problems.
That's why I setup a new vm for each program, if it works, perfect onto the next, if it doesn't, delete vm, start over if I have to... No issue. 😅 I will Atleast look into Alpine
Pretty much every distro has a minimal version, including ubuntu. I think the better criteria for choosing a distro are release management, community support, and general architecture of package management etc.
https://wiki.ubuntu.com/Minimal
https://www.debian.org/CD/netinst/
https://wiki.archlinux.org/title/Netboot
Etc
If you want to save on resources you should use containers instead of vm's.
Doesn't help if OP wants to try out different host OS for containers.
OP just wants an excuse to not learn Docker, I have 10 containers running on a Orange Pi with 1GB of RAM, on Debian 11.
I do a lot of my docker on Debian, some on Ubuntu. Debian is perfect for it. Something like Fedora (or a relative of it) will be awesome too since Podman will be great with it.
That's the spirit. You know Debian already, Alpine will show you other ways to do Linux. You can also look at CentOS/RHEL or Arch and so on. They all have benefits. Alpine is just pretty awesome because it contains no garbage and is 100% POSIX compatible via musl, something the other poster /u/lilolalu doesn't know of. She just tries to scare you off for the sake of sounding superior but has no knowledge of either glibc or musl. Don't listen to people like her.