What should I do with a spare elitedesk sff?

I already have a nas running on one. I already have a Kodi/HTPC desktop. Running endeavor w/ KDE.

I was going to put regular arch on it but was wondering if anyone had some other ideas.

26 points · 18 comments · view on lemmy.world

18 Comments

catloaf@lemm.ee · 10 pts · 2y

Failover for essential services (e.g. DNS) so you can take the primary down without issues.

Cyber@feddit.uk · 8 pts · 2y (1 reply)

Post it to me?

ULS@lemmy.ml · 2 pts · 2y

3 thou.

onTerryO@lemmy.ca · 5 pts · 2y (4 replies)

Homebrew router?

infinitevalence@discuss.online · 6 pts · 2y

I put 3 of them into a proxmox cluster with multi network plugged into the WIFI m.2 A+E slots so they can act as router and other servers and I can migrate from system to system when/if I need to do maintenance.

ULS@lemmy.ml · 2 pts · 2y (2 replies)

I was thinking that... Have you tried this?

onTerryO@lemmy.ca · 3 pts · 2y

Yes - I have been running IPFire on an old desktop for several years now and I really like it.

Cyber@feddit.uk · 2 pts · 2y

I used an old thin client as a pfSense firewall for years... but the DSL into passthrough mode and effectively made that a modem, so in effect pfSense was the "router"

If you don't have something like that, it's a step up from a standard ISP one.

Not sure about long term power consumption though...

PrecisePangolin@lemmy.ml · 5 pts · 2y (1 reply)

Docker host?

ULS@lemmy.ml · 1 pts · 2y

I run docker on my nas. (Openmediavault)

MetricIsRight@lemmy.ca · 5 pts · 2y (1 reply)

Could turn it into a emulation box, play some classics.

ULS@lemmy.ml · 2 pts · 2y

I kinda already have that on my HTPC with retroarch. Any tips for roms? Feel free to dm.

Do you have experience with N64 rooms and modern controllers?

db2@lemmy.world · 4 pts · 2y (2 replies)
ULS@lemmy.ml · 3 pts · 2y (1 reply)

I've tried it twice but can't seem to get the feel for it. I thinknit might be overkill for anything I need.

phanto@lemmy.ca · 2 pts · 2y

I was about to say something snarky about VMWare, but... Proxmox took me a bit to get used to, but now that I have it figured out, I really like it. It's totally overkill for me, but one day...

acockworkorange@mander.xyz · 3 pts · 2y

Flip it for cash.

al177@lemmy.sdf.org · 3 pts · 2y (1 reply)

Scratch machine to test Ansible playbooks for maintaining and restoring your other servers.

moonpiedumplings@programming.dev · 1 pts · 2y

I just use VM's for that. I recently learned that Vagrant, an infra as code for virtual machines designed for creating testing VMs, creates an Ansible Inventory that you can run your playbooks at.