- 0 Posts
- 9 Comments
Yeah that was definitely one of the things I saw when I was a tech support agent for a PC manufacturer, Vista was very ram hungry and the machines that could be labeled “Vista ready” definitely were not ready for the hunger
One of the problems with Vista was the push for vendors to mark their machines as Vista ready at all costs, where the minimum requirements were way too low, so a lot of people ended up with their first Vista experience being an anemic one, as opposed to one with the right amount of system power.
Vista was also the first time we saw the UAC elevated privilege pop up which seemed to pop for just the simplest of reasons. Mostly because devs were putting too much of user config in the program files directory, or in the windows system directory. This made it so anytime you changed a user preference the UAC would come and ruin your day. Now we just have the devs shoving everything and anything into %AppData% instead.
TheRagingGeek@lemmy.worldto
Selfhosted@lemmy.world•It's self hosting Sunday! What's up selfhosters? Infrastructure editionEnglish
1·3 months agoThe power supply is a bit on the older side it’s a TX650 gold. So it will probably be the next thing my platform sees in terms of update
TheRagingGeek@lemmy.worldto
Selfhosted@lemmy.world•It's self hosting Sunday! What's up selfhosters? Infrastructure editionEnglish
1·3 months agoYeah it was pretty crazy I’ve heard ram tends to go obsolete before it dies, but I do have a potential root cause, I did notice after hooking up the new motherboard that the side and back case fans weren’t plugged in, they were routed through a cheap case rgb controller board which must’ve fallen off the tape in the back side of the case, so I’m guessing thermals took them out and 1 just happened to survive(likely the one furthest from the CPU)
TheRagingGeek@lemmy.worldto
Selfhosted@lemmy.world•It's self hosting Sunday! What's up selfhosters? Infrastructure editionEnglish
9·4 months agoso this week I was getting ready for my workday when my Son tells me CraftyController is inaccessible, so I tried to SSH into the box that the service is pinned to… nada, dead. tried to power cycle it, nada.
now this node was a B450M-A mobo Ryzen 7 2700X platform with some hodgepodge scrap RAM I’ve had running in it(RAM birthday was 2019). I hooked it up to a mini monitor and a keyboard, but it didn’t post at all, so just a blue screen of no signal. unfortunately the B450M-A mobo didn’t feature POST debug lights, nor did it use QLED, it apparently relied on PC Speaker, and my machine wasn’t telling any tales. so since I had no real idea as to the root cause and after reseating the RAM and the GPU and fiddling with it got me nowhere, I got my partner to approve the outspend for replacement of the motherboard so that I could have actual Debug indicators.
Thursday the ROG B550-F Gaming WIFI II mobo arrived, as did the Ryzen 9 5900XT and the Nautilus 360RS cooler. I spent the evening assembling the mobo and CPU and the GPU, the RAM, and all the related wiring. figured I would do the Cooler the next day. Yesterday I got the cooler in place with some serious hardware acrobatics. I then fired it up and Yellow LED. DRAM issue, so I unseated all of the RAM, plugging in one of the hodgepodge sets(I had 4x8GB ram sticks) neither set worked, went to just trying a single stick. of the 4 sticks only 1 was able to get past the Yellow LED and into completed POST.
So the RAM was shot and I’m not going to run containers on a machine with only 8 GB of ram. so I ordered up some Vengeance LPX 2x16G sticks and they arrived this morning! I just finished slotting them and then wrestling with Gentoo’s understanding of where all the hardware was. it was a lot of fiddling with the gentoo kernel config, and installing the nvidia drivers, but after all of that was done, the system booted up successfully! I’ve now got it back in its residence connected up to the UPS power, about to shunt docker containers back to the newly improved machine with 2x the CPU capacity.
Was a wild ride, but the cool part of it was when the system shat itself it was part of a 3 node Docker Swarm and I had recently migrated to a NAS for persistence of my container data. though the other 2 nodes aren’t as overbuilt as this thing, so I did have to do some memory wrangling and disabling my lower priority services in order to restore service, but I was able to ensure all necessary services were able to run during the outage, and I got some learning in regards to a couple of the services that didn’t port as cleanly as I would’ve liked. all in all fun times in system administration! lol.
TheRagingGeek@lemmy.worldto
Selfhosted@lemmy.world•What's your self-hosting success of the week?English
3·5 months agoThis week I saw my 3 machine cluster flailing trying to stay online, digging around identified it as an issue with communication with my NAS. It was running NFS3 and so I swapped that to NFS4.1 and did some tuning and now my services have never been faster!
TheRagingGeek@lemmy.worldto
Selfhosted@lemmy.world•Welcome to [email protected] - What do you selfhost?English
2·10 months agoHey all, I’ve been slowly building services on my server over many many years, starting with running a minecraft ftb server, to where I am now, which is 1 primary system(providing the network filesystem) and 2 auxiliary minipc systems my brother in law recently donated. I moved from Docker to Docker Swarm after getting those MiniPC’s and enjoying the added compute. Currently my swarm is running:
- PiHole x2 - AdBlocking and Local DNS Management
- Wg-easy - for Wireguard VPN Management
- nginx - for reverse proxy servicing
- authentik - for Authentication and SSO
- Duplicati - for cloud backups(pointing at backblaze buckets)
- Guacamole - for RDP services
- Grafana+Prometheus+Node-Exporter+Cadvisor+AlertManager - for aggregation and system monitoring
- Gatus - single pane of glass monitoring of services(might remove it now that I’ve started using Grafana)
- diun - monitoring docker image versions and notification
- Bookstack - Personal Knowledge Base system
- Linkwarden - Collaborative Link Sharing and archiving
- Fasten Health - Local Health Records Storage
- SnipeIT - personal asset management
- Affine - self hosted cloud notebook
- Actual - Budgeting Software
- it-tools - for swiss army knife utilities
- kitchenowl - recipes and grocery lists
- Reactive resume - for resume building with AI empowered editing
- Onetimesecret - for burn after reading secret sharing(using it for distributing credentials to my family)
- Searxng - Local Search Aggregation
- Homarr - Personal Dashboarding
- Home Assistant - Smart Home Management
- N8n - Automating codeless workflows
- Ollama and Open-WebUI - personal Agentic AI
- AudioBookshelf - Audiobook streaming and Management
- OwnCloud - local file sharing and storage
- Plex - Video Streaming
- BitMagnet - DHT network sniffer
- syncthing - for transporting data between local and remote systems
- the *Arrs - for acquiring content
- Docspell - for digitizing and storing important documents
- picsur - for local meme storage
- Calibre+Calibre-web - for Ebook management
- Crafty Controller - for Minecraft Server Management
- RomM - For Emulation and ROM Management.
As I go about my day I’m always looking for new and interesting containers to run, and then scrutinizing if they fill a need, replace an existing service with a better version of the same service, or if it’s better off not implementing, then I pull them down. this has been a great experience in devops learning and the longer I work on the server the more best practices I put in place and the more I understand why corporate clouds have some of the practices they have. I look forward to poking around in this community looking to help and to find new containers to accrete into my platform.


Early on I went from mandrake to gentoo, been on gentoo forever but decided as I was building my docker swarm that I wanted to go easy so I went with Ubuntu server on my 2 additional nodes, and then for my wife’s machine I went Linux mint. When windows is no longer needed for anything I think I will probably do gentoo on my primary machine. The programmer in me likes seeing compiles