- cross-posted to:
- linux@programming.dev
- cross-posted to:
- linux@programming.dev
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!
Get rid of Kubuntu and install Pika OS, then get to gaming.
That’s almost identical to the ThinkPad I use every day. Sounds like a great daily driver.
Uptime: 29 seconds
Don’t worry about it, you’re not in a rush to do anything. How about getting a cup of tea for starters?
That made me laugh too!
Cry.
Realistically some kind of home server, but only if energy is cheap where you live.
I had a 6700k until December just gone. For Linux it can do everything and anything. It’s totally usable! I only gave mine up because of CS2.
It even has integrated graphics - so throw out that GPU, I have my server with a 6700k pull less than 20W at idle!
I have 7700 went with fanless case and ssds, 25w underload, 15w idle. 750w PSU doesn’t use its fan until you hit 30% load.
Head on over to the self-hosting community
That is a lot of RAM. Only a quad-core processor, but I imagine should still be fine for general-purpose desktop use.
What would you want it to do? Honestly I would call that over-specced for something like a file server and would probably consume a lot of power if left on all the time. Maybe a media server which can use the discrete GPU for video encoding?
I really don’t have anything specific in mind, but a media server is definitely something that’s been on my list of things I’d like.
As for the ram, it kind of is an absurd amount. I think it only started with 8 gigs (maybe 16), but since it was just my family computer growing up it would get continually more and more bloated and slow, upgrading the ram was the only way my dad knew how to upgrade it so he’d do it every now and then to try and speed it up lol.
Run Docker containers on it, one for media server, one for DNS sinkhole etc.
definetly bazzite gaming htpc if you get a sufficient gpu in it. stream games from it ota.
if you take advantage of this amount of ram to virtualize, you could do both that and a server simultaneously, maybe more, you have 2 gpus and network that can be assigned independently.
the only downside would be power consumption if kept on, but that cpu can definetly handle more server stuff than you would expect.
i think you can also get one of those chinese xeons for dirt cheap on aliexpress and it might work as a hefty upgrade if you really need more cores for a few coins.
For the media server, I recommend taking a look at Jellifyn. If you want some fancy statistics use, also give it a look at a Prometheus+Graphana config.
Install Linux on…
Never mind, carry on.
Probably schoolwork. I don’t have high computational needs, and these work better than modern Celerons.
Jellyfin server? it’ll do hardware transcode handily! Lots of RAM is good for something like TrueNAS since ZFS will use it as a cache.
Jellyfin server!!
You’ll eventually want more storage so LVM is the way to go for making your “drive” easily extendable.
I use my (very similar, just AMD and with a dGPU) for my Jellyfin server and to selfhost some AI models for experimentation, and I’m working on rolling out matrix synapse because selfhosting
Thought the same, although on a second thought Jellyfin would maybe use 1% of the resources of that CPU. But still, I started with Jellyfin and Audiobookshelf on my home server (it has approx. half the computing power of the XPS) and now it has expanded to Immich, LLMs, Nextcloud, and has basically replaced my whole cloud personality. It has a lot of disk space also, so actually - if you don’t need the laptop - set it up as a home server and start with one project on it. I promise it’ll grow fast, haha.
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.
What is the benefit of running it in Proxmox rather than just containers on bare metal?
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.
You can migrate without downtime from one proxmox host to the other
Convenience, time saved.
Install Ganeti, or K3s, and do a lot of things!
Project 1: Install Gentoo on it. 🙂 Project 2: Keep Gentoo installed on it.
With that amount of ram you could make it a hypervisor and host a lot of containers and vms. Maybe proxmox would be a good fit?
Seconded! Recently switched my bunch of raspberries for a proxmox server. Would never go back!