My raspberry pi 4 has been running as a home server and gitlab runner under my tv stand for a few months now and works great! I just need to set up a backup scheme at some point since the whole thing runs on an sd card. It seems easier than ever to repurpose old hardware for home servers with docker and all the great projects out there!
My main gripe about the Raspberry Pi is the SD card unreliability. I know you can boot from USB now but I wish there was a way to integrate an SSD directly on the board (something in the m.2 2242 form.factor) to make it more resilient and also faster. I'll probably go with a small NUC or something like that instead, especially if there's some AMD Ryzen systems coming out in that form factor.
Repurposing my old Chromebook to a low power home server
41–50 of 81 posts
Re: Repurposing my old Chromebook to a low power home server
#42I have an ancient Thinkpad X200s with a cracked screen. For years it's been my favorite go-to home server running Linux + Docker. :P
Seconding this. X200/210/220 are dirt cheap, come with modern CPUs, cooling fans (!), quality Ethernet ports and run x86-64 containers unmodified. You can cram 16GB of RAM and SATA SSDs into an X220. Much less hassle and similar price to an RPi.
That being said, good computers going to good people for them is always a good thing no matter the use case.
Re: Repurposing my old Chromebook to a low power home server
#43Re: Repurposing my old Chromebook to a low power home server
#44My raspberry pi 4 has been running as a home server and gitlab runner under my tv stand for a few months now and works great! I just need to set up a backup scheme at some point since the whole thing runs on an sd card. It seems easier than ever to repurpose old hardware for home servers with docker and all the great projects out there!
My main gripe about the Raspberry Pi is the SD card unreliability. I know you can boot from USB now but I wish there was a way to integrate an SSD directly on the board (something in the m.2 2242 form.factor) to make it more resilient and also faster. I'll probably go with a small NUC or something like that instead, especially if there's some AMD Ryzen systems coming out in that form factor.
Re: Repurposing my old Chromebook to a low power home server
#45Earlier quoted context omitted.
Seconding this. X200/210/220 are dirt cheap, come with modern CPUs, cooling fans (!), quality Ethernet ports and run x86-64 containers unmodified. You can cram 16GB of RAM and SATA SSDs into an X220. Much less hassle and similar price to an RPi.
Where the hell is a X200 is similarly priced to a RPi?! In my neck o the woods(Austria) a X200 series is around 150-200 Euros. Add 16GB of Ram and an SSD an you're looking at at least 250 Euros instead of just 40 for a PI.
- power supply
- quality SD card
- heatsinks
- a case
and then deal with
- non-x86
- thermal issues
- SD cards
- the CPU is too tiny to do anything useful anyway
Sorry to hear that X2x0 is expensive where you live. I find that the small additional investment over the RPi is worthwhile.
Re: Repurposing my old Chromebook to a low power home server
#46Earlier quoted context omitted.
Where the hell is a X200 is similarly priced to a RPi?! In my neck o the woods(Austria) a X200 series is around 150-200 Euros. Add 16GB of Ram and an SSD an you're looking at at least 250 Euros instead of just 40 for a PI.
My beef with the Pi is that it's not just EUR40 for the device; you also need to add on: - power supply - quality SD card - heatsinks - a case and then deal with - non-x86 - thermal issues - SD cards - the CPU is too tiny to do anything useful anyway Sorry to hear that X2x0 is expensive where you live. I find that the small additional investment over the RPi is worthwhile.
Re: Repurposing my old Chromebook to a low power home server
#47I use Asus EeePC subnotebooks for that. They're about US$30-$50 on eBay, and there are models with 64-bit CPUs. I run the CPU and disk test, wipe the disk, and install XUbuntu. A few script mods make the device stay on when the lid is closed, but the screen turns off. It's more convenient than packaging up a Raspberry PI. You get keyboard, screen, disk, power supply, and battery, plus some USB ports, in one compact u…
Re: Repurposing my old Chromebook to a low power home server
#48Earlier quoted context omitted.
My main gripe about the Raspberry Pi is the SD card unreliability. I know you can boot from USB now but I wish there was a way to integrate an SSD directly on the board (something in the m.2 2242 form.factor) to make it more resilient and also faster. I'll probably go with a small NUC or something like that instead, especially if there's some AMD Ryzen systems coming out in that form factor.
M.2 case for Raspberry Pi 4 https://www.argon40.com/argon-one-m-2-case-for-raspberry-pi-...
Re: Repurposing my old Chromebook to a low power home server
#49Re: Repurposing my old Chromebook to a low power home server
#50 /etc/systemd/logind.conf
HandleLidSwitch=ignore
Never thought of it as UPS, probably can implement graceful shutdown on low battery level [3][1] https://wiki.archlinux.org/index.php/software_access_point
[2] https://wiki.archlinux.org/index.php/Power_management#ACPI_e...
[3] https://wiki.archlinux.org/index.php/laptop#Hibernate_on_low...