Comment on ISO Project Ideas For Wyse 3040 & 5010 Thin Clients
IcedRaktajino@startrek.website 1 day ago
I had 15 of the 2013-era 5010 thin clients. Most of them have had their SSDs and RAM upgraded.
They’ve worn many hats since I’ve had them, but some of their uses and proposed uses were:
- I did a 15 node Docker Swarm setup and used that to both run some of my applications as well as learn how to do horizontal scaling.
- One of them was my router for a good while. Only replaced it in that role when I got symmetric gigabit fiber. Before that, I used VLANs to to run LAN and WAN over its single ethernet port since I had asymmetric 500 Mbps and never saturated the port.
- Run small/lightweight applications in highly-available pairs/clusters
- Use them to practice clustered services (Multi-master Galera/MariaDB, multi-master LDAP, CouchDB, etc)
- Use them as Snapcast clients in each room
- Add wireless cards, install OpenWRT, and make powerful access points for each room (can combine with the above and also be a Snapcast client)
- Set them up as VPN tunnel endpoints, give them out to friends, and have a private network
Of the 15, I think I’m only actively using 3 nowadays. One is my MPD+Snapcast server, one is running HomeAssistant, and the third is my backup LDAP server. The rest I just spin up as needed for various projects; I downsized my homelab and don’t have a lot of spare capacity for dev/test VMs these days, so these work great in place of that.
irmadlad@lemmy.world 1 day ago
Their RAM has been upgraded, but these were office equipment, so sans SSD, but that’s not a big hurdle.
Ooooo…Docker Swarm. That sounds intriguing. Never had one. Snapcast sounds cool too.
'presh
IcedRaktajino@startrek.website 1 day ago
The only reason I gave up on Docker Swarm was that it seemed pretty dead-end as far as being useful outside the homelab. At the time, it was still competing with Kubernetes, but Kube seems to have won out.
Still, it was nice and a lot easier to use than Kubernetes once you wrapped your head around swarm networking.
irmadlad@lemmy.world 1 day ago
I’ve yet to dip into Kubernetes or Incus yet. From what I have read, it is a bit overkill for a homelab application. Of course, that’s dependent on what you use your homelab for. That is not to say, I’ll never do Kubernetes or Incus, it’s just that I really haven’t plumbed the depths of Docker yet.
IcedRaktajino@startrek.website 1 day ago
Yep, that’s why I haven’t messed with Kubernetes either; way overkill for a homelab and especially so since I downsized due to soaring electricity costs here.