Linux

5187 readers
67 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
1
2
3
 
 

IT'S HERE!

4
5
6
 
 

LXQt 2.1 is now available as the latest feature release to this Qt-based lightweight desktop environment. Most significant with LXQt 2.1 is the introduction of the lxqt-wayland-session component.

7
8
 
 

cross-posted from: https://programming.dev/post/21363946

The normal complaint new Zellij users have is that it has a lot of keybindings which are likely to conflict with programs like nvim or Helix that use a lot themselves. Before, the workflow was to lock Zellij with ctrl-g which let input go through to the focused shell/program.

The new mode has most of the keybindings behind the ctrl-g lock, e.g. a new tab is ctrl-g t n (instead of ctrl-t n). You can still use alt-(cursor) for changing focus and alt-n/alt-f for a new tiled/floating pane, but all other key presses get passed along.

You can switch between default and unlock-first (non-colliding) modes so if you need those alt shortcuts you can lock everything as before.

Plus some other nice features like being able to change modifier keys while running (via the Kitty Keyboard Protocol), and autoloading the new config when you edit the file.

9
 
 

The interview is in english

TIL

  • Mark was a Debian contributor
  • His goal was to make Linux succeed like Dropbox and Netflix
  • He acknowledges how ChromeOS and Android (both newer than Ubuntu afaik) shaped the Linux Desktop
  • ChromeOS uses upstart, the init system that Canonical created
  • Canonical is smaller than SUSE
  • Mark considers Ubuntu to be more open than Fedora because they have flatpak in their repos (well, Snaps arent sandboxed outside of Apparmor, so that just makes sense I guess?)
  • Ubuntu kept in contact with GNOME while switching to Unity, so they could easily fall back
  • Microsofted lured in Linux devs with money, to make licensed software
  • The cloud department in Microsoft was pretty progressive, using Linux anyways
  • Azurelinux is a competitor against Ubuntu
10
11
12
13
 
 

cross-posted from: https://lemmy.zip/post/25405532

Qualcomm engineering director Trilok Soni recently confirmed that the company's Linux team published Linux kernel updates for the Snapdragon 8 Elite processor. Qualcomm unveiled the SoC earlier this month, targeting a new generation of flagship phones and tablets supporting Android and Linux.

14
15
21
submitted 6 days ago* (last edited 6 days ago) by boredsquirrel@slrpnk.net to c/linux@programming.dev
 
 

The CPU is quite old and the ports are horrendous.

But that machine has a crazy screen, pretty nice keyboard (actually my first laptop with a numpad ever) and the fan is really silent.

And the install was very easy. Now runs Fedora Kinoite!

Chromebooks, with Linux, not just ChromeOS (the batterylife difference is tiny) are really great for simple office stuff and even media consumption, while being efficient.

My main, 11in Lenovo Chromebook just lost 30% batterylife over a course of 4 hours or more. And it costed 140€!

16
17
18
 
 

I have already Googled about this but didn't find a solution, maybe someone else here has experienced this too? And to add some more details, I use ArcoLinux and I had already toggle 'Close button should minimize Spotify Window'.

Thank you!

19
20
21
 
 

SVT-AV1 2.3 was released yesterday and while it's already the fastest AV1 encoder around, the new version brings yet more improvements for squeezing out additional performance for CPU-based AV1 coding.

22
 
 

cross-posted from: https://lemmy.ml/post/21951809

Fedora Linux provides a wide variety of users with leading edge open source technology in a community developed and maintained operating system. The Fedora KDE Spin combines the reliable and trusted Fedora Linux base with the KDE Plasma desktop environment and a selection of KDE applications – simple by default, yet powerful when needed.

Back in April 2024, Fedora Linux 40 included the KDE “MegaRelease 6” – the Plasma desktop environment, Frameworks application libraries (with the underlying Qt platform), and Gear application suite were all upgraded to new versions in one fell swoop to deliver improved performance and reliability. Since then, continuous upstream updates by the KDE teams to fix bugs and deploy new features were quickly deployed to Fedora 40 users, including breakthroughs such as Explicit Sync in Wayland (which addressed the most prevalent graphical glitches on Nvidia devices)!

Now, as part of the Fedora Linux 41 release, the KDE Spin again includes the very latest with the recently released KDE Plasma 6.2, up-to-date KDE applications and core system packages, and new ways of using Plasma on different devices.

23
 
 

cross-posted from: https://lemmy.ml/post/21948355

KDE are kicking off their 2024 end-of-year fundraiser just in time for Halloween!

Even if the spine-tingling horrors of the long dark night of Walpurgis are mostly imaginary, the sinister threats of predatory proprietary software providers remain all too real.

Fear not! We, the KDE community, will help you, your friends, family, company, and community banish all the creepy and insidious proprietary software that haunts your computers, phones, and household appliances.

But we can't do it alone! We need you to help us fight the good fight against the tech-ghouls from beyond. Use the form to donate any amount to our fundraiser (or become a regular donor to our community) and help us keep the dark forces of proprietary software at bay.

24
 
 

I'm looking to create a unified view of data across multiple Debian-based devices without fully replicating the data. My current setup includes:

  • Main computer with one HDD
  • Server with four drives
  • A couple of Raspberry Pis

I want a folder on each device that provides access to the contents from all drives, but without actually copying or syncing the data to each device. I'm aiming for a solution that allows browsing and accessing all files from any device while keeping the actual data in its original location.

I've been looking into using a combination of MergerFS and SSHFS. The idea is to use SSHFS to mount remote directories and then use MergerFS to combine these mounts with local directories into a single view. However, I'm not sure if I should merge the drives in the server and share the merged folder with all other systems or I should share each drive with each system and merge them in there. Is this the best approach or are there better alternatives?

I want to avoid solutions like Syncthing, Dropbox, or Google Drive that would clone the entire data set to each device. I'm trying to avoid data duplication and save storage space on devices with smaller capacities.

I'd love to hear your thoughts on the MergerFS + SSHFS approach, or if you have any other suggestions that might better fit my needs. Any insights, recommendations, or personal experiences would be greatly appreciated!

Thanks in advance for your help!

25
view more: next ›