Clip Studio Paint en Linux
Hello everyone. I am a Windows user, but my laptop does not support Windows 11 and what's more, Windows 10 crashes or I have some errors and I go from using Windows 11 to make it even worse. I want to go to Linux Mint or Zorin, the problem is that I am an artist and the drawing program I use is Clip Studio Paint, it is the best one to use. From what I see, this app is not on Linux and I don't know how I could get it to work. Can you recommend a good Linux distro and how to get Clip Studio working? Thank you so much
https://redd.it/1k54atk
@r_linux
Hello everyone. I am a Windows user, but my laptop does not support Windows 11 and what's more, Windows 10 crashes or I have some errors and I go from using Windows 11 to make it even worse. I want to go to Linux Mint or Zorin, the problem is that I am an artist and the drawing program I use is Clip Studio Paint, it is the best one to use. From what I see, this app is not on Linux and I don't know how I could get it to work. Can you recommend a good Linux distro and how to get Clip Studio working? Thank you so much
https://redd.it/1k54atk
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
What are your top 3 gnome extensions? with 1 sentence reasoning at most
Trying to find cool extensions that I can use. Currently I only have some standard extensions like:
* Ubuntu dock
* app menu is back
And fuzzy search
I am looking for cool things that we can share accross this lovely community.
https://redd.it/1k56u9v
@r_linux
Trying to find cool extensions that I can use. Currently I only have some standard extensions like:
* Ubuntu dock
* app menu is back
And fuzzy search
I am looking for cool things that we can share accross this lovely community.
https://redd.it/1k56u9v
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Fedora failed during installation and now I can't access my pc at all
So I was installing Fedora 42, doing a whole disk installation removing windows but it failed saying bootloader could not be loaded, so I just restarted my pc to try and install it again but when I select my pendrive to boot into live environment GNU Grub shows up. From here I feel like I have tried everything but still can't get into live environment or any Linux distro just stuck in GNU grub, I also tried flashing a windows iso hoping it would work but after it I can't even see the GNU grub.
https://redd.it/1k57xbh
@r_linux
So I was installing Fedora 42, doing a whole disk installation removing windows but it failed saying bootloader could not be loaded, so I just restarted my pc to try and install it again but when I select my pendrive to boot into live environment GNU Grub shows up. From here I feel like I have tried everything but still can't get into live environment or any Linux distro just stuck in GNU grub, I also tried flashing a windows iso hoping it would work but after it I can't even see the GNU grub.
https://redd.it/1k57xbh
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
NVK enabled for Maxwell, Pascal, and Volta GPUs
https://www.collabora.com/news-and-blog/news-and-events/nvk-enabled-for-maxwell,-pascal,-and-volta-gpus.html
https://redd.it/1k5dfjc
@r_linux
https://www.collabora.com/news-and-blog/news-and-events/nvk-enabled-for-maxwell,-pascal,-and-volta-gpus.html
https://redd.it/1k5dfjc
@r_linux
Collabora | Open Source Consulting
NVK enabled for Maxwell, Pascal, and Volta GPUs
NVK is now a conformant Vulkan 1.3 implementation on NVIDIA Maxwell, Pascal, and Volta GPUs!
My wife finally forced to move past Win 8.1 Pro back to Linux. A win!
TL/DR: The wife's job required Win 8 Pro in 2014 when she started, no Linux client available to her. But Win 8.1 Pro was really stable so whatever...
FF to April 2025, her company AWS no longer supports Win 8 or even Win 10. But not being new, she asked about Linux. The tech support guy told her he could not get it working on Kubuntu (our preferred distro) but did on a distro I had never heard of called "Vinari." Gnome? No thanks.
20 second of research and found out Vinari is Debian based as are 'buntus. So I said "screw that guy" and installed Kubuntu 24.04. Literally 5 minutes after installation, AWS was up and she was able to log in. Been using it for a week without a single "tech support" call to the hubby (me, lol) so all good.
She's now waiting for the next required call to the company so she can tell the tech support guy "Oh, BTW, my husband got AWS working on Kubuntu in like 5 minutes. He said you can email him if you need help with that..."
ROFL
https://redd.it/1k5eenq
@r_linux
TL/DR: The wife's job required Win 8 Pro in 2014 when she started, no Linux client available to her. But Win 8.1 Pro was really stable so whatever...
FF to April 2025, her company AWS no longer supports Win 8 or even Win 10. But not being new, she asked about Linux. The tech support guy told her he could not get it working on Kubuntu (our preferred distro) but did on a distro I had never heard of called "Vinari." Gnome? No thanks.
20 second of research and found out Vinari is Debian based as are 'buntus. So I said "screw that guy" and installed Kubuntu 24.04. Literally 5 minutes after installation, AWS was up and she was able to log in. Been using it for a week without a single "tech support" call to the hubby (me, lol) so all good.
She's now waiting for the next required call to the company so she can tell the tech support guy "Oh, BTW, my husband got AWS working on Kubuntu in like 5 minutes. He said you can email him if you need help with that..."
ROFL
https://redd.it/1k5eenq
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
I made an app that gives you Linux in the browser, it's now open-source
https://redd.it/1k5gaow
@r_linux
https://redd.it/1k5gaow
@r_linux
Do you struggle to remember the syntax of CLI tools? What is your solution beyond reading man pages?
I've been using Linux distros for many years now, but I've always spent hours learning the syntax, then forgetting it and having to relearn it months later. Maybe I'm dyslexic? Or does "Linux" (the ecosystem) have an unnecessary bias towards convenience for people with great memory?
For example, I install debian with root zfs, so that has required me to write a doc with hundreds of lines of code. It's not fun at all, and hard to read, similar to this: https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bookworm%20Root%20on%20ZFS.html
I.e. it breaks with programming principles of being self-explanatory code, well-named variables, and so on.
I often have to read through man pages and try to understand what a particular argument does, but searching for it doesn't work since it matches with other text. Am I using man pages wrong? Is there a tool that searches arguments specifically?
Obviously LLMs are a great help these days, but they sometimes hallucinate.
Do you struggle with this as well, or have you found tools to support you?
https://redd.it/1k5eezz
@r_linux
I've been using Linux distros for many years now, but I've always spent hours learning the syntax, then forgetting it and having to relearn it months later. Maybe I'm dyslexic? Or does "Linux" (the ecosystem) have an unnecessary bias towards convenience for people with great memory?
For example, I install debian with root zfs, so that has required me to write a doc with hundreds of lines of code. It's not fun at all, and hard to read, similar to this: https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bookworm%20Root%20on%20ZFS.html
I.e. it breaks with programming principles of being self-explanatory code, well-named variables, and so on.
I often have to read through man pages and try to understand what a particular argument does, but searching for it doesn't work since it matches with other text. Am I using man pages wrong? Is there a tool that searches arguments specifically?
Obviously LLMs are a great help these days, but they sometimes hallucinate.
Do you struggle with this as well, or have you found tools to support you?
https://redd.it/1k5eezz
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Just why?
I have a question.
On computer related posts, I always see someone saying "The Linux user always having to bring up how great Linux is every 10 seconds."
Now, I'm an intelligence guy who moved to the IT/Security field a few years back. I just don't get it. I have a Ubuntu Cinnamon laptop but my primary PC is my windows system. Started using it a year ago.
I use the Ubuntu system just daily stuff (email, web, word processing, YouTube), rarely if ever touching the terminal window.
It works flawlessly and it's lightning fast. My windows computer (the monster it is) sometimes struggles to open Microsoft word properly.
Why all the hate on Linux? Honestly, it doesn't need the terminal at all for the main distros unless you get fancy. Honestly, I'd feel better giving my mom (who is computer illiterate) a Linux system than a windows because I can't see how she could mess it up.
https://redd.it/1k5q8oy
@r_linux
I have a question.
On computer related posts, I always see someone saying "The Linux user always having to bring up how great Linux is every 10 seconds."
Now, I'm an intelligence guy who moved to the IT/Security field a few years back. I just don't get it. I have a Ubuntu Cinnamon laptop but my primary PC is my windows system. Started using it a year ago.
I use the Ubuntu system just daily stuff (email, web, word processing, YouTube), rarely if ever touching the terminal window.
It works flawlessly and it's lightning fast. My windows computer (the monster it is) sometimes struggles to open Microsoft word properly.
Why all the hate on Linux? Honestly, it doesn't need the terminal at all for the main distros unless you get fancy. Honestly, I'd feel better giving my mom (who is computer illiterate) a Linux system than a windows because I can't see how she could mess it up.
https://redd.it/1k5q8oy
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Does anyone use electron based terminal emulators?
I’m aware of terminals like Tabby and Hyper — but does anyone actually use them? Why would someone choose an Electron-based terminal over emulators written in Rust (like Alacritty, WezTerm, or Ghostty) or something like Kitty (built with Python/C/Go)? Even the built-in terminal feels like a better option than one built on Electron.
I checked the RAM usage, and it was around 1GB for just 3–4 tabs. That’s why I’m asking. Blink and Electron are practically the same thing. So now your browser runs on Electron, your terminal runs on Electron — and half of your RAM is just gone.
Hyper and Tabby aren’t even the only Electron-based terminals — there are tons of them. That honestly baffles me. Is this just a case of “demand creates supply”?
https://redd.it/1k5t3om
@r_linux
I’m aware of terminals like Tabby and Hyper — but does anyone actually use them? Why would someone choose an Electron-based terminal over emulators written in Rust (like Alacritty, WezTerm, or Ghostty) or something like Kitty (built with Python/C/Go)? Even the built-in terminal feels like a better option than one built on Electron.
I checked the RAM usage, and it was around 1GB for just 3–4 tabs. That’s why I’m asking. Blink and Electron are practically the same thing. So now your browser runs on Electron, your terminal runs on Electron — and half of your RAM is just gone.
Hyper and Tabby aren’t even the only Electron-based terminals — there are tons of them. That honestly baffles me. Is this just a case of “demand creates supply”?
https://redd.it/1k5t3om
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
Open Source: A hedge against tariffs and geopolitics
https://vaibhawvipul.github.io/2025/04/08/Open-Source-A-hedge-against-tariffs-and-geopolitics.html
https://redd.it/1k5sxx9
@r_linux
https://vaibhawvipul.github.io/2025/04/08/Open-Source-A-hedge-against-tariffs-and-geopolitics.html
https://redd.it/1k5sxx9
@r_linux
Vipul Vaibhaw
Open Source: A hedge against tariffs and geopolitics
Note - This is my personal take. Not affiliated with any company or my current employer. Also, this is just a quick note rather than a well thought article. I will be expanding on this in the future. I am not a geopolitical expert. I am not an economist.…
auto-cpufreq v2.6.0 is out!
Packaged with new features and improvements: https://github.com/AdnanHodzic/auto-cpufreq/releases
Project stats:
⭐ 6300 GitHub stars
👥 100 contributors
🛠️ 48 releases
Huge thanks to everyone who made this release happen! 🙌
https://redd.it/1k5vty3
@r_linux
Packaged with new features and improvements: https://github.com/AdnanHodzic/auto-cpufreq/releases
Project stats:
⭐ 6300 GitHub stars
👥 100 contributors
🛠️ 48 releases
Huge thanks to everyone who made this release happen! 🙌
https://redd.it/1k5vty3
@r_linux
GitHub
Releases · AdnanHodzic/auto-cpufreq
Automatic CPU speed & power optimizer for Linux. Contribute to AdnanHodzic/auto-cpufreq development by creating an account on GitHub.
Android alternatives
I was getting pretty sick of Microsoft: my computer runs fine and can theoretically easily run Windows 11, although Microsoft wouldn't allow it, because of one small missing chip. So I finally "upgraded" to Fedora.
But I kinda have a problem with my phone as well. I bought it back in 2018 (OnePlus 6) and it just runs fine for what I use it for. I have Android 11, which isn't supported for some time now and my phone can't run Android 12 or higher. Google is as worse as Microsoft when it comes to software: you must buy a new expensive phone every 4 or 5 years, if you want it to run a secure version of Android. Even Android 12 is in the end of its lifetime, although it was released just 3.5 years ago.
I know there're Linux alternatives to Android, but I don't know if any of these are good and actively in development. So my questions is: do some people have experience with Linux alternatives? And what can you recommend?
https://redd.it/1k5wzsv
@r_linux
I was getting pretty sick of Microsoft: my computer runs fine and can theoretically easily run Windows 11, although Microsoft wouldn't allow it, because of one small missing chip. So I finally "upgraded" to Fedora.
But I kinda have a problem with my phone as well. I bought it back in 2018 (OnePlus 6) and it just runs fine for what I use it for. I have Android 11, which isn't supported for some time now and my phone can't run Android 12 or higher. Google is as worse as Microsoft when it comes to software: you must buy a new expensive phone every 4 or 5 years, if you want it to run a secure version of Android. Even Android 12 is in the end of its lifetime, although it was released just 3.5 years ago.
I know there're Linux alternatives to Android, but I don't know if any of these are good and actively in development. So my questions is: do some people have experience with Linux alternatives? And what can you recommend?
https://redd.it/1k5wzsv
@r_linux
Reddit
From the linux community on Reddit
Explore this post and more from the linux community
newlines in filenames; POSIX.1-2024
https://lore.kernel.org/all/iezzxq25mqdcapusb32euu3fgvz7djtrn5n66emb72jb3bqltx@lr2545vnc55k/
https://redd.it/1k5xwmh
@r_linux
https://lore.kernel.org/all/iezzxq25mqdcapusb32euu3fgvz7djtrn5n66emb72jb3bqltx@lr2545vnc55k/
https://redd.it/1k5xwmh
@r_linux
Favorite Utilities for Namespace Management?
I suppose the utilities for namespace management are `unshare` and `nsenter`, but those are low-level and make it easy to shoot yourself in the foot. I've become a big fan of `ip-netns` because it has safely rails and handles bind-mounts, but it's only for managing network namespaces. Are there similar utilities for mount namespaces, PID namespaces, etc?
https://redd.it/1k6b1ie
@r_linux
I suppose the utilities for namespace management are `unshare` and `nsenter`, but those are low-level and make it easy to shoot yourself in the foot. I've become a big fan of `ip-netns` because it has safely rails and handles bind-mounts, but it's only for managing network namespaces. Are there similar utilities for mount namespaces, PID namespaces, etc?
https://redd.it/1k6b1ie
@r_linux
The prosecution's case for restricting the set of valid filenames in Linux and POSIX
https://dwheeler.com/essays/fixing-unix-linux-filenames.html
https://redd.it/1k6fo69
@r_linux
https://dwheeler.com/essays/fixing-unix-linux-filenames.html
https://redd.it/1k6fo69
@r_linux
Dwheeler
Fixing Unix/Linux/POSIX Filenames: Control Characters (such as Newline), Leading Dashes, and Other Problems
This article will try to convince you that adding some limitations on legal Unix/Linux/POSIX filenames would be an improvement. Many programs already presume these limitations, the POSIX standard already permits such limitations, and many Unix/Linux filesystems…
I switched from macos to Linux because it can't stop babying users and being unnecessarily restrictive
https://redd.it/1k6grd0
@r_linux
https://redd.it/1k6grd0
@r_linux