1
29
submitted 5 hours ago* (last edited 4 hours ago) by CorrodedCranium@leminal.space to c/linux@lemmy.ml

It's a breadboard with an extender for a Raspberry Pi's pins flipped upside down, a Raspberry Pi Pico, jumper wires, and a clip that came with a CH341A that suffers from the issue of being 5V.

The issue I think would be length of the wires.

Any thoughts? I'd consider soldering something together but I don't have a soldering iron that would be great for something so small and I'm working with what I have on hand.

I also have a Raspberry Pi 4 and the CH341A that has the voltage issue if anyone has a better idea that might work.

2
105
submitted 13 hours ago by that_leaflet@lemmy.world to c/linux@lemmy.ml
3
16
submitted 11 hours ago by user_naa@lemmy.world to c/linux@lemmy.ml

Hello! I have a very old PC with intel i915 graphics, which doesn't correctly display KDE and shows a lot of bugs. I know it is possible to switch to software acceleration in X server. On NVdia I can pass nouveau.noaccel=1 to kernel. So how can I disable hardware acceleration here? Maybe this is possible via Xorg config?

4
26
submitted 12 hours 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.

5
45
submitted 16 hours ago by pnutzh4x0r@lemmy.ndlug.org to c/linux@lemmy.ml

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)

6
4
cava in waybar (imgur.com)
submitted 10 hours ago* (last edited 10 hours ago) by HotsauceHurricane@lemmy.one to c/linux@lemmy.ml

https://imgur.com/a/aR5lfkS

i, a simpleton, have succeeded in placing cava within my waybar. But i, a simpleton, have succeded in making cava a solid bar when audio is playing. is there a way to adjust this ? should i remove some of the icons in the modules section of my waybar config? would that even help? am i to just shout into the void?

tldr: cava make too big. Me unhappy.

7
9
submitted 1 day 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.

8
52
submitted 1 day ago by KarnaSubarna@lemmy.ml to c/linux@lemmy.ml
9
59
submitted 1 day ago* (last edited 1 day 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.

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

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.

10
30
11
26
submitted 1 day 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

12
54
submitted 1 day ago by ouch@lemmy.world to c/linux@lemmy.ml

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

13
36
submitted 1 day ago* (last edited 1 day 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

14
227
submitted 2 days 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.

15
256
submitted 2 days 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.

16
26
submitted 2 days 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.

17
17
submitted 2 days 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.

18
33
submitted 2 days 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.

19
99
submitted 2 days 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.

20
26
submitted 2 days ago* (last edited 23 hours 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.

21
56
submitted 2 days 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?

22
53
submitted 2 days ago by petsoi@discuss.tchncs.de to c/linux@lemmy.ml
23
21
submitted 2 days ago by that_leaflet@lemmy.world to c/linux@lemmy.ml
24
14
submitted 2 days ago* (last edited 2 days 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

25
232
view more: next ›

Linux

47650 readers
505 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