Linux - Reddit – Telegram
Linux - Reddit
774 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Anyone else following the Orion browser?
https://redd.it/1kjqkac
@r_linux
System Restore Options

Hi All,

I used Fedora 41 Gnome for 6+ months and have recently switched to Fedora 42 KDE. I must admit I do like KDE better, and I have everything customised to my liking for the most part. I am wondering what is the best way to back up my system, just in-case there is an unstable released or I screw my system up one way or another.

Also, for those who know databases and SQL, what are some good Linux options regarding that? I want to start dabbling and learning that.

Thanks!

https://redd.it/1kjrlea
@r_linux
Ryzen Master & Commander - A linux GUI for controlling TDP/Fan curve on Ryzen PCs/handhelds

Hi everyone - I didn't like the available options for controlling TDP/fan speed in Arch on my ryzen handheld so I made a new app and released it in the AUR. A debian build is available in the git repo.

Main Window

It lets you monitor fan speed, CPU temp, set TDP values, create or edit fan curves, etc.

Git repo: https://github.com/sam1am/Ryzen-Master-Commander

Install on Arch-based systems with `yay -S ryzen-master-commander`

A .deb is available in the releases on github but I have not yet tested it so YMMV.

Hope you like it. Let me know what you'd like to see or if it works for you!

https://redd.it/1kjttn1
@r_linux
Introducing Vircadia, a Bun and PostgreSQL-powered reactivity layer for games
https://vircadia.com/

https://redd.it/1kjwtkt
@r_linux
Dual boot: how to manage extra disks?

I decided to transition to linux as windows is getting more and more limiting for my job. However, since all my work environment is based on win i won’t be able to make a clean jump, but i will have to use a dual boot system until I am ready to transition al my work experience, tools and efficiency in linux.

I decided to split my NVME (only have one slot on my ITX board) to host both the win11 and linux (was thinking ubuntu) OS. I also have two additional SSDs. Usually I used one for gaming and one for work (including programs, but now I wonder how should I manage these two disks to better fit my needs? Shall I have a disk for win and one for linux? is there a way to share at least some storage space?

TIA

https://redd.it/1kjx89b
@r_linux
Never used Linux but looking to set up server.

So as noscript states I have never used Linux but looking to launch a web app this year and wanted to set up the server myself. (Just looking to learn and gain experience is only reason. I know a lot easier options out there.) I was looking at Ubuntu or Mint I hear mint is more UI windows style compared to Ubuntu. But was just wonder what the community thoughts are on a pc set up just as server what version of Linux would be best.

https://redd.it/1kjz2ez
@r_linux
Can Wine still work and access my Windows apps if I have Linux installed on a second SSD?

I'm looking to have my Windows and Linux on separate SSDs as I heard it's safer for both of them but I'd still like to access some of my Windows apps through the Wine program. Can it still work with separate SSDs? Or should I just install on the same drive?

https://redd.it/1kk2htw
@r_linux
FixBrowser/FixProxy 0.3 - browse the web with privacy
https://www.fixbrowser.org/blog/fixbrowser-0.3

https://redd.it/1kk5p4i
@r_linux
A good decision.

Hey so I have been using my window - hp 630 notebook with intel i5 2nd gen and well I have upgraded ram tk 16 gb and also installed SSD for my c drive and had an 500 gb of hdd as d and guess what i upgrade all these ram just so that my system could somehow run stuffs without lags and heating issue even i buyed the coolpad for my window 10 as currently i don't want to buy a new laptop coz well I have college fee etc don't wanna burden parents anymore ya so that's why I downloaded linux on my d drive yayy well I downloaded mint at first then i used it and reading many people over internet i switched to debian 12 cinnamon dextro ummmm well was a good upgrade but felt very overwhelming as I had to set up everything from scratch as a cse student I don't have much time to spend on these instead I would spend those time on my skills leetcode etc and u guys know the worst part in debian the vs code package installation wasn't smooth at alllll well so now as I am typing i deleted the volume and now mint is again setting up on my laptop d drive yayy again as I only got 2 more years before graduation ( i am in 1st now..) ig this download will not need any update etc till my graduation inam just happy with that and best part is that i can use my outdated bluetooth driver on linux hahahahah well guys tell me mint to debian and then again to mint was a good decision? Or should I have just went on with some else dextro and ya these people who consider kali as a best I don't know I would try using that tool on vm it looks good from the texts

https://redd.it/1kkmf2s
@r_linux
fcat: cat on protein with fzf & zoxide smarts
https://redd.it/1kkma1o
@r_linux
Best low-cost course for RHCSA (beginner in Linux)?

I'm planning to take the RHCSA (EX200) exam and I'm a complete beginner in Linux. I'm looking for affordable or low-cost courses (like on Udemy or other platforms) that are good for RHCSA preparation.Also, any advice on how to structure my study as a complete beginner would be super helpful.

https://redd.it/1kkmpz8
@r_linux
Better rsync alternative in 2025 that supports multiple streams?

My house's upload speed is limited to 3 MB/s when uploading over a single stream (like rsync does), but it's technically gigabit (\~100 MB/s) when uploading multiple streams.

I sometimes use Panic's Transmit sometimes and it can hit my max 100 MB/s because it upload in multiple streams. Surprised rsync still uses single streams. Is there a good command line alternative that supports multiple streams?

https://redd.it/1kkp3f7
@r_linux
Wayland: An Accessibility Nightmare


Hello r/linux,

I'm a developer working on accessibility software, specifically a cross-platform dwell clicker for people who cannot physically click a mouse. This tool is critical for users with certain motor disabilities who can move a cursor but cannot perform clicking actions.

## The Issue with Wayland

While I've successfully implemented this accessibility tool on Windows, MacOS, and X11-based Linux, Wayland has presented significant barriers that effectively make it unusable for this type of assistive technology.

The primary issues I've encountered include:

- Wayland's security model restricts programmatic input simulation, which is essential for assistive technologies
- Unlike X11, there's no standardized way to inject mouse events system-wide
- The fragmentation across different Wayland compositors means any solution would need separate implementations for GNOME, KDE, etc.
- The lack of consistent APIs for accessibility tools creates a prohibitive development environment

## Why This Matters

For users who rely on assistive technologies like dwell clickers, this effectively means Wayland-based distributions become inaccessible. While I understand the security benefits of Wayland's approach, the lack of consideration for accessibility use cases creates a significant barrier for disabled users in the Linux ecosystem.

## The Hard Truth

I developed this program specifically to finally make the switch to Linux myself, but I've hit a wall with Wayland. If Wayland truly is the future of Linux, then nobody who relies on assistive technology will be able to use Linux as they want—if at all.

The reality is that creating quality accessible programs for Wayland will likely become nonexistent or prohibitively expensive, which is exactly what I'm trying to fight against with my open-source work. I always thought Linux was the gold standard for customization and accessibility, but this experience has seriously challenged that belief.

Does the community have any solutions, or is Linux abandoning users with accessibility needs in its push toward Wayland?

https://redd.it/1kkuafo
@r_linux