linux

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

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

I just ditched my old Windows 10 PC for a raspberry pi 5, and am running KDE Plasma.

It’s refreshing to have an operating system that doesn’t suggestive sell to me.

possiblylinux127,

That seems like a odd choice. Raspberry pis are limited and require the raspberry pi kernel and proprietary binaries.

Couldn’t you have just install Linux mint on your PC and called it a day? It would likely have better performance.

MushuChupacabra,
@MushuChupacabra@lemmy.world avatar

It was a specific choice. My PC is a little long in the tooth, sucks power, and is overly loud for where it was situated.

The pi is doing fine for my relatively non-demanding usage. If I do set up the old PC again, I’ll probably wind up installing Mint or something, rather than buy upgrades and crap to support Windows 11.

Illecors, in Help on BTRFS setup

Do I need to disable compression on my swap subvolume?

wiki.archlinux.org/title/Btrfs#Swap_file

Is there anything else I should keep in mind for fstab if I want to, say, not keep track of my Downloads folder when snapshotting?

Just create a separate subvolume for it. Snapshots do not work recursively, so it will be left alone.


Mount options also only take effect on the first mount of the device. Since it looks like you only have 1 btrfs device - only / needs the options, really.

actual_patience,

Mount options also only take effect on the first mount of the device. Since it looks like you only have 1 btrfs device - only / needs the options, really.

I didn’t know this. Thanks!

Illecors,

Glad I could help! Just to make things a bit clearer - this is a btrfs thing. Other FSes behave differently.

pepperonisalami, in Happy new year of the Linux Desktop!

This is for real the Linux desktop year for me, went through the switch just before the new year. Had to reinstall a couple times but no big deal, and I get to learn as well.

Not sure if out-of-the-box distros are now that user friendly yet or not, but I remember getting Ubuntu running several years ago was frustrating (no sound, bad sound quality etc) and now running EOS was pretty smooth. Pretty sure something like Mint will be user friendly enough for the general population.

thanksforallthefish, in New Linux user here. Is this really how I'm supposed to install apps on Linux?

While lvxferre’s instructions are the ideal, there’s a simpler option

Download the mullvad.deb file.

Doubleclick on it from your file manager and it should automatically instsll

Every time you start mullvad it will check if the version is current and prompt you (with a link to click on) to upgrade if it’s not.

Note that works on mint, should work on ubuntu unless they’ve disabled dpkg

where_am_i,

No, don’t. Bad advise. Use repos that are provided.

library_napper,
@library_napper@monyet.cc avatar

You might want to say why or you’ll get downvoted. Spoiler: its not safe and this is how you get malicious software on your computer

onlinepersona, in Happy new year of the Linux Desktop!

Here’s to another year of the Linux Desktop! (been ~15 years for me) 🎉

CC BY-NC-SA 4.0

curator93,

What is the purpose of these copyright lines on comments?

onlinepersona,

Think AI training. I might write a blurb somewhere that I can link to someday, but that’s the gist of it.

CC BY-NC-SA 4.0

curator93, (edited )

Do you have any evidence that writing that line actually works to keep AI from using your comment? If some of the biggest authors alive can’t keep their words out of the algorithm, I’m not convinced that a Lemmy comment stands a chance.

onlinepersona, (edited )

No I don’t.

CC BY-NC-SA 4.0

bizdelnick, in New Linux user here. Is this really how I'm supposed to install apps on Linux?

Yes, it is. You can achieve the same usung GUI of course, but this would be more difficult to describe because there are multiple GUIs and they change with new distro versions.

This is more convenient than “downloading and intalling” a file because you don’t have to track updates manually, the package manager will do this for you. You have to read something about what package manager is and how does it work. It is the main concept of all linux distros except LFS.

bizdelnick,

This wiki article contains the information you need. It can seem too long, but I highly recommend to read it.

intensely_human,

I have never regretted time spent reading documentation.

DarkGamer, (edited ) in Linux Boomers
@DarkGamer@kbin.social avatar

I really hate this usage of the term, Boomer. Words mean things!

mogoh,

It’s so stupid. Everything is boomer now.

superbirra, in Linux Boomers

I mean, even my mother who runs kde 5 has a better desktop than the sad one this silly wannabe post. lol

LainOfTheWired, in Gentoo goes Binary (packages)
@LainOfTheWired@lemy.lol avatar

I think it’s a good move. It doesn’t take anything away from people who want to keep compiling everything, but now people on especially old laptops can enjoy the distro too.

Though I will probably continue being a void user this makes me want to use gentoo more then it did before.

Goun, in What distros have you tried and thought, "Nope, this one's not for me"?

Ubuntu. It has become so shitty over time, it’s oretty sad.

phoenixz,

Ubuntu. Started out great but every release got worse with time.

I’ve always used KDE, so always was on kubuntu, or mint, but my latest kubuntu install managed to piss me off badly with its systemd taking over. A simple 10 seconds port=number config in sshd_config change now requires 20 minutes of searches, documentation readup, cursing, and jumping systemd hoops

FUCK systemd

Also FUCK SNAP. Absolute horrid garbage.

My next distro will be debian or some derivative, bye bye Ubuntu

Goun,

I’ve learned to like systemd over time, but not snaps and how Canonical handles things.

Debian also uses systemd nowadays, maybe you can try devuan (I think that’s how it’s called,) which is debian based but without systemd. I only tried it once on a server but came back to debian.

idefix, in What distros have you tried and thought, "Nope, this one's not for me"?

Most distributions are fine honestly. Ubuntu is clearly not my thing. Not a fan of Redhat-based distribution either. I wanted to appreciate OpenSuse as they’ve been supporters of KDE for a long time but wasn’t comfortable with Yast.

Apart from that, Manjaro is awesome, Arch amazing, Debian brilliant, etc.

woelkchen,
@woelkchen@lemmy.world avatar

but wasn’t comfortable with Yast.

I don’t even remember how many years it’s been when Yast was actually needed. It’s optional since quite some time. Even installing the OS itself could technically be done through Calamares but I don’t think that’s worth the effort.

idefix,

Good to hear, my impression of OpenSuse was from 10+ years ago, I should have said so.

clmbmb,

You don’t need yast for anything.

NeoNachtwaechter, in File transfer to USB drive fails after 4.3 gb

What file system is there on your USB drive?

bluestarshield,

When right-clicking the drive and selecting “properties”, the filesystem type is stated to be MSdos

otter,

I found this

MS-DOS (FAT) - This is Disk Utility’s name for the FAT32 filesystem.

engadget.com/2011-09-19-mac-101-format-choices-fo…

So I think the advice about the FAT32 issue people mentioned is the issue :)

FaceDeer, in My First Regular Expressions
@FaceDeer@kbin.social avatar

Just to chip in because I haven't seen it mentioned yet, but I fing LLMs like ChatGPT or Microsoft Copilot are really good at making regexes and also at explaining regexes. So if you're learning them or just want to get the darned thing to work so you can go to bed those are a good resource.

harsh3466,

You know, I haven’t yet used ChatGPT for anything, I might check it out for this reason.

spittingimage,
@spittingimage@lemmy.world avatar

I use it to tell me which page of the Pathfinder 1e manual I should look on for the rules I need.

GustavoM, in Promoting Linux: An End-User Manifesto
@GustavoM@lemmy.world avatar

When folks will stop with the “If Linux won’t become another Windows, it’ll fail” mentality? Linux is not Winblows – and we really mean it. To “increase adoption” users need to acknowledge (only) this – that both Windows and Linux differs from one another and that won’t change in any time soon.

simple,
@simple@lemmy.world avatar

Who said anything about Linux becoming Windows?

sugartits,

Winblows

This is you

Alph4d0g, in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?

That’s the MS business model in partnership with PC makers. It’s a juggernaut. They’ve operationalized it.

Floshie,

TIL that MS can be either mean MicroSoft or MassiveShit and that they would still mean the same shit

elbarto777,

Did you learn that just today???

violetraven,
@violetraven@lemmy.blahaj.zone avatar

WinTel 2.0 🤢

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