this post was submitted on 17 Oct 2023
59 points (98.4% liked)

Linux

47224 readers
774 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm refurbishing an old PC to work as a home server for several stuff. I'm looking for a lightweight distribution to install in it, but with a decent package repository. A small image size will be appreciated, as I have slow bandwidth too.

you are viewing a single comment's thread
view the rest of the comments
[–] ptman@sopuli.xyz 11 points 11 months ago (1 children)

Linux is quite lightweight. Pick a distro that doesn't run a lot of stuff by default. OpenBSD only runs sshd exposed to the network, AFAIR. Debian probably does the same. But really, the lightness comes from what isn't running. NixOS, fedora, rocky, alpine are all decent alternatives.

[–] flashgnash@lemm.ee 5 points 11 months ago (1 children)

Using NixOS for my server. Makes self hosting a breeze because there's built in config options for most services I've tried to setup

[–] folak@lemmy.world 1 points 10 months ago (2 children)

Hi, you got dotfiles ? I want to take a look.

[–] flashgnash@lemm.ee 1 points 10 months ago* (last edited 10 months ago) (1 children)

Have sent you an example of a nix config file on matrix

[–] bluespin@lemmy.world 1 points 10 months ago

Mind if I check it out as well? I'm considering switching to NixOS