TIL, thanks. I use namecheap and haven’t had any problems (mikrorik router).
TIL, thanks. I use namecheap and haven’t had any problems (mikrorik router).
If you have your own domain name+control over the DNS entries, a cute trick you can use for Jellyfin is to set up a fully qualified DNS entry to point to your local (private) IP address.
So, you can have jellyfin.example.com point to 192.168.0.100 or similar. Inaccessible to the outside world (assuming you have your servers set up securely, no port forwarding), but local devices can access.
This is useful if you want to play on e.g. Chromecast/Google TV dongle but don’t want your traffic going over the Internet.
It’s a silly trick to work around the fact that these devices don’t always query the local DNS server (e.g., your router), so you need something fully qualified — but a private IP on a public DNS record works just fine!
EulerOS, a Linux distro, was certified UNIX.
But OS X, macOS, and at least one Linux distro are/were UNIX certified.
…which implies the existence of integer women, real women, complex women, imaginary women, rational & irrational women.
Add to that photo editing (as much as GIMP is great…). I would guess DAW and video editing would fall under that category, too…and good luck finding many AAA open source games.
IIRC Torvalds uses Fedora.
(Debian for me.)
Whatever you do, do not touch that one BNC cable. Just trust me on this.
Remote backup server would be my suggestion.
Configure it with a VPN to talk to your home network and set it up at a trusted friend’s or family’s place.
I do this with a raspberry pi and an external HDD that takes daily/weekly/monthly snapshots, with daily rsync. Works nicely for me.
I would be very surprised if such a fork would diverge from Linux. I would guess that this would be little more than a branch with (most likely) support for Russian hardware. Just my hunch.
A legitimate hard fork doesn’t seem particularly smart to me, but what do I know…
Awesome bandwidth to be sure, but I do think there is a difference between data transfer to RAM (such as network traffic) vs. traffic purely from one location to another (station wagon with tapes/747 with SD cards/etc.).
For the latter, actually using the data in any meaningful way is probably limited to read time of the media, which is likely slow.
But yeah, my go-to would be micro SD cards on a plane :)
Fun fact, the (rough) conversion efficiency of calories to mechanical joules in the human body (separate from the mechanical to electrical you’re referring to) is about 25% — but this is about the same factor as going from calories to joules! So, for a human to put out 13.5 kJ of energy would require about 13.5 food calories (kilocalories).
I’m guessing it’s because the developers either have a different speciality that they focus on, are employed to support specific hardware, or both.
Pressure cooker stuff (Instant Pot here, but anything works)!
Beans are dirt cheap and homemade refried-style beans are fantastic. Don’t be shy with the oil (neutral/canola, avocado, refined coconut all great). MSG also helps. Play around with pinto and black ratios (or go more exotic!).
Add to that some Mexican style rice — toast in a pan (before putting in rice cooker) with tomato paste, veggie bouillon, salsa, whatever, and then cook in rice cooker as usual. I like jasmine the best for this.
Can’t go wrong with Mexican style beans and rice IMHO. (And in addition, you can feed them to dinner guests if you like — who doesn’t like to build their own burritos?).
Same argument against vegetarianism/veganism — we have teeth “designed” or evolved for eating meat, thus we should eat meat.
…we also have brains capable of abstract reasoning, but nevermind that!
The Picosecond Pulse Labs bias tees hold a special place in my heart.
It’s mostly so that I can have SSL handled by nginx (and not per-service), and also for ease of hosting multiple services accessible via subdomains. So every service is its own subdomain.
Additionally, my internal network (as in, my physical LAN) does not have any port forwarding enabled — everything is over WireGuard to my VPS.
My method:
VPS with reverse proxy to my public facing services. This holds SSL certs, and communicates with home network through WireGuard link configured on my router.
Local computer with reverse proxy for all services. This also has SSL certs, and handles the same services as the VPS, so I can have local/LAN speeds. Additionally, it serves as a reverse proxy for all my private services, such as my router/switches/access point config pages, Jellyfin, etc.
No complaints, it mostly just works. I also have my router override DNS entries for my FQDN to resolve locally, so I use the same URL for accessing public services on my LAN.
the fact is
Well there’s your problem…
Hmm, my understanding was that FQDN means that anyone will resolve the domain to e.g. the same IP address? Which is the case here (unless DNS rebinding mitigations or similar are employed) — but it doesn’t resolve to the same physical host in this case since it’s a private IP. Wikipedia:
In my example, I can run
nslookup jellyfin.myexample.com 8.8.8.8
and it resolves to what I expect (a local IP address).But IANA network professional by any means, so maybe I’m misusing the term?