101
27
submitted 1 week ago by JRepin@lemmy.ml to c/linux@lemmy.ml

The Kubuntu Team is happy to announce that Kubuntu 24.10 has been released, featuring the new and beautiful KDE Plasma 6.1 simple by default, powerful when needed.

Codenamed “Oracular Oriole”, Kubuntu 24.10 continues our tradition of giving you Friendly Computing by integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.

Under the hood, there have been updates to many core packages, including a new 6.11 based kernel, KDE Frameworks 5.116 and 6.6.0, KDE Plasma 6.1 and many updated KDE gear applications.

102
242
submitted 1 week ago by that_leaflet@lemmy.world to c/linux@lemmy.ml
103
90

cross-posted from: https://lemmy.ndlug.org/post/1225458

Powered by the latest Linux 6.11 kernel series, Ubuntu 24.10 features the latest and greatest GNOME 47 desktop environment for the Ubuntu Desktop flavor with additional patches for Mutter and GNOME Shell to enhance stability and performance. In addition, the Ubuntu Dock now visualizes Snap refreshes and includes better handling for PWAs installed via the Chromium Snap.

...

Under the hood, Ubuntu 24.10 comes with an updated toolchain that includes GCC 14.2, GNU Binutils 2.43.1, GNU C Library 2.40, LLVM 19, Rust 1.80, Go 1.23, OpenSSL 3.3, systemd 256.5, Netplan 1.1, and .NET 8. The Ubuntu Desktop installer was also updated with support for local file paths for autoinstall import.

...

Ubuntu 24.10 will be supported for only nine months, until July 2025. If you’re looking for long-term support, you should download and install Ubuntu 24.04 LTS (Noble Numbat), which is supported until at least 2029.

Official Website: Ubuntu 24.10 (Oracular Oriole)

104
12
submitted 1 week ago by skizzles@lemmy.world to c/linux@lemmy.ml

If anyone has any experience with Unified Remote, I could use a little help.

I'm in the process of making a button board for ATS/ETS2 Truck sim games.

I have everything working except for one button.

I am trying to make the button dual function. I press it once and it holds down a key, press it again and it releases.

I can get it to hold the button down fine, but I'm having some trouble getting it to use a secondary function to release the key. I can just hit another button on the board and it stops which is fine, but not really as graceful as I would like.

I did read through their GitHub documentation but I don't see any info on specifically what I'm trying to do.

105
58
submitted 1 week ago by KarnaSubarna@lemmy.ml to c/linux@lemmy.ml
106
26
submitted 1 week ago by merompetehla@lemmy.ml to c/linux@lemmy.ml

not a fan of huawei earbuds but I got a pair as a present.

Only use I see for this thing is to listen to music with my notebook and maybe with the android device (an asus with android 8).

I've never used wireless earbuds, so I have no idea how to start.

Help appreciated

107
62
submitted 1 week ago* (last edited 1 week ago) by christos@lemmy.world to c/linux@lemmy.ml

cross-posted from: https://lemmy.world/post/20670854

https://gitlab.com/christosangel/c-squares

c-squares written in the C language will render random coloured rectangulars in the terminal, while the font, speed, density, color, ratio and number of the shapes drawn are fully costumizable.

Every time a rectangular is complete, a new one starts to take shape.

1.png

Click on image to play video


https://gitlab.com/christosangel/c-squares/-/raw/main/screenshots/2.png

https://gitlab.com/christosangel/c-squares/-/raw/main/screenshots/3.png


Feel free to explore the endless variations.

108
35
submitted 1 week ago by that_leaflet@lemmy.world to c/linux@lemmy.ml
109
39
submitted 1 week ago* (last edited 1 week ago) by gomp@lemmy.ml to c/linux@lemmy.ml

Lately I noticed that when I want to ssh to a server using a password I need to specify -o PubkeyAuthentication=no or I won't be asked for a password and the authentication will fail (well, for all I know, setting some other option may work too).

I use password authentication only once on freshly installed servers/vms, so it's not a huge deal, but... it still bothers me (mainly because I don't remember which option to set).

Do you guys have any idea what it may be?

client's ~/.ssh/config

Host 127.*.*.* 192.168.*.* 10.*.*.* 172.16.*.* 172.17.*.* 172.18.*.* 172.19.*.* 172.2?.*.* 172.30.*.* 172.31.*.*
  LogLevel quiet
  Stricthostkeychecking no
  Userknownhostsfile /dev/null

Host *
  ForwardAgent no
  AddKeysToAgent no
  Compression yes
  ServerAliveInterval 10
  ServerAliveCountMax 3
  HashKnownHosts no
  UserKnownHostsFile ~/.ssh/known_hosts
  ControlMaster no
  ControlPath ~/.ssh/master-%r@%n:%p
  ControlPersist no

server's /etc/ssh/sshd_config (it's from the nixos install iso)

AuthorizedPrincipalsFile none
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
GatewayPorts no
KbdInteractiveAuthentication yes
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
LogLevel INFO
Macs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com
PasswordAuthentication yes
PermitRootLogin yes
PrintMotd no
StrictModes yes
UseDns no
UsePAM yes
X11Forwarding no
Banner none
AddressFamily any
Port 22
Subsystem sftp /nix/store/78mv13w9mgh0s0rd7rnr6ff4d7a39bpd-openssh-9.7p1/libexec/sftp-server 
AuthorizedKeysFile %h/.ssh/authorized_keys /etc/ssh/authorized_keys.d/%u
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ed25519_key

110
57
submitted 1 week ago by ouch@lemmy.world to c/linux@lemmy.ml

Do you use any of the mentioned virtual network interfaces? What for?

111
17
submitted 1 week ago by n0clue@lemmy.world to c/linux@lemmy.ml

I'm interested in using Varia since it has an option for remote however I am not seeing the option, do I need to do something different, I installed from flat hub.

112
26
submitted 1 week ago by TheMonkeyLord@lemm.ee to c/linux@lemmy.ml

I created a second partition on my main drove to install steam games, that way they persist in case I want to reinstall Linux or access from a portable windows install, but wanted it to mount on boot.

In partition manager, for some dumb reason, I presumed that flagging it as 'boot' would mean just that.

Obviously this was wrong, and now I can't unflag the drive for some reason. It says it applies the changes but just leaves it flagged.

113
24
submitted 1 week ago* (last edited 1 week ago) by Proposal6114@lemmy.dbzer0.com to c/linux@lemmy.ml

EDIT : Appreciate all the input, never did figure out what the cause was.... Somewhere in booting between two kernels it just .. stopped being a pain in the ass .... Not my favorite type of resolution

Two weeks ago, I did some updates on my nobara desktop and ever since I've had a significant delay in any audio playing.

I've been poking at it with no luck, and am just out of ideas. Logs don't show anything worrying, running pulse audio in debug looks fine, tried reinstalling packages, tried some tweaks i found online and nothing seems to work.

Rebooting into live environments from USB shows the sound working fine so decent chance the hardware is ok.

Been administrating headless *nix systems since the 90s, finally decided to try on the desktop now that I don't have to use Windows, and .. struggling with this.

114
33
submitted 1 week ago by Bluefruit@lemmy.world to c/linux@lemmy.ml

I control my media pc running Popos with a remote mouse/keyboard combo I found on Amazon and while this works pretty good, I would like a more "big picture mode" like experience that works well with using a remote.

I know theres some distros out there that are geared specifically for a media pc but I don't wanna reinstall my system. My internet is painfully slow at times and drops out frequently (yay for rural America) so even doing system updates can take a long time or just time out. I'd rather not babysit my pc to get everything working again how i want it so if I could find just a desktop environment to use that would be great. If not, such is life.

So far, Plasma bigscreen looked the most promising: https://plasma-bigscreen.org/ but any recommendations would be helpful. I've tried looking some up myself but searching the web has become pretty useless for something more niche or specific like this and I figure the good people on here would have better advice anyways.

115
21
submitted 1 week ago by that_leaflet@lemmy.world to c/linux@lemmy.ml
116
239
submitted 1 week ago by Fredol@lemmy.world to c/linux@lemmy.ml

Open TV is an ultra-fast IPTV app that uses mpv for playback.

After rewriting the app in Rust (tauri specifically) for the last 3 months, Open TV is finally on flathub 🎊🎊

The app also now supports multi sources and other niceties.

If you use hypnotix or other IPTV apps, please give my app a try!

Like the app? Please consider donating. Open TV is a completely solo effort. It would help me allocate more time to its development.

117
13
submitted 1 week ago* (last edited 1 week ago) by Xiisadaddy@lemmygrad.ml to c/linux@lemmy.ml

Im kinda baffled. I use lutris for launching windows games in linux and for the longest time now its worked great. Well i was playing a game and it was working fine. i closed it went and did some other stuff for an hour or so and came back. When i went to launch it suddenly its throwing errors about needing umu to launch proton even tho proton worked just fine not an hour ago. I think ok ive had issues with flatpacks before. Let me uninstall the flatpack and get the system package. I do so and now proton doesnt even appear as an option in the configure menu. I googled around and i cant find any similar issue. The thing that really baffles me is it just seems to have stopped working for no reason. I didnt update anything, didnt change anything. The Lutris on my desktop still works perfectly fine too. Its just the one on my laptop doesnt want to use proton now? Anyone experienced this and know whats up? The umu thing it mentioned at first would need to be compiled from the github and i know thats not something Lutris normally needs since i have had it working without doing that and currently do on my desktop. I guess i could manually install it anyway but i worry itll just make things worse.

Edit: Its suddenly working again i have no idea why

118
264
submitted 1 week ago by JRepin@lemmy.ml to c/linux@lemmy.ml

Plasma 6 has come into its own over the last two releases. The wrinkles that always come with a major migration have been ironed out, and it’s time to start delivering on the promises of the new Qt 6 and Wayland technology platforms that Plasma is built on top of.

Plasma 6.2 includes a smorgasbord of new features for users of drawing tablets. It implements more complete support for the Wayland color management protocol, and enables it by default. There is also improved brightness handling for HDR and ICC profiles, as well as HDR performance. A new tone mapping feature built into Plasma’s KWin compositor will help improve the look of images with a brightness or set of colors greater than what the screen can display, thus reducing the “blown out” look such images can otherwise exhibit.

When it comes to power management You can now override misbehaving applications that block the system from going to sleep or locking the screen (and thus prevent saving power), and you can also adjust the brightness of each connected monitor machine separately.

Plasma’s built-in app store and software management tool, Discover, now supports PostmarketOS packages for your mobile devices, helps you write better reviews of apps, and presents apps’ license information more accurately.

In Plasma 6.2, KDE have overhauled System Settings’ Accessibility page and added colorblindness filters. They've also added support for the full “sticky keys” feature on Wayland.

This and more in full anounncement and changelog.

119
58
submitted 1 week ago by linucs@lemmy.ml to c/linux@lemmy.ml

Right now I use Read You on my phone to get RSS feeds and I read articles on my browser but I want to cut the time I stare at my phone throughout the day so I came up with this system:

Once a week I will look at all the feeds I follow on my PC RSS reader, select the ones I want to read during the next week and save them / export them (possibly in PDF or ePUB?) so that I can put them on my old Kindle (that has no internet access) and read them only using the kindle during the week.

This will drastically reduce the time I use my phone to first scroll and select articles and then to actually read them. Looking at a screen all day for work and also looking at a screen (phone) in my free time is not good for me and I want to change that.

If no RSS reader has that option, does anyone know of another program or firefox extension that would let me "export" web pages as pdfs or epubs?

120
53
submitted 1 week ago by petsoi@discuss.tchncs.de to c/linux@lemmy.ml
121
102
submitted 1 week ago by Atemu@lemmy.ml to c/linux@lemmy.ml

Write is a handwriting app that works on a lot of platforms including Linux which cannot be said about most handwritten note-taking applications.

More information and demo: https://github.com/styluslabs/Write/

I've used it for uni on a Linux tablet/convertible and it worked really quite well and has some nice convenient features for note-taking.

The UI looks like it's from android 4.something though ^^'

What I really appreciate about it is that its storage format are plain SVG(Z) which are extremely compatible. All you need to view your scribbles is an SVG viewer (i.e. a web browser) which basically every computer with a GUI has. Their website is in fact mostly just the output of their own app.

122
24
submitted 2 weeks ago by JackGreenEarth@lemm.ee to c/linux@lemmy.ml

I'm having trouble getting an IP address via DHCP on my HP ProLiant DL380 Gen9 server running Debian. I've tried various troubleshooting steps, but nothing seems to work.

Error messages:

  • "No DHCPOFFERS received"
  • "No working leases in persistent database - sleeping"
  • "Activation of network connection failed" (GNOME)
  • "IP configuration unavailable" (Plasma)

Hardware:

  • HP ProLiant DL380 Gen9 server

Software:

  • Debian operating system
  • GNOME and Plasma desktop environments

Troubleshooting steps:

  • Checked network cable and ensured it's properly connected
  • Restarted network service
  • Set /etc/NetworkManager/NetworkManager.conf managed=true

Additional information:

  • Internet worked during the Debian installation process, but not after booting into the installed system.
  • The problem occurs on both GNOME and Plasma desktop environments, but Plasma provides a slightly more helpful error message.

I'd appreciate any help or guidance on resolving this issue. Has anyone else experienced similar problems with DHCP on a HP ProLiant DL380 Gen9 server with Debian?

123
47
submitted 2 weeks ago* (last edited 1 week ago) by some_random_nick@lemmy.world to c/linux@lemmy.ml

I don't know when this happened. There was a system update a few days ago which went fine. Two days ago I wanted to download something onto one of my HDDs and got an I/O error. After investigating I found out that I no longer am the owner of any of my drives and can't create/delete any files. Chmod/chown didn't help. Editing the fstab file didn't help since it had the exact same contens as when everything worked. Shuffeling exec,rw around has no effect. Mounting/unmounting didn't do anything. Phisically removing the drives also didn't work. Adding a completely new drive automatically set it to restricted. How the hell does soemthing like this happen? I don't want to do a system wipe.

Edit: Windows is to blame

It appears Windows did something to the drives the last time I used it which messed up the partitin tables and prevented Linux from mounting them correctly. After poking around in the journalctl like suggested I found an entry with the error message. Googling brought me to an arch forum post with the same problem. All that had to be done was to go back into Windows and run shutdown /s /f /t 0 in cmd/powershell. Link to the post: https://bbs.archlinux.org/viewtopic.php?id=231375

Tnx everyone for the assistance!

124
63
submitted 2 weeks ago by thingsiplay@beehaw.org to c/linux@lemmy.ml

cross-posted from: https://beehaw.org/post/16434132

YouTube video: https://youtu.be/uScsmjvdwyo

Invidious video from YouTube without YouTube: https://inv.nadeko.net/watch?v=uScsmjvdwyo or https://invidious.nerdvpn.de/watch?v=uScsmjvdwyo

Video description:


It’s clear there are some people who don’t understand Proton. So let’s talk about it. #Proton #SteamPlay #CompatibilityLayer

00:00 Introduction
00:41 The basics of a computer
01:46 What Proton is not
03:04 What is an emulator
04:32 Proton acts like a map
05:25 Proton translates API and system calls
06:18 Proton provides a Windows-like software environment
06:55 Why are some games incompatible?
08:52 Shouldn't we demand native Linux games?
11:07 Conclusion
125
44
submitted 2 weeks ago by JRepin@lemmy.ml to c/linux@lemmy.ml

The RPM Package Manager (RPM) is a powerful package management system. Highlights of the version 4.20 include:

  • Declarative build system support
  • Dynamic spec improvements
  • Guaranteed, RPM-controlled per-build directory
  • Support for spec-local file attributes and generators
  • Support for group membership in sysusers.d(5) files
  • Proper distro-agnostic debuginfo support
  • Sanitized spec comments and indentation syntax
  • Sanitized --build-in-place mode
  • New unshare plugin for scriptlet isolation
  • Plugin API made public
view more: ‹ prev next ›

Linux

47814 readers
1005 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS