Sunday, November 28, 2021 1:37pm
Here's some pictures of a stand for a record player that I built a few months ago. I tried to do a waterfall design, where the grain pattern carries over between the edges. My cheap Harbor Freight table saw doesn't really have the accuracy to bevel cut the boards like I needed to, but the end result was close enough.

For the finish I used a water based polyurethane. The pictures here were taken while it was still drying, the end result still has some gloss but I think another coat or two would have made it shinier.

Continue Reading
Monday, November 8, 2021 4:27pm
This server was down all weekend after I attempted reformatting the 60GB SSD to be a data storage drive and managed to break the boot process. Even though the operating system was moved to the RAID 1 MicroSD array, the bootloader was still on the SSD. Apparently this worked due to the SSD having a small EFI system partition at the beginning of it. When I had first got the thin client and went to repartition and format the drive for Linux, I left the EFI system partition intact but I never did anything with it, and everything worked without me having to do some special EFI setup so I had assumed that it wasn't actually necessary. After much messing around, it turns out that this wasn't the case.
Luckily I have a USB drive set up as a live rescue Linux install, so I was able to boot from that (even though it doesn't contain any EFI info) and attempt to figure out why the thin client wouldn't let me boot from any of the internal drives. Through the messing around I discovered that I actually can boot from the MicroSD cards (previously I had thought this wasn't the case) so I decided to update everything so that the system would no longer need the SSD to boot from. This should come in handy in the future when I replace the SSD with some regular hard disk storage drives.
After some digging around I ended up finding this post: https://blog.roberthallam.org/2020/05/psa-dell-wyse-3040-uses-fallback-efi-location/ which shed some light on the situation. Turns out you need to install the bootloader with EFI options set or else the system will refuse to boot. I think it worked from the SSD previously because even though I repartitioned the drive, I never actually blew away the data on the first partition, so the motherboard was able to read the information it needed from there and run the bootloader.
Continue Reading
Wednesday, November 3, 2021 4:50pm
After having my AWS account compromised I decided to take all my stuff out of the cloud and go back to hosting my own server at home. I used to have an old Dell machine but I haven't had it running in a few years. I had planned to replace it with a Banana Pi single board computer but never got around to building a case for all of the hardware. Then I had the thought to get a recycled thin client computer, figuring they would be pretty cheap and I could install Linux on it like a regular PC. So I went on ebay and found this for $50:

A Dell Wyse 7010 Thin Client
I like the idea of re-purposing old hardware, and this little box would be a compact and 100% quiet server that I could sit on my desk and not be annoyed by constant fan whirring.
Continue Reading