Might try Trakt. It does a pretty good job of finding things I want to watch.
Might try Trakt. It does a pretty good job of finding things I want to watch.
Thank you!
Thank you! That got me there!
My servers (an old desktop overstuffed with drives and an old dell laptop), networking gear and a 50 gal aquarium all run on the same outlet. As long as the aquarium heater is off, the outlet pulls about 200 watts. The aquarium heater spikes that to 400 watts when it kicks in.
Might check out Paperless-ngx. I know it has full text search. It OCRs everything you put in it. Not sure about integrating it with Wordpress though.
Why do you need it to be in a Wordpress page? I can’t quite see what you’re trying to accomplish.
You can certainly build a box for for use as a router, but you don’t need to.
If your not planning to build out anything public facing and aren’t going to run ipv6 internally, you can use any router to block all inbound ports and run everything over wire guard or tailscale.
There are a million and one ways to self host services. First question needs to be, what do you want to do and why. That will dictate the how.
Normally I’d say Intel, but given the issues Intel has had with the last couple generations of processors, go AMD if you are looking for new hardware. If you don’t mind used, I’d go with an Intel based Toughbook or Dell Latitude. Both laptops are well supported by the Linux Kernel. Avoid Intel 13th Gen and newer.
The main reason I like Intel is that, until recently, their naming conventions made more sense. Intel may be slightly more optimized AMD but it’s not going to be enough to notice, especially once you’re dealing with the more high end AMD procs like Threadripper. That said I haven’t used AMD processors since Athlons were king, 20+ years ago now.
Damn, now I feel old. The first linux distro I installed (and was able to run on my hardware) was their second release, 05.04.
That would be cool. Unlikely, but cool. There are a lot more warehouses across the country than I thought before I joined the trucking industry. And some of them are stuck in some of the oddest places. The Tums factory turned out to be literally 1 block from the St. Louis Cardinal’s ballpark. Really wish I could have stuck around to be a tourist for an hour or two, but it took me that long just to get the trailer on their dock and they wanted me off the dock asap once they finished unloading.
I’m tracking now.
The instability I had on Gentoo was largely a result of me setting up the system one way, deciding I didn’t like it, uninstalling a bunch of stuff poorly and then building something new on top of it. All on the same install. For a little while though, I had a G3 Mac running headless as a small NAS. Never had a issue out of it but then I also never touched it except to update it, when I remembered it existed.
I found that Ubuntu was a more stable base for my mucking about. Then I got my first real job (truck driving) and didn’t have time fix my system constantly and learned to just use it.
How so? When I switched to NixOs I was looking for system stability over time. That’s not really something I associate with Gentoo, at least not on a desktop system.
Well I don’t hear much about Gentoo, Damn Small, Puppy or Knoppix anymore. Wonder if they still exist.
I haven’t done much disto hopping since I settled on Ubuntu around ‘08 and then on NixOS last year. I like my systems working when I need them and waiting around for a new install to finish is boring to me.
To add to this, you might check out some of the free Hugo themes here: https://themes.gohugo.io/tags/portfolio/
since I don’t want to pay for SSL certificates to setup https.
You don’t need to pay for SSL certs anymore, most of the time. You can get them for free from a bunch of different places now. I use Let’s Encrypt. The web server/reverse proxy I use, Caddy is able to automatically get a cert for you, install it, and keep it renewed. The only time you need to pay for a cert is if you are handling financial transactions.
Are there security issues I should address preemptively?
WordPress itself has a generally good reputation for security, though depending on how the current drama goes, that may change. WordPress security problems have almost always stemmed from plugins or poor password hygiene. Remove any plugins you are not actively using, keep the ones you are using updated, and use a good password that you don’t use anywhere else. A password wallet like Bit Warden can generate and store such passwords for you.
Better on the security front would be to evaluate whether you actually need something like WordPress at all. A static site would likely be far more secure. There’s less moving parts that might be vulnerable.
While you could program a static site yourself, it’s more common nowadays to use a static site generator like Hugo to build the site. You set it up once for how you want the site to look and then you write your posts in markdown or whatever your particular generator uses.
I don’t have anything to manage my dynamic IP
Most domain name providers have some sort of setup for dealing with dynamic IP addresses, a program called ddclient
is pretty common and is available in most repos.
If I reading your docker ps result correctly, you seem to be forwarding docker port 2283 to host port 3001.
Try http://ip_address:3001 , if that fails try https.
Might check out distrowatch. Just note that popularity for them just means how many times had that entry been looked up.
Might have been a temporary issue. It’s working for me.
Last time I tried (several years ago, pre-Proton) iTunes would run fine under Wine but couldn’t see a connected iPhone.
I agree with @[email protected] . It sounds like you are trying to replicate your workflow. Windows and Linux come from different mentalities. There won’t always be a drop in replacement.
I’m short on time but perhaps I can help with your point 9 though.
Each distro’s repos are built by the people that use that particular distro. Somebody needed a particular piece of software, found it wasn’t in the repository and decided to package it and perhaps maintain it for the repo. Sometimes this is the original developer, sometimes not.
All software is built from source code. If the source code is available for Linux, you can compile it yourself. Instructions for how to do so are usually provided by the developer along with the source code, nowadays usually found at their git repository.
Of course, you don’t have to compile all your own software (it can be a headache, which is why someone came up with precompiled packages), but it is an option if the software in question is not available in your distribution’s repo.
Your number 1 point: I like Kate, vscode and micro as text editors. They are fairly simple.
Probably a little of all of the above.
Folks that run OSs other than Windows and Mac are usually not passive sheep. If you want folks to just sit back and ignore what is going on you probably don’t want agitators in the mix.