linux

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

paddythegeek, in OpenSuse TW + Gnome Appreciation Post

Sounds like a great experience! Congrats.

I switched from full-time windows to full-time Linux with Pop_OS and haven’t looked back. I’m very happy with it and enjoy finding FOSS alternatives to my former go-to apps. So far so good. I’m also keeping an eye on Vanilla OS as that sounds like a very cool project that is headed to beta by summer.

MagneticFusion,

I’ve heard pretty good things about PopOS aside from the steam deleting desktop environment issue that ended up screwing over LTT.

If you ever want to try a non Ubuntu based distro though, I definitely recommend checking out OpenSuse Tumbeweed. I think I will stick with this for years to come.

7heo, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@7heo@lemmy.ml avatar

Just to add to the QEMU/KVM comment: you can also run an android emulator. The install process is a bit annoying (and contains too many “trust me bro” downloads from Google servers), but it is simple enough and you should be done in around 2h, modulo your uplink.

And at that point, using scrcpy actually helps with the keyboard input.

deafboy, in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?
@deafboy@lemmy.world avatar

This is why we can’t have nice things.

throwawayish, (edited ) in (Blog) Vanilla OS 2 Orchid Stable, some clarifications

“ABRoot is utility which provides full immutability and atomicity to a Linux system, by transacting between two root filesystems. Updates are performed using OCI images, to ensure that the system is always in a consistent state. It also allows for local atomic changes thanks to the integrated ABRoot package manager, which generates local OCI images with the user’s changes, and then applies them on top of the system’s default image.”

(From ABRoot’s page on Github)

This sounds a lot like what Fedora is trying to achieve with their ostree native containers.

Are there any technical differences between the two? Besides, of course, relying on tools with different names etc*. FWIW, it doesn’t seem as if ABRoot (v2) allows one to pin multiple deployments, while this can be done relatively easily through the sudo ostree admin pin [-u] <index> command on Fedora Atomic.

atmur, in What's your favorite music player on Linux?

I stream from my Navidrome server, Supersonic is great.

Turbo,

+1 for navidrome running on my nas

I use the navidrome server and web player on my Linux os and my phone.

You use supersonic to connect to navidrome as the front end? Any advantage?

atmur,

Navidrome’s web player is actually pretty good and I could totally live with it if third party clients weren’t an option. Supersonic is more performant when loading 1800+ song playlists though, and infinite scrolling instead of the paginated web library is really nice.

Turbo,

Thank you. Yes the infinite scrolling would be nice.

I haven’t loaded that many playlists or songs yet so I will keep an eye on performance and remember supersonic…

Cheers mate!

citizensv, in What's your favorite music player on Linux?

When I used Ubuntu, I liked Rhythmbox. I tried Clementine and I also liked it. Nowadays, I use Strawberry on MX Linux. It is similar to Clementine.

flubba86,

Its similar to Clementine because it is a fork of Clementine. wiki.strawberrymusicplayer.org/…/Differences_from…

Krause, in What's your favorite music player on Linux?
@Krause@lemmygrad.ml avatar

audacious, AFAIK it’s the only one to support vgmstream

Monsieur_bleu, in What's your favorite music player on Linux?

mpg123 of course

F04118F, in (Blog) Vanilla OS 2 Orchid Stable, some clarifications

This is pretty sick. Not just flatpaks but easily install any application, using apt or dnf package managers, or deb or rpm files, in a container with a simple syntax. Wow. Wrap a GUI around it and this may be a winning formula for an easy and stable Linux desktop.

warmaster,

They are already doing it. Their forked gnome software takes deb packages too.

juli,

That’s not mentioned in the text.

Are you speaking of distrobox/toolbox? Which is available on any linux system.

ShiningWing,
@ShiningWing@lemmygrad.ml avatar

That’s not mentioned in this specific blog post, but that’s always been one of Vanilla OS’s defining features, it’s “apx” package manager to install those various types of packages

It’s even using Distrobox actually, but the point is to make it simpler to install packages for those contrainers, with the user not worrying as much about managing the individual containers, and not having to memorize the specific commands for each individual distro’s package manager

Basically, like the rest of Vanilla OS, the point isn’t that you can’t do this stuff elsewhere, it’s that it’s trying to make it easier to do it

picandocodigo, in What's your favorite music player on Linux?
@picandocodigo@lemmy.world avatar

Clementine. I sometimes use the Navidrome web UI too.

imnapr, in Friendly reminder
@imnapr@discuss.tchncs.de avatar

The nvidia 545 drivers are an absolute dumpster fire. Even for beta drivers they are easily the worst drivers I’ve ever used. They claim to fix the vrr gsync bug tho… so as soon as they fix gestures broadly everything else, maybe they’ll be good

lemmyvore, in How to use a portable SSD for a travel OS with Linux?

What chipset does the adapter use? Check lsusb or dmesg.

Try adding a Manjaro install ISO with Ventoy, it works very well in live CD mode.

queue,
@queue@lemmy.blahaj.zone avatar

Bus 004 Device 002: ID 0bda:9210 Realtek Semiconductor Corp. RTL9210 M.2 NVME Adapter

And I don’t know if a live CD is the best method for this, due to the how I intend this to be something I can just keep files on for a while. While I do have small persistence .dat files for Debian, Fedora, and Ubuntu, it seems like a bandaid for what would be easiest, an installed distro where I can run the package update commands for, without juggling iso files.

lemmyvore,

That’s a good chip. As a rule of thumb, Realtek = best, Asmedia = good, JMicron = garbage. JMicron adapters run super hot and draw a lot of power, leading to low speeds and dropped connections.

The reason I suggested a Live CD with persistence is that they are better at autodetecting stuff on the host machine. You can definitely install an actual system on the SSD but it will make assumptions about things like the GPU for example – won’t expect to have to swap it at boot, you’ll have to do it manually. Or you can run your desktop environment with a pure software driver but that may get a bit annoying at times, depending on what you want to do with it.

Anti_Face_Weapon, in What's your favorite music player on Linux?

CMUS! I’m surprised more people aren’t using this. It’s very cool, ultra lightweight, and easy to use. Maybe I just like stuff that runs in the console.

dino,

Also the hotkeys are terrible, I really really want to use it properly, but those shortcuts are horrid.

Jack3G,
@Jack3G@sh.itjust.works avatar

cmus is great, it checks all my boxes, and is much easier to work with than mpd imo. The only downside for me is that I can’t see any of the cover art :(

Anti_Face_Weapon,

That is so true. I never thought about that.

dino,

There is no great/simple linux music player with proper cover display. Eliza was so wonky when I tried it months ago, the most simple functions didn’t work properly (like sorting for release year etc.)

Max_P, in How to use a portable SSD for a travel OS with Linux?
@Max_P@lemmy.max-p.me avatar

Not really different than any other M.2 SSDs, that it’s over USB doesn’t matter.

The only consideration for USB sticks is that they’re usually quite crap, so running a system off it tends to use up the flash pretty quickly.

queue,
@queue@lemmy.blahaj.zone avatar

Seems right, but I wanted to double check my research before I fully committed.

gregorum, (edited )

The only consideration for USB sticks is that they’re usually quite crap, so running a system off it tends to use up the flash pretty quickly.

not to mention that, due to the crap flash, they also tend to be quite slow and unreliable.

GenderNeutralBro,

Definitely look for portable SSDs rather than flash drives. Different technology, usually significantly larger (physically). Easily saturates a USB 2.0 connection, so look for USB 3.0.

Back when Microsoft supported Windows To Go, they had a short list of verified drives to use. Surely outdated now but might be a good starting point.

FWIW I used to run Windows 10 off a Samsung T5. It worked fine, except that it would always shut down when I tried to suspend. Still works as far as I know, I just haven’t used it in a long time.

d3Xt3r,

look for USB 3.0

USB 3.0 (5 Gbps) is quite ancient by today’s standards. I’d recommend a USB 3.2 Gen 2x2 (20 Gbps) or even a USB 4.0 drive (20/40 Gbps) drive.

GenderNeutralBro,

Good point. I can never keep my USB 3 naming schemes straight.

The faster nvme-based sticks can even exceed 3.0’s 5gbps!

christophski,

But it’s not a usb stick, it’s an m.2 drive in an enclosure… So your second point doesn’t apply

Max_P,
@Max_P@lemmy.max-p.me avatar

It indeed doesn’t, its purpose is to show the differences and clarify why/where OP might have heard you need special care for portable installs on USB sticks.

All the guides and tutorials out there are overwhelmingly written with regular USB sticks in mind and not M.2 enclosures over USB. So they’ll tell you to put as much stuff on tmpfs as possible and avoid all unnecessary reads and writes.

possiblylinux127, in Is it actually dangerous to run Firefox as root?

I think there are many security issues with your setup. You really, really shouldn’t do everything as root. That is just a time bomb waiting to blow.

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