Linux

16524 readers
197 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
1
 
 

Of course, this is not only about Ubuntu, Fedora, or Linux Mint, as it would apply to all GNU/Linux distributions, desktop environments, and application hubs lke Flathub or Snap Store, which will have to comply with the upcoming law in the near future in some way, especially since similar laws have already been proposed in other US states, including New York and Colorado.

2
 
 

So, I need to dual boot my computer into windows. I have been using only zorin for a while but now I need to dual boot for school. I purchased a new drive, so I don't have to partition my current drive but it is larger than my current drive. Is there an easy way to move zorin onto the new drive and have windows on my current one? Or will I just have to flash zorin onto the new one and then reimage windows onto my current one?

3
4
 
 

cross-posted from: https://lemmy.eco.br/post/21348187

Olá galera, sou novo por aqui, muito prazer em fazer parte dessa comunidade. Bom eu tenho usado o void Linux na tentativa de dá uma sobrevida ao meu meu velho notebook com um i3 de 1º geração e 4GB de ram. Estou usando o niri windows manager porém mesmo só com o mínimo de coias instaladas ele fica na casa de 1gb de ram e tem bastante travamento.

Além de trocar o HDD por um SDD, o que mais posso fazer para otimizar o meu sistema ?

desde já agradeço a todos que comentarem.

5
 
 

Samtime tries out a Fairphone 4 running Ubuntu Touch and it seemed pretty fine. Noted issues were the second camera not working, GPS/Map app being a bit weird, and imo, the screen showing all the apps you have open is terrible. But with the reg app store and waydroid, I think it could be almost managable to use.

My mom is a battery life fiend though, so that part she won't let go of. What's your thoughts?

6
40
submitted 5 days ago* (last edited 5 days ago) by mrh@mander.xyz to c/linux@lemmy.world
7
8
9
10
11
 
 

Hi I'm so sorry I don't mean to be a bother or force anyone into unpaid support, but I'm having a full meltdown and if I can't fix my system I'm screwed. I really thought I was doing it right and installing Pop to my second D drive to leave windows alone but somehow it completely broke Windows and I can load into that, only Pop! And unfortunately Pop! I guess isn't really my GPU (Nvidia 1080ti I think) so on my 4k monitor everything is blown up and the wrong aspect ratio, cutting off the bottoms of windows I Pop! so I can't even navigate this system that I'm 100% entirely unfamiliar with. I don't even care about getting windows back at this point if I can get Pop! usable, I just need a usable machine. I've tried some terminal stuff I've read online already but nothing has worked and I'm afraid to do the purge ~nnvidia command because it said it might turn my screen black and if I can't even get into Pop! then I'm screwed. I don't even know what help I need but I desperately need help

Edit:

I'm too stupid for this. I don't understand what anyone is saying, nothing is working. I don't know what to do. I need to stay away for a few because if I don't I'm going to kill myself. I'm very sorry and I appreciate everyone's help, I wish I that I was smarter and I wish that I was stronger.

Edit 2:

Update here

12
 
 

I recently switched from Windows to Fedora 43. It has systemd-resolved. I'm having an issue with local DNS just on this one computer (everyone else's Windows and Chromebook computers, all mobile devices, TVs, etc seem to be unaffected). My home router is a Firewalla, and I make use of their custom dns rules capability. I setup a home.example.com domain pointing to one IP address, and this acts as a catchall for *.home.example.com to go to my primary home server. But I have a few other specific subdomains <host>.home.example.com that I add with their correct IP. What I'm seeing with dig <host>.home.example.com is both the A record for the host pointing to the correct IP, and also a CNAME aliasing to home.example.com. So ultimately applications on my Fedora machine keep going back to the .50 IP instead of the .55 IP as resolved seems to prefer that record which doesn't actually exist in my router config.

$ dig myapp.home.example.com  

; <<>> DiG 9.18.44 <<>> myapp.home.example.com  
;; global options: +cmd  
;; Got answer:  
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42761  
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 1  

;; OPT PSEUDOSECTION:  
; EDNS: version: 0, flags:; udp: 65494  
;; QUESTION SECTION:  
;myapp.home.example.com.		IN	A  

;; ANSWER SECTION:  
myapp.home.example.com.	1589	IN	CNAME	home.example.com.  
home.example.com.		0	IN	A	192.168.68.50  

;; AUTHORITY SECTION:  
example.com.		1589	IN	SOA	ns1.example.net. hostmaster.example.net. 1771471443 10800 3600 604800 10800  

;; Query time: 9 msec  
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)  
;; WHEN: Thu Feb 19 13:19:04 CST 2026  
;; MSG SIZE  rcvd: 136  

But I don't get that extra CNAME when I query direct to my router

$ dig @192.168.68.1 myapp.home.example.com  

; <<>> DiG 9.18.44 <<>> @192.168.68.1 myapp.home.example.com  
; (1 server found)  
;; global options: +cmd  
;; Got answer:  
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48829  
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1  

;; OPT PSEUDOSECTION:  
; EDNS: version: 0, flags:; udp: 4096  
;; QUESTION SECTION:  
;myapp.home.example.com.		IN	A  

;; ANSWER SECTION:  
myapp.home.example.com.	0	IN	A	192.168.68.55  

;; Query time: 10 msec  
;; SERVER: 192.168.68.1#53(192.168.68.1) (UDP)  
;; WHEN: Thu Feb 19 13:23:17 CST 2026  
;; MSG SIZE  rcvd: 65  

So what gives here. Anyone know how to fix systemd-resolved?

13
 
 

I found an old, sealed media center remote at a thrift shop. But not all of the keys work out of the box. When I run evtest, it definitely recognizes all of the key presses, and identifies the keys correctly. But how do I assign them to things? Any help would be appreciated.

I am running Mint, by the way.

14
 
 

Hi all!

Latest version of Konform Browser just dropped and now I come here to share with y'all about what's been cooking.

If you are new to Konform Browser, dev writing and previously posted on on this community introducing the project here.

Highlights since last time:

  • Latest security fixes from up to most recent Firefox ESR 140.7.1.
  • A new welcome screen (pictured) where user can quickly choose between how private vs integrated experience they want, from a locked down "Purely Private" all the way to an unleashed "Just Make It Work" (affectionately referred to as "yolo mode")
    • The "Show detailed information" link leads to a table showing exactly what settings will be impacted by each preset so user can make educated decision and understand impact before choosing.
  • Improvements around privacy and fingerprinting. In particular: Closed a significant vector of identity leaks and fingerprinting from unique IDs sent in Origin headers of HTTP requests by addons. This is a previously known issue (1405971) that has been considered wontfix by upstream for 6 years now.
    • To my knowledge, Konform Browser is the only Firefox derivative which protects against this under defaults and improves over status quo in chromium too. Attempts are being made to reach out and see if the patch can also be of interest and benefit for Tor Browser.
    • New user pref network.http.addonOriginBehavior can be tweaked to further change behavior and work around any breaking addons.
    • A future update might change default to 3 (random), which could make browser choice less fingerprintable. The current default is not set in stone and I'd be very curious about what breaks and what doesn't if anyone plays around with this.
  • Now also publishing binary packages for easy installation and updates from Alpine Linux and Arch Linux package repos, alongside deb/rpm ones. All builds and releases are produced by Codeberg CI. Building from source is of course still supported.
  • Various improvements and fixes for optional features unlocked by "Just Make It Work" preset

There is also now a more official fedi account on Mastodon where an abbreviated version of this post is already shared with a couple of screenshots of the new onboarding: @konform@techhub.social^1^.

As always, installation and build instructions can be found from release notes and doors are open on Codeberg for issue reports and merge requests alike.

https://codeberg.org/konform-browser/source/releases

^1^: Still figuring out how crossposting works or doesn't across the fedis! In case federation clients botcher the link: https://techhub.social/@konform

15
 
 

My Garuda Moca install has beef funky about the wifi drivers since October 2025. There's just nothing there!

Anyone else had this problem?

16
17
18
 
 

The other day my PC randomly threw an error saying my hard drive was full. I quickly deleted some games so it wouldn't freeze and then went to look wtf happened to see the xorg.log file was over 200 gigs!! I deleted it and rebooted and was fine.

But what in the world would cause this??

All AMD system, Linux mint.

19
20
10
submitted 3 weeks ago* (last edited 3 weeks ago) by _Nico198X_@europe.pub to c/linux@lemmy.world
 
 

for anyone with knowledge and experience with Linux KB layouts, is it possible to create a layout based on ISO characters?

Specifically the Shavian set: Scripts (ISO 15924) “Shavian”

I've dabbled in xkb layouts, but only with Roman characters.

Any thoughts / guidance?

Thanks!

21
 
 

So...I'm installing KDE for my gf. She needs to be able to use Acrobat Pro in order to edit PDFs which is something she commonly does. So...I managed to install it. In Lutris. It does open, and from the 'open file' menu, I can actually open PDFs to edit them.

However...when I click on a random PDF file on my desktop...it completely ignores it, and just open to the welcome screen. Is there a way I can pass the file URL to Lutris/Adobe?

For better details, let's see, the KDE shortcut looks as follows:

Name: Adobe Acrobat Generic Name: Comments: Environment Variables: LUTRIS_SKIP_INIT=1 Program: flatpak command-line arguments: run net.lutris.Lutris lutris:rungameid/1

So...I tried to pass the %U at the end of the arguments, so it would look as:

run net.lutris.Lutris lutris:rungameid/1 %U

But this doesn't look too successful, as it seems to completely ignore the last part. So...how can I pass the file URL to flatpak Lutris/Adobe?

22
23
 
 

Recommend putting in your vote on the next Ubuntu wallpapers (requires an Ubuntu account). There are plenty of good ones this year!

24
3
submitted 4 weeks ago* (last edited 1 week ago) by m3t00@lemmy.world to c/linux@lemmy.world
 
 

have a brother laser printer. works well from windows. trying to print some 4x6 shipping labels. from firefox/ebay if that matters. default ubuntu. anyone doing this reliably? setup?

25
 
 

A review of the most recent release of Manjaro. I primarily use Debian distros like Mint and MX but the overall ease and user friendliness of this Arch based distro definitely makes me want to give it a go.

view more: next ›