stupid_asshole69 [none/use name]
- 0 Posts
- 8 Comments
stupid_asshole69 [none/use name]@hexbear.netto Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13English2·2 days agoThe people telling you to use apt are pointing you in the wrong direction. Usually it’s better to use apt but sometimes with software that updates very often for a good reason like yt-dlp you can end up with old nonfunctional versions. Apt versions of yt-dlp are often several steps behind the arms race and just fail to work in weird ways.
The person telling you to add .local/bin to your $PATH is the one you should be listening to. The program isn’t launching because when you type it in, the terminal only looks in the places defined in the environment variable $PATH to see if the thing you typed corresponds to a program.
Once you have added the install location to path, be sure to add -U to your invocations of yt-dlp especially if they’re running automatically. The -U flag causes yt-dlp to try to update itself before attempting to do whatever you asked so things will almost never fail because of an old version.
stupid_asshole69 [none/use name]@hexbear.netto Linux@lemmy.ml•What is the supposed workflow for vanilla Gnome for keyboard users?English52·2 months agoThe supposed gnome workflow is for keyboard users to go fuck themselves.
Don’t waste time learning the gnome way of doing things, it’s not gonna remain consistent long enough to let you reap any benefits from that knowledge.
stupid_asshole69 [none/use name]@hexbear.netto Linux@lemmy.ml•I want to move out from Ubuntu and use something else.English3·3 months agoDebian works fine. Post your model number.
stupid_asshole69 [none/use name]@hexbear.netto Linux@lemmy.ml•ZFS or LUKS/btrfs for my use caseEnglish2·3 months agoI generally point people away from both the solutions you’re asking about and the thing you’re doing.
If you are concerned about recovering from a failure then everything you’re talking about doing will make it very hard to complete using standard tools and techniques and very easy to lock yourself out of completing.
If you’re not concerned about recovering from a failure then why are you doing what you’re talking about doing?
A more functional solution for a laptop or desktop might be ext4 with dm-crypt or whatever and nightly backups. Another fix might be moving towards software that doesn’t require the capacity to reverse updates frequently.
stupid_asshole69 [none/use name]@hexbear.netto Linux@lemmy.ml•RISC-V With Linux 6.15 Adds Support For BFloat16 "BF16" Instructions [and more]English1·4 months agoBF16 of deez nuts
If you haven’t already bought something:
What do you have now?
I would generally recommend against chromebooks. They’re often aimed at the lowest end of the market and have esoteric processors and boot processes that will make you frustrated.
I would generally recommend against small laptop manufacturers like framework etc. because of parts availability. People will say that you can get parts from the manufacturer but for how long? People will say you can make the parts themselves because the design is open source but I have a board etching setup, hot air station and injection molding machine and I don’t do that.
Obviously if you just want to “vote with your dollars” the above doesn’t matter.
If you want to get a laptop that’s gonna run linux well and last a long time get a used business class machine. There will always be a huge market for parts and they have almost always had someone put the effort in to document getting their distro to work right on their work assigned computer.
The black sheep option is to get a mac. Parts are everywhere for cheap and every microsoldering and computer repair shop will work on them because so many people have them and want to get them fixed. Obviously do your research first, but asahi is coming along and you’ve always got a Unix system to fall back on if it isn’t working out.
If the nearby partition isn’t like root or something then yeah you can do that with frisk and parted and whatnot.
What’s your fdisk -l or lsblk output?