

My current server is just my previous desktop PC hardware. $0 when you repurpose while upgrading your desktop.
My current server is just my previous desktop PC hardware. $0 when you repurpose while upgrading your desktop.
It’s the “Plex Remote Watch Pass”. A new charge for something that used to be free. https://www.plex.tv/plans/
They won’t even get to the login screen.
All my relatives seem to have Hisense VIDAA TVs. There’s a plex app on the store. Jellyfin would require an external device like a Chromecast or HTPC to use it.
But now telling then it’s $3/month to watch my pirated movies? No bueno.
And on topic, I develop a commercial app and there is no way I am dropping a rating or review on it.
I have a job, and the office is 35km away. I get a locker in my office.
I have two backup drives, and every month or so, I will rotate them by taking one into the office and bringing the other home. I do this immediately after running a backup.
The drives are LUKS encrypted btrfs. Btrfs allows snapshots and compression. LUKS enables me to securely password protect the drive. My backup job is just a btrfs snapshot followed by an rsync command.
I don’t trust cloud backups. There was an event at work where Google Cloud accidentally deleted an entire company just as I was about to start a project there.
Almost all of selfhosting is editing config files, setting permissions and starting/stopping services.
Setting it up so you can administer a server by desktop is probably as hard as learning how to edit config files from a terminal. Maybe harder.
I’ve got 3 subnets on an L2 switch. You will have clashes over DHCP if you have both broadcasting on the same L2 switch without VLANs.
My guest wifi is on a vlan, but the switch is L2 and it’s fine. The router has separate physical ports for each subnet. The “guest” subnet is only accessible over Wifi, and the access points are configured so that the guest VLAN is mapped to a separate SSID.
My third subnet has no VLAN. It’s IPv6-only and all devices have a static IP address. It’s only used for security cameras. I did this so they don’t transmit on the same physical cables as my primary subnet. It is otherwise insecure, as I can join the subnet by simply assigning myself a static address in the same range.
Note: There is a bug in Windows where it will join an IPv6 subnet on a different VLAN. I had to tweak my DHCPv6 / radvd so that Windows would ignore it. Yes, Windows is this dumb.
I think the August 2001 backup is a good restore point.
The backend and frontend on the product I work on are like this.
As long as you remember that booleans are not strings and should always be parsed if they are, this won’t be a problem.
I am yet to see a boolean.parse() implementation in the wild that is case sensitive.
Leave the battery in and you have a free UPS. Perhaps set it capped at 80% charge to increase its lifespan.
My server is always my old desktop hardware. It’s a 4th-gen i5 with 16GB RAM and it’s keeping up fine. I have thrown quite a lot of work at it too. If you avoid containers, you can serve 20 services off it no problem.
I too, was worried about power costs. Every time I do the maths, the new hardware will be obsolete by the time I make the money back in savings. If you’re concerned about environmental impact, the initial manufacture of hardware does more damage than running it over its lifetime.
Dedicated (1U rackmount) servers are always loud and power-hungry. I they idle at 130w and sound like a hairdryer that’s been left on.
Find secondhand on Facebook marketplace. Dive into an e-waste bin if you have to.
The photoshop page doesn’t even have a download link.
0/10 would not download.
OMG Hypnotoad HTPC is so much better! Why didn’t I thnnk of that?
Server (big iron): Bender
Desktop (main character): Fry
Laptop (for accounting): Hermes
Netbook (small and dumb): Nibbler
Phone (held to my head): BrainSlug
HTPC (one big viewport): Leela
Are you talking about Betamax, ATRAC3, MemoryStick, Video8, Digital8, UMD, MiniDisc or BluRay?
That’s basically it. My Ubuntu server is a router, NAS, plex server, public statum-1 NTP server, wordpress server, nextcloud server, security camera NVR, SMTP/IMAP mail server, CUPS print server, tor relay, and probably a few other things I forgot about.
You can do a lot with a single CPU from 2015.
I don’t have hostapd on it anymore. I now have dedicated APs on OpenWRT. The main problem with using a WNIC for an AP is that they don’t typically have a very strong broadcast output. I had to add an amplifier, and even then it wasn’t great.
I’ve done this before on Ubuntu. You can install nftables for routing, then install hostapd for a wifi AP.
I don’t even use it. Once I got SPF/SSL/DKIM/DMARC working, there was less spam than what I get on gmail.
The owners closed the restaurant and started a new one so I let the domain lapse.
ISPs often have SMTP relay servers. If you hook into that, your mail gets instant street cred.
Done! I’ve been selfhosting for over 20 years now.