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.
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.
Just use your $200+ Fluke to check the batteries, problem solved.
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.
We tend to use between 3kWh (vacation/idle power consumption) and around 8kWh per day. If we switched to electric stove, water heater, and heat pump, and add a hot tub, that’d increase substantially. But if we added solar (on our long Todo list…), the battery in the article (60kWh) would probably be able to handle all our storage needs, and it’d fit in he garage (bonus of it can be placed outside/under a deck!). I live in a major city, but I would absolutely love to effectively be off grid.
Exciting stuff — it seems these are touted as being extremely robust/safe, which is of course important for me if it’s going to be in/near our house. Storage density not a huge concern, but price is somewhat important — let’s hope this sort of thing ticks all the boxes.
And your VPN connection to work knows your endpoint…
Interestingly, there’s another way of finding out if your coworker is in the office — just walk over to their desk.
The only flaw in Corel’s logic was that as soon as you’re running Linux, you lose all desire to run WordPerfect, and develop an irresistible need to align yourself with vim or emacs…
I think (?) it’s generally true that the root user should never mess with users’ files.
Imagine your home directory is shared across many systems on a network (my alma mater did this). It would be really bad if a sysadmin for alpha.university.edu removed a program, and suddenly your personal settings were removed from beta.university.edu — even though that computer still has the program.
This is one of the “UNIX on the desktop” issues — a lot is designed for a sysadmin/multiuser situation, and it has some gotchas when using it as a desktop machine (I’m used to/really appreciate the directory structure and settings management at this point, but it may take some getting used to).
Right, I just meant that you can’t sudo cat file > /dev/sda
but you can sudo dd ...
, because IO redirection isn’t elevated to root with sudo. I’m not saying anything too profound :)
to identify I’m a citizen.
It’s kinda worse than that — it’s used to authenticate yourself as a citizen.
My SSN should at most be an ID, no different from a name. I can identify myself as Darth Vader or 4200-69-1337, but that shouldn’t matter, because I should never be able to authenticate myself as either of those.
Compiling a kernel yourself isn’t a big deal these days, especially with DKMS. Generally the type of people I’ve encountered who care about which kernel version they’re usiyare the type of people who are capable of compiling it themselves…
One caveat is that you will need write access to the drive, which probably means you need to run as root — can’t run that with sudo
as-is, unlike dd
.
Also a super useful tool for measuring real world bandwidth, both on physical media and over the network ( dd status=progress ... | nc ...
).
Also X often supported a different size viewport and desktop so the view would scroll.
I remember encountering that the first time I used Linux! Can’t recall personally finding a good use for it but…neat I guess?
Multiple desktops, 1999. What an amazing feature.
A quick web search suggests that macOS (then OS X) got this in 2007 (“Spaces”), and Windows not until 2015.
This alone makes this GUI more functional IMHO.
I rode in a 3 a while back, and to me it felt like a futuristic econobox.
If it’s a case of needing ad-hoc WiFi from Windows, an Android phone tethered over USB will act as a WiFi adapter of sorts.
Maybe a dumb take, but I think milking customers for all they’re worth is much better option than what HP is seemingly doing — which is milking them for all they’re worth this quarter.
Like, there are companies with a cult like following (Valve comes to mind) and while they could probably increase profit for a quarter or two, they seem to be playing the long game fairly well. Which is ultimately better for everyone — they get more money over your lifetime, and you get a product that you’re happy with.
It’s also somewhat unique as a state (maybe?) in that it has a ton of corporate exports (namely, tech), as well as gigantic agricultural output. Illinois comes to mind as a similar situation. Contrast to Alaska (oil) or NY (NYC finance/corporate).
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.