Definitely more convenient than =SUM(A1:A3)
- 1 Post
- 37 Comments
nom_nom@lemmy.mlto
Technology•Google just broke *all* third-party YT clients, including yt-dlp; a full JS implementation is now required.English
75·2 months agoHoly shit I did not realize how complex of a project yt-dlp has to be to do something as simple as download a video… Kudos to the devs
I find it unbelievably cool that the guys who came up with this got it so right the first time, that its still incredibly powerful today.
Agreed, but I didn’t want to overwhelm the guy with too much info :P The official guide even recommends checking the cryptographic signature of the script and reading its contents first. I’m sure like all of us they’ll nuke their system several times and before long will be writing their own shell scripts.
Because, contrary to what it might seem like, we ALL start out this way using Linux. Everyone makes the same mistakes, so its easy to retrace the logic once you understand what the commands you used to copy-paste are doing. OP you’re clearly just making the switch and want to dive head-first into self-hosting as well as Linux, which will be a ton of fun, just try not to get discouraged as there is a lot to learn. Take it one step at a time, and try to understand the commands as there’s really not that many, and you re-use these in many scenarios.
I see many people recommending Docker, which is great, but imho a little too early to dive in to if you haven’t experimented with Linux at all. Docker is just a container of Linux inside of Linux, so you’ll still need to use the command line, and it has its own set of tools. Just my two cents. Somebody else posted but this was the video that also made Linux ‘click’ for me:
https://www.youtube.com/watch?v=tc4ROCJYbm0&t=296
Don’t be afraid to break things and start over. Have fun :)
I just wanted to add a small follow up comment because I remember being young and copy-pasting commands into Linux and eventually getting really frustrated. Therefore, he’s a (brief) explanation of the commands:
curlis just an open source tool for making Web requests from the command line. It’s a great tool to have in general.https://repo.jellyfin.org/install-debuntu.shthe URL of a shell script from repo.jellyfin.org (Jellyfin’s official website)
What is a shell script? It’s a script that runs a whole bunch of commands by itself, so you don’t have to copy-paste them from the internet. Basically the official Jellyfin people in this case made a file with all of the commands the computer needs to run to install the package. This is great because it means the people who made Jellyfin tested these commands and they’re responsible for keeping it up to date if anything changes.
| bashThe ‘pipe’ or|symbol in Linux is a cool Unix philosophy of ‘connecting’ programs together. You run one program, and tell it to pass the results to another program. In this case, you’re tellingcurlto download the script athttps://repo.jellyfin.org/install-debuntu.shand then passing that file tobash(which is the shell program in the terminal that runs commands) and to run it assudoor ‘super-user’.Hope this was helpful. The last thing you should know is the command you probably copy-pasted before made you add a source to the
/etc/apt/sourcesfiles, which are basically just a list of sources forapt, the package manager to download from, and since the command was wrong or outdated,aptis complaining that the Jellyfin source was not found.
Seems like you followed some random AI generated guide like this one:
https://www.ipv6.rs/tutorial/Elementary_OS_Latest/Jellyfin/
Whenever you’re downloading a Linux (or any) package, always try to look for the official documentation, like here:
https://jellyfin.org/docs/general/installation/linux#debian--ubuntu-and-derivatives
Where it will tell you to install Jellyfin on a Debian/Ubuntu based system is simply:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bashand it also tells you that if you don’t have curl already installed, either install it first or instead run:
wget -O- https://repo.jellyfin.org/install-debuntu.sh | sudo bashwhich is their official installer.
If you want to undo what you did before installing (assuming you followed the bad guide linked above), just remove the file it created here first:
/etc/apt/sources.list.d/jellyfin.list
nom_nom@lemmy.mlto
World News@lemmy.ml•Gulf states anxious about being drawn into Israel lran fight
4·5 months agoIts worse than that, there were undoubtedly US assets which were involved, and all of the US bases a few kilometers away from Iran are in Gulf states.
nom_nom@lemmy.mlto
Technology@lemmy.ml•Biden's new country-tier-based restrictions on Nvidia chip exports.
19·10 months agoSwitzerland…?
JMP.chat is the correct answer, I set up a Canadian number for a friend to use for SMS + calls. Message me if you need help.
nom_nom@lemmy.mlto
Technology@lemmy.ml•Windows 10 only has a year of support: 12 months left to keep Copilot off your desktop or learn Linux
71·1 year agoIf co-pilot remains active even if you don’t have an NPU, and it consumes GPU/CPU resources and can’t be disabled, and that results in say a 10% gaming performance downgrade compared to Linux (these are a lot of ifs), then I imagine desktop Linux would finally get a big bump in adoption, once all the ‘serious gamers’ start using it purely for performance benefits. We’ll see how this plays out.
nom_nom@lemmy.mlto
World News•Chinese cars are pouring into Mexico — and the U.S. is worried - AutoblogEnglish
246·1 year agoThey seem safe enough to pass the EU’s safety standards, which are much higher than the US. Also this blanket “quality issues” argument without specific evidence is terrible. If we’re going off of quality in recent history, American manufacturing is down the toilet in terms of quality - just look at Boeing.
nom_nom@lemmy.mlto
Asklemmy@lemmy.ml•What is the smallest lie you have told that had the biggest consequences?
51·2 years agoNot me but a good friend of mine met a girl and lied about his job. He was already working a decent job as a floor salesman while applying to be a flight attendant which paid more money. He told her he already had the position he was applying for, which he never got and it kept snowballing until he could no longer come clean without major consequences. For 6 months, he had to make up a fake flight schedule, fake work-related anecdotes, etc., Needless to say when he eventually came clean she ended things, and I suppose he learned a very strange but valuable lesson. It was pretty funny to me at least.
nom_nom@lemmy.mlto
World News@lemmy.ml•US sanctions on key Nvidia distributor in China could push more customers towards domestic replacements
121·2 years agoThe US also effectively banned the entire Arab world from buying US GPU’s, I’ve run a business here for years that specialized in GPU compute at the datacenter level, and now we’re pretty much transitioning into a new line of business because of this genius policy, while existing customers in this region are also considering Huawei GPU’s as a possible replacement.
nom_nom@lemmy.mltoA place to post and look at clear photographs of battlestation setups. @lemmy.ml•*Permanently Deleted*
10·2 years agoIs it just me, or is that foot rest backwards?
nom_nom@lemmy.mlto
World News@lemmy.ml•UN team says rape, gang rape likely occurred during Hamas attack on Israel
81·2 years agoWhat an absolute farce of a “report” and an article


Aaah, the good old times hacking into The Gibson…