linux

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

cmat273, in Help with laptop buying decision

Framework would be my first choice if I could afford it. Grab yourself an amd thinkpad from ebay

just_another_person, in How to secure (podman or docker) containers for public-facing hosting?

Secure your network. Worry less about escalations in your containers. You’re thinking too deeply about what is essentially a rabbit hole with a dead end for the most part, and if you don’t understand why in the first place, you should read more to understand exactly what you’re afraid of.

If you’re thinking that on your personal home network (which should be reasonably secured anyway) that someone will get physical access, then get on your network and start scanning everything, then find the ports you have open on every host, then identify the specific versions of the http servers hosting your software, then run exploits to get past any authentication which should be there, THEN have superhax ready to escalate privileges on the container runtimes so they can run remote executions…that’s all they’ll be able to do unless you have volume mounts allowing access to your stuff everywhere in said containers.

If you live in fear of everything, you’ll get nothing done.

steersman2484, in Best distro for data science? [request]

Just use any distro you like and install the packages you need. Done.

unmagical, in Looking for a good tablet PC distro

I have a tablet running fedora with gnome. While it works for me I cannot recommend it at all for something I’d give to someone else.

On the surface gnome looks useable as a mobile DE, but the reality is that it requires several gnome extensions to get it in a useable state (I’m talking having a reliable way to copy and paste). Those extensions are not necessarily updated at the same cadence as gnome or fedora so my ability to consistently use the device in a predictable manner is gone if I install the latest updates when available (and after years of training users to install updates when available someone you give the tablet too will click the update pop-up).

Regarding drivers, the only thing that doesn’t work on mine is the camera. I’d recommend trying out a few choices on a live boot and seeing just how much effort you have to make it useable.

DetachablePianist,

Yeah, I’ll definitely burn a few ISOs to usb to live test. I’ll be sure to update my post with the chosen winner once I pick one.

TheGrandNagus, (edited ) in #129 Hello 2024 · This Week in GNOME

Gnome was already pretty great for accessibility (for a Linux DE anyway), and I’m glad to see that it’s getting continued work.

Usually (understandably) it’s overlooked

Also nice to hear them actually explaining why VRR hasn’t been enabled yet - there are still kinks to work out. Reddit/Lemmy told me it’s just because Gnome devs are evil pieces of shit who hate their users.

a0193143, in Looking for a good tablet PC distro

In my experience, both GNOME and KDE’s pure touchscreen experience are not good as Android or ChromeOS for now, and not even close to Windows 10.

GNOME has its onscreen keyboard, although not bad actually.

I haven’t been using GNOME for two years, so maybe there’s some improvement?

My suggestion is give ChromeOS a shot (Brunch Framework), if you don’t mind Google things.

DetachablePianist,

hmm, anything Google is usually not my first choice, but thanks for the suggestion! If I’m not happy with other options I might give chrome a shot anyway. Thanks!

Pantherina, (edited )

Maybe ChromiumOS Flex? But its probably not available as install medium (with drivers, DRM, hardware acceleration, …) anywhere.

Also its just for

  • Chrome(-ium) and Webapps, a lot of Google
  • Android Apps (not all)
  • Linux in a Container in a VM. Nice to setup but overkill and then no RAM advantage

Basically GrapheneOS vs. AOSP. AOSP is also very hard to use.

blobjim, in Microsoft says a Copilot key is coming to keyboards on Windows PCs starting this month

They did this same thing with Mocrosoft Teams. Microsoft execs are some of the dumbest laziest people.

Spectacle8011, in Debian 12: how do I get Gnome Files to display preview thumbnails/icons for large video files? Right now it just shows generic icons
@Spectacle8011@lemmy.comfysnug.space avatar

On Arch, I use ffmpegthumbnailer to accomplish this.

Kickass Women isn’t going to see this comment because this user is from lemmy.world, which has blocked my instance.

swab148, (edited )
@swab148@startrek.website avatar

On Arch, I use ffmpegthumbnailer to accomplish this.

Kickass Women isn’t going to see this comment because this user is from lemmy.world, which has blocked my instance.

Reposted for you, I don’t think they’ve blocked mine

kariboka,

Good idea

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Cheers!

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

Audacious with winamp skins, weening off windows’ foobar2000 as an old favorite, jellyamp, amberol occasionally

Eldritch,

I’m still using foobar under wine in Linux for the discogs tagger alone.

const_void,

discogs tagger

Might want to check out MusicBrainz Picard for this purpose

Eldritch, (edited )

Let’s just hope it’s better than the music brains tagger itself. It’s been some years since I’ve tried it. I’ll admit. The mess it made the last time that has made me reluctance to give it another chance despite generally supporting what they do. I may just be a little OCD about my collection sometimes lol. But if it can actually get the right artist information, etc. Allow me to store stuff in a particular directory structure relatively easily and get cover art. It might stand a chance. I will give the AUR a check here in a bit to see if it has it.

  • Edit I will give it a little bit more try. But I haven’t found any way to configure the data that it’s pulling etc. Which is really going to limit it for my purposes. I have a lot of different things. That it’s just not getting correctly. I tried only a few albums. But the data it pulled was for a different release with much fewer tracks.
sillyhatsonly,

For what it’s worth, I have this problem sometimes when an album has multiple releases and you can choose which release to pull tags from via the context menu in Picard. There’s also a pretty powerful scripting language that you can use to specify the directory and file re-naming structure as well. It took me a while to get my structure set up properly but once I did it’s been a life saver in keeping my files organized.

If there’s something in particular you’re trying to achieve that’s not working I’d be happy to try and help!

Eldritch,

I hadn’t seen that yet. Although unfortunately, my experimenting with the tool ended abruptly last night when the LCD panel on the system went out. I may install it on a different system and see if I can figure out how to select releases that should solve the issue.

kurcatovium,

Check out Deadbeef, it looks like it might be what foobar was on windows (at least partially).

InputZero,

There is no program I miss quite as much as winamp. It really kicked the lama’s ass.

flashgnash, in Linux tablet?

I have tried with a couple myself and come to the conclusion that right now you’re probably better off buying an android tablet, putting a de-googled version of android on it and running termux if you need Linux on it

NoLifeGaming, in Linux reaches new high 3.82%

Very cool. I wonder how much the steam deck helped in this push

markus99,

about three fiddy

randy, (edited ) in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?

At a glance, it looks like Aegis generates standard TOTP tokens, which means there’s a lot of software that can do the same thing, so you don’t need to emulate Aegis. I use pass-otp (an extension to pass), but that’s command-line-only, and a lot to deal with if you’re not already using pass. From a quick search, it looks like Keysmith and OTPClient are decent graphical alternatives. From another quick search, OTPClient is available in Ubuntu 23.10.

Edit: Re-reading your post, your issue is that you don’t like logging in on your phone, right? But Aegis just provides the code, you should be able to use the code from your phone to log in on your computer. TOTP codes are only affected by the secret values and the current time, so the code generated on your phone can be used on any device.

poissonDistribution, in Linux reaches new high 3.82%
@poissonDistribution@lemmy.world avatar

If adobe would be willing to port its creative suite to linux that number would increment faster

possiblylinux127, (edited )

We have Gimp and kdenlive. What else could you possibly need.

Edit: Just to clarify this was only a half serious comment

Snoopy,
@Snoopy@jlai.lu avatar

Well, i got some feedback, most creative people don’t find gimp good, they won’t switch.

Well dunno if it’s because gimp lacks good tool that ease up their workflow or because we teached them adobe suite.

During my art course it was : adobe suite and autocad with 3d max.

But i knew blender, gimp and scribus way before entering art school because i disagree with adobe’s licensing system and found it very expensive.

Imho, the current best creative software on linux is Blender. There is also Darktable and Rawtepee for light, contrast.

For inkscape, krita, i can’t compare, i never used adobe illustrator, nor corel drawer.

Scribus is good, almost perfect but it lacks a very important feature that i can’t replicate. Adobe Indesign is far more easier because of the guideline that tell ya this item is correctly aligned and has the same size.

Kdenlive, well featured but i find adding video effect easier on adobe premiere pro. And kdenlive had a lot stability issue, i lost my work several time and that’s how i learned to setup automated save.

Autocad easily outmatched freecad, there were a huge difference in functionnalities. I don’t know if it has changed since 10 years. It probably improved a lot.

I apologize for my english grammar.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I know this is probably tongue-in-cheek, but if you wanted the serious answer:

GIMP:

  • Non-destructive Editing (it’s coming real soon!)
  • Vector shapes, not bitmap
  • Smart objects
  • Full CMYK support
  • Full PSD support (for collaboration purposes), hahaha
  • KILL ALL FLOATING SELECTIONS

Kdenlive:

Well, I actually do use Kdenlive. I’m fine with Lightworks too, and Resolve on macOS. But it’s lacking finer color grading controls, the interface is inefficient (being fixed in a future release), hardware-based decoding/encoding needs to either exist or be improved.

And the other big reason is collaboration with other Adobe users.

mexicancartel,

Personally I don’t want people to switch to linux without caring about software freedom. I mean it might be nice to run adobe software in linux but I will not use it, and such softwares have same problems like “windows” which we are switching away from. They are proprietary programs from corporations which doesn’t even satisfy freedom 0.

BreakDecks,

I didn’t care about software freedom very much until after I switched to Linux, so I’ll keep recommending Linux to anyone willing to listen.

mexicancartel, (edited )

Well yes. I agree reccomending linux to others. But if the only reason someone isn’t switching linux is because some proprietary app doesnt support it, i don’t see they will care about free software later on. Also not everyone are like you and me, and may use linux without caring about software freedom at all.(I have a friend who uses google chrome AND edge)

BreakDecks,

I guess part of software freedom, for me, is that I don’t care what other people choose to do, I just use and recommend Linux and other open source software wherever I can.

Absolutely wild that you’d purity test people and recommend against them using Linux just because they wouldn’t be using it for the reason you want them to…

mexicancartel,

I am not against people using linux for some other reason but I don’t want to promote linux just for people to use proprietary software. They could, but i am not interested in them and does feel useless if its not for software freedom. (That doesnt mean i am against people using them)

Btw if you dont know, software freedom is not about using whatever software you need. Its about a software that gives you the four essential freedoms

BreakDecks,

Linux is useless except for software freedom.

Alright, I take it back. With a sales pitch this bad, it’s maybe a good thing for you to hold back on the Linux evangelism.

RandomVideos,

I started caring about foss software only after i switched to linux

mexicancartel,

I mean If you have all thoose proprietary apps availiable in linux, you probably wouldnt be introduced to foss apps. You probably keep on using the proprietary software you used in windows

Illecors, in Linux Containers From Scratch in C

This is really cool! Thanks for sharing!

LemmyIsFantastic, (edited ) in Thoughts on this?

I’m going to post this thread anytime I get some random screaming about how Linux is soooo much easier than Windows.

On a more serious note, Wayland is a dumpster fire, and has been for many years now. I have up after spending a few hours dicking around in xdotool trying to get mouse gestures to work only to find out I should have been using the new ydotool…

Fuck all of that. Linux desktop really could use a benevolent dictator that has some vision and understanding what the average user wants.

This bullshit is the number 1 detractor of adoption.

r00ty,
@r00ty@kbin.life avatar

Fuck all of that. Linux desktop really could use a benevolent dictator that has some vision and understanding what the average user wants.

It already has these. They're called Linux Distros. They decide the combination of packages that make up the end to end experience. And they're all aimed at different types of user.

Why are none explicitly aimed at the average Windows user? I suspect there's one major reason. The average Windows user is incapable of installing an operating system at all, and new PCs invariably come with Windows pre-installed. This isn't a sleight on them by the way, it's just that most computer users don't want or need to know how anything works. They just want to turn it on, and post some crap on Twitter/X then watch cat videos. They don't have an interest in learning how to install another operating system.

Also, a distro aimed at an average Windows user would need to be locked down hard. No choice of window manager, no choice of X11/Wayland. No ability to install applications not in the distro's carefully curated repository, plus MAYBE independently installed flatpak/other pre-packaged things. The risk of allowing otherwise creates a real risk of the system breaking on the next big upgrade. I don't think most existing Linux users would want to use such a limiting distro.

Unless Microsoft really cross a line to the extent that normal users actually don't want anything to do with windows, I cannot imagine things changing too much.

LemmyIsFantastic, (edited )

Your entire paragraph is correct in most ways and really games the issues when Linux desktop in a nutshell. None of that will work for the average user.

My point was, the next time I see someone scream just use Linux, it’s easy, I will post this.

It’s not easy, and it’s somewhat baked in due to the design goals. IMO it would be better if that were accepted instead of bashing windows and osx. I realize I’m off topic by the end there but I felt the need to elaborate.

Stewbs, (edited )
@Stewbs@lemmy.world avatar

I understand where you’re coming from but the point you make is fundamentally wrong. I consider myself to be a Linux newbie and I’ve never ever seen ANYONE suggest Linux as an “easier” alternative to Windows. Never. I’ve always seen people put clear warnings when recommending Linux and always making sure the person, who is the beginner, knows and is aware about all the shortcomings Linux has in certain areas and challenges one might face when trying to use Linux. Maybe there are some out there but you cannot take them as the caricature of majority of people who recommend Linux to beginners.

The comparison you make is not even apples-to-apples, maybe oranges-to-apples. Sure they’re both OSes but everything else about them is very different. Trying to use Linux as Windows ensures that you will have a bad/subpar experience. Now that last one is kind of becoming irrelevant (or less common) as more and more Distros try to be more beginner friendly but the notion still stands.

People bash Windows and OSX because of their clear shortcomings and failings in many areas and yes there are many who just think Linux is plain superior (they wouldn’t be wrong but they wouldn’t be right either) but I’ve not seen one person call Linux perfect. All those that use it know where Linux falls short and wholeheartedly accept it. I understand that you’re trying to make the general user more aware of the issues Linux has but your way to do so only generates fear mongering, not awareness. I’d argue most popular distros “Just work” for most use cases except (like you mentioned) gaming. All this X.org vs Wayland stuff is for those who wish to dig deeper into Linux, the average user will simply not care about it. All they care about is using their system without any hitches.

voidMainVoid, (edited )

I’m going to post this thread anytime I get some random screaming about how Linux is soooo much easier than Windows.

What a ridiculous straw man. I don’t think I’ve ever heard anybody promote Linux but claiming that it’s easier than Windows.

This bullshit is the number 1 detractor of adoption.

That’s a trend I’ve noticed from Linux critics: they had some bad experience due to a use case that they didn’t feel was properly catered to, and because they had a bad experience, that’s the reason why more people aren’t choosing Linux.

I’ve never used mouse gestures. I’m willing to bet most users don’t. People aren’t picking up Linux and going “Aaarrrgghhh! This sucks, because I can’t program my mouse gestures!” This sounds like a power user feature. Catering to power users so that they don’t badmouth you online is not a good UX design strategy.

LemmyIsFantastic,

The fact that you don’t think people use gestures is enough for me to believe you don’t have interactions with normal users. People love their touch pads.

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