linux

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

beeng, in Home Theater Laptop

Media keyboard and auto launch website jellyfin at start up

jackpot, in Breaking Windows to let the penguin in...
@jackpot@lemmy.ml avatar

next theyll find out about coreboot and framework laptops lol

MangoKangaroo, in Breaking Windows to let the penguin in...

Welcome to the party! Never let anyone get you down for using a “beginner” distro; it’s perfectly valid to want a system that just works. :)

johannes,

I know plenty of Linux professionals who are no beginners, but still prefer mint :)

MangoKangaroo,

Shoot, I’d probably be one of them if not for my need to have Wayland and slightly newer libraries for my A770.

elucubra,

I installed my first distro, slackware, from diskettes in the 90s, so Im not exactly a newbie. I now use Mint ( just works but you can get under the hood fine), with both a dual boot windows and a VM for when I don’t want to reboot, since I use a few programs that are windows only. The setup works fine for me. That said I’m playing with NixOS. Definitely not for the masses, but awesome.

Ephera,

Well, it’s not like more advanced distros are built to not work. Rather, they work better for different focus points.
So, I would encourage people, especially those with a techy background, to take a look around eventually, but yeah, your conclusion to that journey may as well be that Mint was nice, actually.

MangoKangaroo,

Well, “just works” in the Todd Howard interpretation. ;)

agr8lemon,

Thanks! It’s great to read in there that even some of the seasoned Linux folks use Mint!

haui_lemmy,

I use linux for a couple years as a server and for 6-9 months as a daily. Am also a sysadmin.

Mint works great but is very simple. Ubuntu works good as well but the proprietary snap store is shit imo Switched to debian & kde yesterday and am already fully set up. Not without any hickups but a great experience so far. Maybe try a second hard drive to switch out and install debian if you’re feeling like it. Its pretty cool.

UnfortunateShort, in Best DE for touch screens but also normal use

GNOME or KDE. These are your choices.

Thcdenton, in What are some must have Linux compatible VSTs?

This looks cool

plugdata.org

feedum_sneedson, in Breaking Windows to let the penguin in...

What’s Emdollar?

TeddE, (edited ) in I feel like I'm missing out by not distro-hopping
@TeddE@lemmy.world avatar

Let’s start simple: You should consider hoping from Linux Mint to LMDE if you haven’t already.

As a user, you have no obligation to participate in the politics between the Ubuntu and the Mint Development team, but if you’ve followed the controversy and agree that Ubuntu is being a bully, this would be a small yet material way to show support.

what am I missing?

Every Linux distribution has a purpose - a reason its author thought it was worth the effort of creating it. Some are grand, others are silly, etc. When you explore distros, you’re telling the community which ideas resonate with you. Popular ideas will replicate, unpopular ideas will be abandoned.

Also, switching distributions makes it harder for business to ‘capture’ the Linux demographic. The mere act of switching occasionally means that tools to import/export/manage your data stay relevant. This literally fights enshitification.

Finally, and this is a matter of personal taste, but I like trying different versions of Linux for the same reason I try different flavors of ice cream: It’s fun; and even if now and then I get a bad flavor, I feel enriched by the experience.

(Edit: it’s to its)

Para_lyzed, in Can I install Ubuntu 18 software on Ubuntu 22.04? (Technically Linux Mint 21.3)

I don’t have much to comment on native installs that hasn’t already been said, but if you go with a VM, please don’t use VirtualBox. It’s a pile of hot garbage that pales in comparison to the already existing, kernel-level virtualization offered by KVM/QEMU. Use a package like virt-manager for KVM/QEMU based VMs and your experience and performance will be infinitely better. The Linux kernel has KVM built in for a reason, so take advantage of that.

Otherwise, Distrobox is a great recommendation, as are many of the other install methods listed in these comments.

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

For maximum performance you probably want to skip virt-manager, virt-viewer has a hardcoded FPS cap.

If you use QEMU directly and use virtio-gpu paired with the sdl or gtk display, and OpenGL enabled, you can run Ubuntu at 4K144Hz no problem. The VM is near imperceptible, and it works out of the box, that’s not even touching the crazy VFIO stuff.

Para_lyzed, (edited )

Perhaps I was a bit vague with the word “performance”, but given that this user only seems to be interested in running ROS, there is absolutely no reason they need anything above the FPS cap (hence my recommendation of virt-manager, as it is quite user friendly). The “performance” aspect of it boils down to CPU utilization and efficiency more than anything.

dingus, (edited ) in Breaking Windows to let the penguin in...

They are intro distros, sure, but don’t ever think that you have to move to anything else if you don’t want to. Mint is probably the best Linux distro there is if your goal is ease of use, support, and “it just works”. I’d say that’s more than enough for what people want in an OS. I recommend it to anyone looking to hop into Linux, be it temporarily or permanently. People jump into other distros for specific use cases or because they feel like fucking around with something…but that’s absolutely not required or necessary to be a Linux user or advocate.

youngGoku, in GNOME Network Displays Adds Support For Chromecast & Miracast MICE Protocols

So can I cast a live twitch stream to my raspberry pi using this?

atzanteol, (edited ) in Breaking Windows to let the penguin in...

Now I know that both distros are Linux training wheels

They’re both good distros with a lot of functionality. No need to denigrate them because they’re easy to use.

mvirts, (edited ) in How do I create a docker container with custom programs inside?

Idk anything about those softwares, but I would bet if you set up the hide.me client in a container you could add it to the same network in compose then configure all the other containers to use it as their gateway… I’m probably missing some details and you may need to rebuild all of your containers, or maybe just change the network settings in your compose yaml?

LaterRedditor, in Windows NT Sync Driver Proposed For The Linux Kernel - Better Wine Performance

Is there any risk of lawsuits from Microsoft for all these?

Chewy7324, (edited )

No, this kernel patch will be different to what’s in Windows code. It implements what’s necessary for wine to be more performant, not the actual Windows API itself.

Wine implements those Windows API/ABIs, which is legal because it’s done by reverse-engineering. I believe in some countries (US?) it’s also necessary for the devs to never have seen Windows code.

PS: Google v. Oracle is a US supreme court decision where Oracle lost at trying to patent Java API’s.

…wikipedia.org/…/Google_LLC_v._Oracle_America,_In….

mvirts, (edited ) in What are some must have Linux compatible VSTs?

Surge XT, it’s LV2 but still awesome

Also I’m a zynaddsubfx / yoshimi die hard. Not for everyone but it can do almost everything if you can live with 8bit automation parameters

SolarPunker,

SurgeXT supports VST; LV2 is actually unsupported for recent releases: surge-synthesizer.github.io/changelog/

Ephera,

Uhoh, I’m using the LV2. Do you guys really run the VST through WINE? I was glad, I didn’t have to look into that…

mvirts,

You can run vsts natively on Linux these days… Not that I actually do 😹but surge may make me give it a shot, I didn’t know LV2 is unsupported

Ephera,

Ah, I didn’t know more modern versions of the VST standard specified a Linux interface. I thought, they were still just basically EXEs with some metadata attached.

SolarPunker,

VST is native and actually better for the CPU in the SurgeXT case. I also use it in LV2, and now I’ve all my projects that needs a conversion from that, maybe I could compile the 1.2 version from source; I don’t know but it’s annoying ¢_¢

sorrowl,

There’s also a CLAP version available, if you use a daw that supports CLAP (like REAPER (which you should totally use btw (it’s like the emacs of daws if emacs actually ran faster than everything else)))

LaterRedditor, in Best DE for touch screens but also normal use

Search “touch” in plasma settings and enable most of them.

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