Nuget is a the .NET package manager. Like npm or pip, but for .NET projects.
If you needed it for a published application that strikes me as fairly strange.
Nuget is a the .NET package manager. Like npm or pip, but for .NET projects.
If you needed it for a published application that strikes me as fairly strange.
The Windows version definitely does not open your default browser to download a new installation package which you then need to install yourself.
Jellyfin has some security issues that, depending on who you ask, are either critical vulnerabilities that make it completely unsafe to expose to the Internet or largely unconcerning for regular users.
I had exactly the same experience, at about the same time. Had been hearing good things about Plex so decided to try it out. Immediately noped out when it required me to create an account with them. Similar to you I looked around and found it to be a relatively new change.
Frankly baffling to me that anyone with the wherewithal to self-host was okay with it.
OP doesn’t seem to have responded, so no, but that’s not the fault of the question.
Because of the XY problem. The problem OP is stating may not actually be the source of the issues OP is experiencing.
Finding out what OP is trying to do will better inform a solution and may make the stated problem irrelevant.
I work at a “Microsoft Shop” in a division that was a previously acquired software developer that used an entirely linux based dev stack.
That stack is still all linux and we basically have to do all our work in WSL. It’s a pain.
Because they’re not Microsoft support. Microsoft Answers is a user forum and the “MVPs” there providing “support” are at best volunteers and at worst bots.
From the text it seems like a site only gets added to the navigation history if the user interacts with it.
Counter point: The removal of your desktop environment should not under any circumstances be within the possibility space of side effects for trying to install a common piece of desktop software, regardless of the warnings provided or confirmations required.
This was an issue with the OS, and the Pop_OS! team fixed it in an update very soon after this. A month earlier or later and Linus would not have encountered it.
Telling a Debian user that Mint isn’t the most up to date struck me as pretty funny.
When I initially set up my media server I went with Jellyfin over Plex mostly because the idea of having to create an account on an external service to use software I was hosting myself rubbed me the wrong way. Since then the more learn about Plex the more baffled I am that anyone chooses to use it at all.
Even more ridiculous since a 1.4x performance increase is already incredible news for anyone who makes regular of this.
If someone found a software optimization that improved, say, blender performance by 1.4x people would be shouting praises from the rooftops.
It’s not great.
Our production servers are all Linux and we have a fully Linux dev stack. My request for a Linux work machine was denied and we have to work in WSL.
I wouldn’t buy a new Seagate drive, let alone a refurbished one. Every Seagate I’ve ever owned died in less than five years. Every WD I’ve owned lasted until long after their capacity was so far outpaced by newer drives as to be useless.
Anecdotal, yes, but it’s happened enough to me that I’ve been soured on them for life.
Even if you are confident in your Linux skills this isn’t a bad idea. I’ve seen too many OS installers put things on drives other than the one you choose to risk it at this point.
Exactly this. I have a couple of small projects that are MIT licensed specifically because I don’t care how people use them or what they use them for. If someone finds it useful then they’re welcome to do whatever they want with it.
This idea that I’m being somehow hoodwinked or taken advantage of because the thing that I explicitly said could be used freely is being used in a way that doesn’t align with the values of some other completely uninvolved third party is beyond absurd.
There are a few options there.
As someone else mentioned if you’re using IPv6 then it doesn’t matter, you’re already routing internally even if you’re using the public DNS name, no extra work required.
All the rest are for IPv4.
If you’re not behind CGNAT some routers/gateways are also smart enough with their routing to recognise when they need to route back to their own external IP and will loop back locally instead of making any hops out to the internet. Again, if this is the case for you then no additional work is required other than perhaps running a traceroute to confirm.
Another option is to add a local DNS entry for the name you’re using to resolve to a local IP address instead of your public address. The complexity (or even possibility) of this is going to vary considerably with your setup. If you’re running your own local DNS e.g. pihole or similar then it’s trivial. This is how mine is set up.
If all your clients are going to be on PCs (or devices you have more than the typical manufacturer allowed modicum of control over) then you can do something kind of like the previous, just with all your local hosts
files.
If none of the above are options, then you’ll unfortunately have to fall back on using a local name/address, which means a slightly different client setup for devices you use exclusively in your home versus ones you might use elsewhere.
Ah, if you need to build a .NET project that makes sense