this post was submitted on 05 Mar 2025
58 points (91.4% liked)

Linux

50872 readers
1559 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 got this PC from my dad when he upgraded in like December ish. I've been running Kubuntu on it and just using it like a sort of general purpose desktop for me and my wife, but I've got a hankering for some tinkering and feel like it has more potential, so I'd love some project ideas!

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

If you want to get into running a home lab, this world probably be a nice start. So throw proxmox on it and host all the services you want (in containers or VMs). Media server like jellyfin, maybe a nextcloud, storage/Nas services, automate your home with home assistant.

It has a relatively large amount of memory for that generation of system, but also will probably not exactly sip power for the performance your getting. So if power is expensive where you are, think twice about it.

[–] jrgn 4 points 4 hours ago (2 children)

What is the benefit of running it in Proxmox rather than just containers on bare metal?

[–] [email protected] 2 points 2 hours ago

Depends what you want to do. If you want only docker containers, it's the wrong tool. If you want to run a mixture of VMs and LXC containers, it's literally a management interface made for it. So it's pretty good at it.

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

Convenience, time saved.