2022 was only a year and a half ago, and we ship the latest Linux kernel, firmware, Mesa libraries, NVIDIA drivers and libraries, Pipewire/Wireplumber, ZFS, Firefox, Alacritty, Lutris, Steam, and Rust. Since when did we start considering that to be “incredibly ancient”? The next LTS release is not yet available to base Pop!_OS upon, but we ship newer kernels and drivers than the latest version of Ubuntu.
There are people for whom 2 weeks is too old, don’t mind them.
Ironically it’s also this type of user that tends to get in over their head with rolling bleeding distros and destroy their system. 😄
I tend to think about it as the “wild” years, it’s a time in a PC enthusiast’s life when they want to experiment with lots of stuff and only the most fresh will do. But there are lots of people who appreciate a bit of stability more.
Yeah ignore the hate. I really don’t get what that other poster could possibly be missing. LTS versions are where it’s at anyway. I’ve been loving pop and am looking forward to cosmic (when it’s ready). Like you say with all the kernel and libraries updated it’s totally fine to stay on the LTS.
it’s easy to recommend a ThinkPad for Linux, and something in the T or P series laptops might suit you. video editing is a potential difficulty though, as that feels a little more workstation-grade than the rest, and you’ll probably want to go big on RAM (32GB would be best) and be sure to get at least an intel i7. I’ve not had great luck with battery life on AMD (shame because everything else is great) but perhaps others have tips for doing better.
you could also go for the ThinkPad yoga models (make sure they’re still ThinkPad though! they also sell a different model line just called “yoga”) if you wanted a tablet/convertible for graphics work.
anyway look at the T14, P14s, or P16 if you want something bigger. whatever the latest generation of those models is.
The state agency bureau I provide IT support for has had 10% (8 out of 80) of their new ThinkPads returned for warranty work, with several more showing signs of developing the same problem. The USB-C charging/data port broke on all of them.
Roughly how big are these files, and are they stored locally on your machine or mounted over the network (using FUSE, GVFS, or a kernel-based one like NFS?)
I’ve noticed a few linux file managers are quite cautious loading multimedia thumbnails for networked filesystems mounted with GVFS, not sure of a fix for that aside from looking for a command line utility to mount using FUSE instead
ffprobe is included in the ffmpeg package. For future reference you can find what package contains a file by doing dpkg-query -S /bin/ffprobe (note that the path you give it is relative to /usr)
And here are instructions from a third party explaining how to tell apt how to install them so they can be kept up to date (be sure you read the warning on the debian.org page about why they don’t tell you to do that before you do it):
Depending on how exactly your file manager works, installing the codec may or may not be sufficient to display thumbnails. If not, there are probably instructions specific to your file manager for installing the appropriate plugin.
You have openh264 installed already which should cover your bases. Since it quite clearly isn’t I’m not sure what to suggest. What file manager is this that’s having issues?
Ext4 is a filesystem. That is the part of the kernel that actually stores and retrieves the files on disk. What program are you using to browse files? It’s a bit hard to tell from this screenshot what program it’s a screenshot of, but it looks like Nautilus (the default file browser in GNOME). Is that it?
first of all, it only searches for occurrences in already installed packages and is more or less a grep -l xxx /var/lib/dpkg/info/*.list. So you can’t use it in order to determine which package to install, for that you use packages.debian.org or apt-file instead.
Secondly, what you search for isn’t relative to anything (wtf):
Elisa for when i want my whole music library (it is a bit lacking in features tho), audacious w/ winamp classic skin (vibes) when im just playing files on my kde plasma box, and cmus on my qtile setup :3 also sicmuplayer on android cuz its the best
Timeshift. It has an easy to understand GUI that doesn’t really need much of an intro: You create snapshots of your system files and configs that can be restored if/when you bungle it up.
Timeshift works best if you use BTRFS for your root partition because snapshots can be taken instantly. I have mine setup to automatically take a snapshot every day.
There are many approaches, depending on what broke. In my case the system was fine, just xorg being completely borked. So I logged into the console and fixed it.
If regular console doesn’t work, something really went bad during boot, for which there’s single-user mode which is kind of similar to safe mode from Windows 98 (I’m sure there’s something similar in newer windows versions).
And of that doesn’t work, there’s the minimalistic rescue shell.
And if that doesn’t work, you can boot from a USB or some other external media and try to fix your system from that, maybe even using chroot to use the system somewhat normally.
Why does Timeshift only support btrfs? Is it just a lack of developers? LVM supports snapshots too, even if you’re just using ext4. ZFS supports snapshots too.
I know it’s a joke, but if linux keeps growing steadly, without saturating, it can reach a point in which it breaks the “I don’t use it because no one else does/ I don’t use it because my software isn’t supported” barrier and start to grow exponentially.
Is it dumb that I only backup my docs and anything else I think is important? I can rebuild fairly quickly if something would happen. I ask since I know that people backup a variety of their directories
The POSIFLEX issue might have to do with MBR. On your final linux installation, your partition table should NOT be using gpt but mbr and that might solve the issues.
It has to do with older BIOS not recognising gpt and henceforth being unable to boot from the disk.
N.B. you might have to configure your GRUB/systemd loader accordingly.
linux
Top
This magazine is from a federated server and may be incomplete. Browse more on the original instance.