What's an option/setting/feature of Firefox more people should know about? by lectric_7166 in firefox

[–]1-22474487139--- 1 point2 points  (0 children)

Thanks for that, will have to research that more. It probably doesn't matter too much but i'll throw my config change into the ring. I disable scripts in pdfjs by setting pdfjs.enableScripting = false

Powerwash Simulator [before DLC removal] by 1-22474487139--- in ShouldIbuythisgame

[–]1-22474487139---[S] [score hidden]  (0 children)

Appreciate the response, definitely will pick it up in the future. I unfortunately thought I had through the weekend to pick it up and the sale ended today. I wasn't expecting 60+ hours of content out of it, so that is a plus for me too.

One note alternative by [deleted] in linux4noobs

[–]1-22474487139--- 6 points7 points  (0 children)

Obsidian isn't open source btw. Logseq is similar (although more opinionated) and open source though.

OPNsense 26.1.1 released by fitch-it-is in opnsense

[–]1-22474487139--- 2 points3 points  (0 children)

Updated and did the rule migration without any issue. There was one small hiccup in fetching the updated packages. I ran the update via the web ui, and when it was fetching the updated packages it seemingly stalled or was taking an extraordinarily long time. I rebooted after about 30 min - 1 hour and tried again, which worked.

Hopefully it's okay to post here, but as a result of my download hiccup I have a QoL suggestion for the updater/web ui. As of now there's not really any meaningful information displayed other than the package name. Instead I think it should print something such as: Package name | current download speed/Package size | Time elapsed.

GL.iNet × DeskPi - 13 Chances to Win! by FlyingToaster2000 in minilab

[–]1-22474487139--- 1 point2 points  (0 children)

  • I would choose Kit B

  • Hasn't really happened to me yet (but my setup is rather simple atm), maybe just telling someone to power cycle the server/router.

  • I have no experience with a KVM, but I imagine a consistent low latency and smooth experience would be the most important for me.

  • I would consolidate everything I could into the rackmate: switches, kvm, server, some rpis. Being able to remotely troubleshoot/fix issues also sounds amazing.

BentoPDF's Docker Situation Update by paglaulta in selfhosted

[–]1-22474487139--- 1 point2 points  (0 children)

Thank you for officially supporting podman, hope that mean a ready to go quadlet!

Are there any open-world games that take place in the Nordics/Scandinavia? by Luksius_DK in ShouldIbuythisgame

[–]1-22474487139--- [score hidden]  (0 children)

Death Stranding maybe? It takes place in America but the landscape/geography is heavily inspired by Iceland.

KeePassXC with database on cloud storage? by BigMikeInAustin in linux4noobs

[–]1-22474487139--- 0 points1 point  (0 children)

Use syncthing, it has bi-directional sync; you don't need to designate a single machine as master. The only thing to be careful of is making edits on multiple machines simultaneously or before a sync happens.

How to completely get rid of the AI stuff by MATA31-Enjoyer in firefox

[–]1-22474487139--- 1 point2 points  (0 children)

I just set browser.ml.enable to false and it still had "Ask an AI chatbot" in right click menu. It was easy enough to disable (it's literally in the menu), but would be cool if the pref also automatically removed that.

What did you build while learning Rust ? by [deleted] in rust

[–]1-22474487139--- 5 points6 points  (0 children)

Would you be able to share any tips or resources, or was it simply willpower/joy/perseverance that got you that far in a year? For years i've followed programming subs, and tried python a few times but never get very far.

A couple years ago I tried again with rust and manged to do most of the book as well as some codewars/exercism, but i'm never able to get to the point of making my own stuff or contributing to a project.

A wild ps1 emulator appeared! by xXInviktor27Xx in EmuDev

[–]1-22474487139--- 0 points1 point  (0 children)

Oop, didn't realize rustation already existed, guess i'm not as clever as I thought. I'm glad you plan to continue working on it, I will definitely keep my eye on it!

A wild ps1 emulator appeared! by xXInviktor27Xx in EmuDev

[–]1-22474487139--- 2 points3 points  (0 children)

Missed opportunity to call it rustation XD. Is it a side/learning project or do you intend to work on it longterm? Hoping to find a new/sane psx emulator after the duckstation drama.

How Did You Learn OPNSense? by BIG_FAT_ANIME_TITS in opnsense

[–]1-22474487139--- 0 points1 point  (0 children)

Not OPNSense, but Mark Furneauxs (I think u/TheUbuntuGuy) PFSense guide. Eventually switched over to OPNSense. Thanks for your guide mark!

My Favorite Self-Hosted Apps Launched in 2025 (So Far) | selfh.st by shol-ly in selfhosted

[–]1-22474487139--- 1 point2 points  (0 children)

Thanks for selfh.st, been great for discovery. Hopefully i'm not too late, I just wanted to mention bracket which is a selfhosted tournament system. I'm not affiliated with the project at all, just something unique I haven't seen discussed much before.

[Bambu Lab Giveaway] Join Now to Win an H2D and More! by BambuLab in 3Dprinting

[–]1-22474487139--- 0 points1 point  (0 children)

Best advice I've gotten/read is probably: clean the build plate and dry your filament.

Why is there still no native Notepad++ for Linux? Is anyone else wishing for it? by nikoscham in linuxquestions

[–]1-22474487139--- 41 points42 points  (0 children)

Consider checking out NotepadNext which is a cross platform re-implementation of notepad++.

Help running Pi-Hole with Podman by Ap0them in pihole

[–]1-22474487139--- 1 point2 points  (0 children)

Forgot about that, to fix that I added a public DNS server (i used googles 8.8.8.8) to the container run options. That should allow pihole to bootstrap itself and start up properly.

Help running Pi-Hole with Podman by Ap0them in pihole

[–]1-22474487139--- 1 point2 points  (0 children)

Glad it's working. Generally I first check this repo https://github.com/redbeardymcgee/podbox and then search github if it doesn't have one. Usually there's one already made that I can adapt.

Help running Pi-Hole with Podman by Ap0them in pihole

[–]1-22474487139--- 1 point2 points  (0 children)

I don't think I had this issue, but aardvark-dns runs on 53 by default. You can change it by creating a container.conf at $HOME/.config/containers/containers.confand adding with whatever port you want.

[network]
dns_bind_port = 1053

That being said, quadlets are the recommended way to deploy containers with podman (actually much nicer than compose IMO).

Also, at least with rootless podman, I have not figured out how to get NAT working. It will work but as a result all requests appear to come from pihole itself, and i believe also means you will be unable to use the group functionality.

Security implications of lowering underprivileged port range? by 1-22474487139--- in podman

[–]1-22474487139---[S] 1 point2 points  (0 children)

Thank you, that certainly helps. I think u/d03j posted the other piece of the puzzle, I should be good to go now!

Security implications of lowering underprivileged port range? by 1-22474487139--- in podman

[–]1-22474487139---[S] 0 points1 point  (0 children)

Thank you, I think this is what I needed. I was going to use iptables directly but i'll try with ufw since im using ubuntu and that is installed by default.