linux

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

fschaupp, in Is linux good for someone tech illererate.
@fschaupp@lemmy.ml avatar

I really think you would have a great time with either “Linux Mint” because of its rocksolid philosophy of not breaking stuff or shipping “beta software”.

Otherwise a safe option would be a Linux variant with professional support options - just in case you need it. ZorinOS, Tuxedo or Pop_OS! are the most common ones.

Personally i’d take Linux Mint, which in most cases works flawless out of the box. The premium options are nonetheless also great options.

ultra,

+1 for Linux Mint. It just works unless you try to break it.

mactan, in What are you most excited when it comes to linux in 2024?

wine Wayland driver

pastermil, in What are you most excited when it comes to linux in 2024?

SDDM Wayland Greeter, to have 100% wayland on KDE

gnuplusmatt,

Fedora 39 KDE/Kinoite already has this

pastermil,

SDDM with Wayland greeter? AFAIK It’s not even finished on the git master branch…

gnuplusmatt,

its not in any stable release of sddm, but its one of the exceptions Fedora makes for git releases in its stable branch. KDESIG devs were desperate to get an end to end wayland experience happening for the KDE spin.

fedoraproject.org/wiki/…/WaylandByDefaultForSDDM

priapus,

It’s not finished, but it works on the current release. wiki.archlinux.org/title/SDDM#Running_under_Wayla…

iloverocks,

I’m currently using greetd-tui but I would instantly switch over to sddm if the Wayland session actually works. (I use hyprland as my window manager )

Holzkohlen, in Is linux good for someone tech illererate.

I am very curious about the type of person who would rather use a phone than a computer. I am already getting annoyed just typing these two sentences on my phone, because I know hoe much more convenient this would be on my computer.

SnokenKeekaGuard, (edited )
@SnokenKeekaGuard@lemmy.dbzer0.com avatar

Swipe typing. Also most people I know are the same

nayminlwin, in What are you most excited when it comes to linux in 2024?

Better ARM and RISC-V support

MangoKangaroo, in What are you most excited when it comes to linux in 2024?

Probably COSMIC. I’m also excited to maybe see HDR and improved tiling in GNOME.

yetAnotherUser, in Is linux good for someone tech illererate.

I haven’t seen anyone mentioning this yet, so I will: if you’re looking for the most accessible way to use Linux, nothing beats Endless OS. It’s a Linux distribution that is built specifically with ease of use and offline usage in mind (if you don’t know what a “distribution” is, feel free to ask). It’s pretty different from Windows (the user interface is nothing alike, you should download every program/app from the App Center instead of downloading from your browser), but I think you’d get the gist of it quickly.

Now, whether you would want to change to Linux or not greatly depends on what you use your computer for. If you use your computer mostly for browsing the Internet and making Word documents, then I think you should change. If you play videogames on your computer, but mostly via Steam, then Linux won’t be bad. But if your work depends on something like Adobe Photoshop and you really aren’t available to using any other program, then you would not want tochange to Linux, because Photoshop isn’t compatible with it.

TL;DR: Have a look at Endless OS; and please share what you use your computer for / what devices other than a normal keyboard and mouse you normally connect to your computer, so we can help you determine whether you should just switch to Linux or not.

SnokenKeekaGuard,
@SnokenKeekaGuard@lemmy.dbzer0.com avatar

From what I can gather distributions (distros?) are forks of the original os? Thats an assumption tho.

Don’t use anything special here. I do connect my wireless headphones at most other than mouse and keyboard.

ultra,

Technically, Linux is just the kernel. What makes a distro different is the software they choose to install and package, and what version: some come with the latest version of kde plasma and busybox, others use versions of GNOME and the GNU core system utilities that are a few years old, etc.

SnokenKeekaGuard,
@SnokenKeekaGuard@lemmy.dbzer0.com avatar

Ooooh ok thanks

Holzkohlen, in What are you most excited when it comes to linux in 2024?

Not much. Plasma 6 and any wayland improvements I guess. Apart from that maybe FSR 3 frame generation, but that’s not linux specific.

nickwitha_k, in What are you most excited when it comes to linux in 2024?

I’m looking forward to hardware and firmware hacking on a Framework laptop.

d3Xt3r, (edited ) in What are you most excited when it comes to linux in 2024?

Plasma 6, but just as excited for kernel 6.7 featuring:

  • bcachefs
  • AMD Seamless Boot (for flicker-free streamlined booting)
  • Scheduler improvements for better responsiveness/performance
  • IO_uring FUTEX support for better performance
  • More FUTEX2 work for potentially better gaming performance
  • Better write performance for eMMC chips (great for many IoT boards)
  • TCP network performance improvements
  • DisplayPort Alt Mode 2.1 support over Type-C
acockworkorange,

What about bcachefs excites you? Like, what does it offer that ext4, Btrfs and zfs don’t?

d3Xt3r, (edited )

Initial benchmarks show better performance than btrfs (at least for some workloads), but more importanty, I like that it offers tiered/cache storage - so you can use a fast and small drive (NVMe) to speed up a slow and bigger drive (HDD). You can do that with ZFS as well of course, but it doesn’t have the massive RAM requirements. Also it’s much more easier to set up and configure in comparison.

bastion,

It’s like btrfs, but faster, and less prone to data loss.

acockworkorange,

Btrfs is data loss prone? OpenSUSE Tumbleweed uses it as default, I assumed it was good enough.

umbrella,
@umbrella@lemmy.ml avatar

Thats why I’m still on trusty old ext4. Dunno if this is true but I dont want to risk data loss.

PseudoSpock,
@PseudoSpock@lemmy.dbzer0.com avatar

Ext4 just went through a data loss fix in the kernel, too.

pbjamm,
@pbjamm@beehaw.org avatar

BTRFS is honestly really great and has been for the last few years. Dont take the word of random people on the interwebs, check out some modern sources of info on the subject. Some people love to complain about RAID5/6 but if you use BTRFS the BTRFS way then it is solid.

With that said, if you dont need snapshots, drive mirroring, sub volumes, bit rot protection etc then EXT4 is hard to beat for reliability.

acockworkorange,

Snapshots changed my life. And I don’t exactly demand ultra reliability for my home PC. Thanks for the feedback!

KISSmyOS, (edited ) in How to solve this boot error message?

In the grub menu, choose advanced options and then choose an older kernel to boot into.
If that boots fine, remove and reinstall the newest installed kernel and run sudo update-grub.
That should be the easiest way to fix the most possible causes of this error.

Edit: Now would be a very good time to back up all your data to an external drive. This might be a sign of your hard drive failing.

Synthead,

I wouldn’t be quick to assume that this means a failing disk. There would probably be more sporadic issues if this were the case.

KISSmyOS,

I wouldn’t assume a failing disk either.
But every time there’s an error you can’t pin on something you just did, a full backup should be the first thing you do as a matter of principle.

dafunkkk, (edited )

ok, I’ll backup all data first. How can I remove old kernel without enter in grub menu (since usually boot works well) and select the oldone as default? Thanks

KISSmyOS, (edited )

By default, your grub menu should show up every time you boot.
If it doesn’t, boot your PC and do:
sudo nano /etc/default/grub
You need these lines:
GRUB_TIMEOUT=10
GRUB_TIMEOUT_STYLE=menu

Every line starting with:
GRUB_HIDDEN_TIMEOUT
should be commented out like so:
#GRUB_HIDDEN_TIMEOUT

Then run sudo update-grub and reboot.

What this does:

  • sets a countdown of 10 seconds before grub boots the kernel
  • tells grub to show the boot menu during that countdown
  • doesn’t use a hidden countdown that waits for a button press to show the menu

In the grub menu, select advanced options and there you should be able to select an older kernel to boot.

dafunkkk, (edited )

ok, thank you very much for detailed explanation, yes I remember that I had removed timeout from grub in the past, I will follow your procedure and select previous kernel. Another question, once I’v selected the older kernel did you think that removing (it’s fine using apt?) and resinstall newest kernel will fix the issue or I’v to keep the older kernel? In case I’v to keep the older kernel how can I avoid that it will be overwritten once I update the os?

KISSmyOS, (edited )

I think the newer kernel should work after reinstallation.
If it doesn’t and you want to stay with the older one:

apt list --installed linux-image*

There should be a package with a specific version number in its name. For example, the standard kernel for Debian 11 is:
linux-image-5.10.0-26-amd64

Uninstall the linux-image-… package you don’t want to keep.
Also uninstall linux-image-amd64 which is the meta-package that pulls in the newest kernel version. Without it, you won’t get new kernel versions in upgrades.

dafunkkk,

ok, will try Many Thanks!!

wth,

I second the advice to switch to a different/previous/known good kernel. That has been the cause a most boot problems for me. I just had it happen on a VM a couple of weeks ago, so I switched to the old kernel, then removed the new kernel. I’ll wait for another kernel before upgrading.

It’s probably worth scanning your disk just in case as well.

merthyr1831, in Integrity and config errors Ubuntu

It’s a thing with certain laptops, where their secure boot certs are outdated or something. Not really anything you can do to fix, but it doesnt mean anything in practice - I never had issues with it after running linux across multiple distros about a year on my Acer nitro 5.

only thing you might have issues with is using secure boot in certain distros but if you don’t have problems then no need to worry

Another_username,

Thanks for your reply! That goes for both the errors?

merthyr1831,

the gpio one could also just be the BIOS being whacky. I think I have the same one show up on my Acer laptop and I’ve never had an issue.

Another_username,

The gpio one was fixed with the last update :)

grendel, in Kernel 6.6.6 is out 😈
@grendel@lemmy.world avatar

HAIL STALLMANSATAN

LunaCtld, in What are you most excited when it comes to linux in 2024?
@LunaCtld@lemmy.world avatar

GIMP 3.0

YoorWeb,

Is this actually happening in this decade?

possiblylinux127,

Unlikely

funkyfarmington, in What are you most excited when it comes to linux in 2024?

Seeing m$ lose a little more market share.

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