this post was submitted on 10 Apr 2021
20 points (100.0% liked)

Technology

35521 readers
338 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
 

I was interested in hosting a Lemmy instance, but im not sure that would company offers a good server (price/quality), do you have any suggestions? Thanks.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 years ago (1 children)

Hetzner has something that several other hosting providers do not have, an "official" way to install Arch Linux https://docs.hetzner.com/robot/dedicated-server/operating-systems/standard-images/ This is relatively new, a friend pointed me to this some time ago. Previously you could still install it in a custom way yourself, for example : https://wiki.archlinux.org/index.php/User:PMay/Hetzner_step_by_step

[–] [email protected] 2 points 3 years ago (1 children)

I've seen the image in the Hetzner interface, but I wonder what's the benefit of using Arch as a server? I use Arch on my personal computers, but I'd be a bit afraid of using it as a production server. Is it that people want to use what they are used to?

[–] [email protected] 2 points 3 years ago (1 children)

Arch Linux offers a lot of packages, and on top of that has AUR, where you could even add your own preferred software if you would want to (Some time ago a friend of mine could pretty quickly add some software to AUR that he wanted to show me). Some people think that servers should only run well testing and solid software but for example NixOS is also a rolling distribution and still people run it on servers. Fedora has cutting edge software, still people use it on servers, and I will not be surprised if some people do run the rolling openSUSE Tumbleweed release on servers as well. One advantage is that you can choose from more recent software, and maybe this can also make a nice software testing platform for those who need to test software for themselves or for work.

[–] [email protected] 1 points 3 years ago

what do you do if it breaks and your backup doesn't restore properly? You'd have to back up every single file including the OS with Arch because it's completely non-deterministic.

If you want a rolling release OS on servers you're probably better off with NixOS.