linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

skullgiver, (edited ) in Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?
@skullgiver@popplesburger.hilciferous.nl avatar

deleted_by_author

  • Loading...
  • Pantherina,

    The stick works and boots normally.

    KISSmyOS, (edited ) in Firefox needs a 180° turn to full privacy out of the box. - Feddit

    No. Currently Firefox is the only browser that can run Spotify and Netflix on my machine. Neither Chromium nor Epiphany do that.
    Firefox needs to stay functional for “normal” people who consume DRM media, use Google and visit Websites that break if you block their trackers.
    Otherwise its market share drops to zero and webdevs will stop testing for its engine, giving Google full control over the web.

    There are more than enough options out there for people who want full privacy.

    Pantherina,

    This is about DRM, an entirely different topic.

    DRM is loaded on purpose, which is great.

    But good point, there would need to be a “security” switch or else, that you select and that actually hardens the browser.

    Vanilla should always work, and I agree I sometimes need a vanilla profile.

    Firefox profiles are also horribly integrated into firefox. Like there is no GUI way to switch them, without entering “about config”. People think Firefox has no profiles and think thats a Chrome thing, which is fucked up as Chrome copied that

    lemmyvore,

    There is a profile GUI but it’s true that it isn’t integrated into Firefox. You have to start it with firefox -ProfileManager. On Windows I recall it used to add a start menu entry for it but not on Linux.

    Pantherina,

    Firefox Flatpak, RPM, and Windows have this entry. firefox -p is enough and works cross platform.

    But it is no button so people dont think it exists. I heard tech people say “Chromes profiles are better than Firefox containers” as they literally didnt know this core feature.

    Thunderbird has profiles too, Element web also. Both have no GUI at all.

    BRINGit34, in Basic fonts
    @BRINGit34@lemmygrad.ml avatar

    terminus-font.sourceforge.net this has been my favorite for a while. It keeps the retro sort of look while still being actually ledgible

    pastermil, in KDE Frameworks 5.112 Improves Support for NetworkManager 1.44

    Oh boy, big update coming soon to your nearest distro!

    Lyfja, in What is the easiest way to try all the DEs?
    @Lyfja@feddit.de avatar

    Universal Blue

    They offer pretty much every DE and since it’s immutable/atomic you can just easily rebase between them using their image list

    Chewy7324,

    This doesn’t work well in practice when switching between Gnome and KDE. Both change configuration in /home, which might break theming and results in strange behavior.

    Logging in with a different user for each desktop environment does prevent such issues. Or alternatively deleting the right folders in ~/.config should fix it too.

    MonkCanatella,

    In that case, wouldn’t it be possible to try this on any distro? Just make a new user per DE? Also, I think what they’re pointing out is that you can change DE and rollback to where you were before

    Chewy7324, (edited )

    Installing multiple distros at the same time would cause issues because of additional software most DE’s come with (image viewer, …). But yes, it’s possible to switch DE by uninstalling the desktop package group and installing another quite easily. Especially with btrfs snapshots it’s simple to roll back.

    Yes, it’s possible to rollback with ublue but that won’t roll back changes in the home directory. So if you switched from Gnome to KDE and then back to Gnome the additional configuration from KDE might conflict with Gnome (especially theming breaks easily).

    demesisx, in What is the easiest way to try all the DEs?
    @demesisx@infosec.pub avatar

    NixOS VM’s.

    Atemu,
    @Atemu@lemmy.ml avatar

    As in, build a NixOS VM that’s otherwise the exact same as your current system but with a different DE enabled. nixos-rebuild build-vm

    MonkCanatella,

    nixos-rebuild build-vm

    wow. I gotta check out nixos. That is incredible. Do you happen to know if fedora silverbue or any of the other immutable distros do this, or is this something specific to nixos?

    Atemu, (edited )
    @Atemu@lemmy.ml avatar

    Guix might also be able to do this but I don’t think the others can.

    This relies on NixOS’ declarative configuration which Silverbluae and the like do not have; they are configured imperatively.

    MonkCanatella,

    I did some research yesterday and it looks like silver blue has some rebase command that does something similar. Universal Blue is using that to make it easy to switch between DEs, netting a very similar result!

    brunofin,

    That’s a really cool feature

    Chewy7324,

    Thanks for explaining. I’ve come across build-vm and I should really try it out. Rebooting just to roll back isn’t fun

    Atemu,
    @Atemu@lemmy.ml avatar

    Well, you can roll back with a switch too; no reboot required.

    The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.

    Chewy7324,

    I’ve had some changes where I had to logout after a switch, so this should help sometimes.

    possiblylinux127, in Basic fonts

    I just left the defaults

    featherfurl, in How do y'all deal with programs not supported on Linux?

    My approach has been to slowly learn how to play to the strengths of Linux and not pine after anything on Windows because ultimately I’ve gained a lot more than I’ve lost.

    The one piece of software I haven’t been able to avoid keeping around is Sigma Studio, so I have a 10 year old shit top for running it, but it also runs in a VM if I need it. Thankfully I only need to use it once or twice a year.

    If you rely on multiple pieces of software for important everyday activities and they aren’t usable in wine or a VM, you probably have no choice but to use the operating system that is the best vehicle for those tools. Doesn’t stop you from also using linux for other stuff, but I can understand how that’s not the same as going all in.

    woelkchen, in Canonical lifts lid on more Ubuntu Core Desktop details
    @woelkchen@lemmy.world avatar

    This new entrant in the immutable space is not a replacement for ordinary Ubuntu

    Not yet the replacement. It will be and I bet Canonical is targeting 26.04 LTS to do that. This is just the next step of trying to force all their users into Snap, just like when Flatpak was banned from being in by default of community-supported but official Ubuntu variants such as Xubuntu.

    yukijoou, in How do y'all deal with programs not supported on Linux?

    to answer to question in the title, on top of what was already said: i just code them myself. of course, it doesn’t work for everything, but for simple programs, i can write a script or a proper thing that does the specific task i need!

    Patch, in How do y'all deal with programs not supported on Linux?

    Use an alternative, or

    Use Wine/Proton, or

    Use a web app if it exists, or

    Run Windows in a VM.

    For me, the first 3 options covers 99.9% of my usage. It’s been a long time since I had to worry about installing Windows in a VM.

    But to be fair, my requirements to use Windows software are very limited and non-critical. If:

    A lot of programs I work with very often are Windows-exclusive

    …then I would certainly consider keeping a Windows laptop around. Right tool for the job and all that.

    deadcatbounce, (edited ) in SBC's with better mainline Linux support than Raspberry Pi?
    @deadcatbounce@reddthat.com avatar

    Who said that (you have to use their custom mainline kernel)?

    Fedora have an IoT distribution that fits the Raspberry Pi for example. There’s workstation and a ostree versions.

    Armbian I’ve used in preference to Raspbian or whatever they call it today. I like the cleanest distributions as much as possible.

    That’s all I have personal experience with, but there are others.

    Meanwhile, others have suggested other boards. However, don’t think that Raspbian is it (pun intended).

    interdimensionalmeme, in Sell Me on Linux

    Use Linux and computer will devour your entire life just trying to make that thing you want, to work.

    xohshoo, in Amazon Building its Own Linux-Based OS to Replace Android

    The mixed blessing of GPLv2

    optimal,
    @optimal@lemmy.blahaj.zone avatar

    blursing.

    Kongar, (edited ) in How do y'all deal with programs not supported on Linux?

    The same thing I’ve always done - booted another OS that works with that software. No need to artificially limit yourself.

    Once upon a time I remember running Dos, windows, os2 warp, and linux on one hard drive. Those were the days…. Ya ya, I’m going back to my retirement home bedroom…

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #