

Yes, it uses it to close the currently executing program like every other terminal out there.
Yes, it uses it to close the currently executing program like every other terminal out there.
I was going to suggest RPiZero too, it should even be more powerful than an actual 486.
A single app is not necessarily a good thing, I would argue that you’re already using multiple apps on your day-to-day work, and it would be better if remote connectivity were integrated into those. For example, you mentioned a side-by-side view of two locations, this is a normal workflow on day-to-day even without remote access, sometimes you want to have your file explorer split the view in two and look at two folders simultaneously to perform operations, ideally this exact same flow should be able to connect to any remote host and show it to you seamlessly, so you can use the same flow for copying stuff from folder A to folder B regardless of the folders being in different machines.
Unified hierarchy doesn’t make much sense for remote connections. I see why you would want to have some organization as in groups of machines, but I don’t understand what you mean by hierarchy. In any case ssh/config is a unified source of truth for this that all of the commands you mentioned (and many more) use when trying to connect remotely via ssh.
You know the name of the tool, what’s the problem with using the tool directly? For ssh you’re going to be dropped in a terminal, so starting in a terminal should be acceptable, for VNC or RDP whatever client you use should be able to parse the ssh/config files so you’re not duplicating information, for SFTP or SCP you should be using your default file explorer as of the other machine were a different folder, there’s no need to have a separate app for it (also you should consider looking at rsync since it’s much better than naively copying files over).
I know it’s not the same as you’re used to, but it’s one of the core differences in philosophy from Windows to Linux. The philosophy on Unix in general os for an app to do one thing, but do it well, so it’s much more common to use different apps for different stuff than having a monolithic app that does everything but nothing perfectly. That being said, the closest I know of for what you’re asking is Remmina, although I use it only for RDP since for ssh and rsync I prefer a terminal (and since I have the hosts configured I get tab completion as if they were local folders). That being said I only have a handful of machines to connect to, so I don’t need any sort of organization on them, and when I had dozens of machines to attend to I used Ansible and other stuff to perform bulk actions per group and other maintenance stuff.
I hope Remmina works for you, or that you find something that does, unfortunately I think that might be very hard because of the philosophical differences from Linux to Windows, in general Linux users prefer that their default file manager be able to connect via ssh using the default ssh configs than a secondary ssh manager that can browse files but is neither the source of truth for ssh nor the default file manager. I know I keep using the same example, but it is very telling of the difference in philosophies (and yes, most if not all of the file explorers in Linux can in fact connect via ssh using your default configs).
Why do you think it’s not? What feature would a GUI have that’s not trivial in a terminal?
Prescriptions are very country dependent, and most stores will not ship internationally. You should still inform your country.
No. Alcohol is not mutagenic, the issues it causes in fetus are not DNA related. On the other hand smoking or other carcinogens definitely do affect DNA so they could “speed” evolution. Unfortunately any species advanced enough to smoke will also be advanced enough to be able to control the environment around them to a certain extent, so besides the one good trait getting develop you would also have dozens if not hundreds of bed ones that get preserved because the species is somewhat above natural selection.
Removed by mod
Never used it, but https://www.specsavers.co.uk/glasses says it has online ordering.
The craziest one that worked on me was a girl coming to me at a party and saying “Hey, my friend over there (pointed at another girl) wanted to know if you would be interested in hooking up with me?” We had a laugh, talked for a while and ended hooking up.
Let me prephase this by saying that I have never been officially diagnosed but there’s a good chance that I’m in the spectrum.
This is my philosophy on the matter: you won’t find a girlfriend talking to a random person just because of their looks, so if it was a guy, would you talk to them? If the answer is no then I won’t. For example, pretty girl on the bus, I wouldn’t talk to a pretty guy on the bus so I don’t; Pretty girl talking about something I have an interest in, or similar, I might talk to a pretty guy doing that about our common interest so I feel it’s okay. That being said I’m not much for talking to random strangers in person unless we’re in a social gathering, and I would feel very uncomfortable itlf a random person came to talk to me out of the blue, so even though all that I said above there’s a 99% chance I won’t talk to a random person anyways.
Also, I can tell you from personal experience, cards were working Monday during the blackout. Not on wireless machines obviously since we had no cellphone reception, but for example Supermarkets were letting you pay with a card.
Then why are you using Jellyfin for?
Unless you host the videos with them an use their Stream solution yes.
It’s not completely gone, it’s just that now they offer you a way to do it, here’s some doc about it:
Finally, we made it clear that customers can serve video and other large files using the CDN so long as that content is hosted by a Cloudflare service like Stream, Images, or R2
Source: https://blog.cloudflare.com/updated-tos/
some users attempt to misconfigure our service to stream video in violation of our Terms of Service
In short, streaming videos hosted on your server is still against TOS, but they now offer a thing called Stream where you can host videos to be streamed without violating it.
Plex doesn’t even work properly unless you set it up with network mode host, otherwise it always considers your service to be remote because they’re not on the same network as anything you try to watch it from. Jellyfin requires lots less access, and you’re so worried about it you can add a Tailscale mod to the container and isolate it completely so it’s only accessible via Tailscale similarly to what you think Plex is doing (which doesn’t harden security as much as you think)
You’re replying to a message that literally says that, so it makes you sound like you think Tailscale is somewhat integrated into Jellyfin, because the message originally said exactly that you needed a third party app to solve this issue in Jellyfin
How do I install it on my mom’s Chromecast or my sister’s LG TV?
You completely ignored his question, Tailscale is not a valid solution for your mom’s Roku
How would you have worded it differently? Since the email needs to be sent because the person is losing a feature (they might not use it because they only stream from you, but they might stream from someone else, so they should be made aware of it)
sigh can’t believe that no one mentioned that there is a default set of shortcuts that are used across all GNU programs, and it’s been the default since way before Ctrl+C/Ctrl+V existed. You can easily copy/paste stuff in any terminal using the same keypresses you would on Emacs, I.e. Ctrl+space to start selection, Alt+W to copy and Ctrl+Y to paste. In fact you can navigate the entire line the same way, not just copy/pasting but moving back and forward, selecting and deleting stuff, e.g. Ctrl+A Ctrl+K cuts the entire line.
Unless you activate Vi mode (which most terminals support) and then you can use the same keypresses you would on Vi, including
ci"
and other cool stuff that’s much more powerful that simple copy/paste.There is a default, it’s just not the same as word uses.