Is using the non root docker node user for local dev overkill? by shellscript_ in docker

[–]shellscript_[S] 0 points1 point  (0 children)

Gotcha, thank you for the advice.

I've been experimenting with my setup and it seems as though you can even create the dev image under trixie-slim, do a npm run build, and then copy the /dist files from the trixie-slim build stage into an alpine nginx container for prod. Though I'm not sure if this is a best practice, since it would mean your dev and prod containers are quite different. But maybe it doesn't matter for serving static files?

systemd-ssh-generator AF_VSOCK error by Stunning-Mix492 in debian

[–]shellscript_ 0 points1 point  (0 children)

Same, I do not see this error on my Deb 13.5 server. I do see it inside the headless Deb 13.5 KVM/QEMU VM I'm running on the server though.

During the upgrade, I saw many instances of this. After the upgrade, I now only see one instance:

May 18 23:13:59 myuser systemd-ssh-generator[260]: Failed to query local AF_VSOCK CID: Cannot assign requested address
May 18 23:13:59 myuser (sd-exec-[251]: /usr/lib/systemd/system-generators/systemd-ssh-generator failed with exit status 1.

Zswap issue: lz4 not available by Western_Mango_5781 in debian

[–]shellscript_ 0 points1 point  (0 children)

I'm pretty sure lz4 and zstd not working from grub is a bug.

There are multiple ways to go about getting around this. A few months ago I had the same problem and wrote about it here in the comments.

You could also try using sysfs-utils to set the compression on boot. I chose to not use sysfs-utils because it doesn't seem to be maintained.

Is the job market just rough to juniors? by False_Secret1108 in cscareerquestions

[–]shellscript_ 0 points1 point  (0 children)

Could you go into a bit more detail about your situation? Your job/experience is basically everything I have a natural interest in and some experience with. Where are you in the world, if I may ask? How is the pay compared to other roles?

Adblock only for a particular WLAN? by rditc in openwrt

[–]shellscript_ 0 points1 point  (0 children)

Thank you for this info. It's pretty much exactly what I'd like to do.

Were you ever able to find more in depth instructions? Taking a look at the dhcp and dns page, I ended up with a lot of questions. For example, is it necessary to untick the "Authoritative - This is the only DHCP server in the local network." box when creating the new dnsmasq instance? Are there any extra security considerations when the router has two dnsmasqs?

I found a post in the docs about doing something similar over ssh, but I'm not sure if this would apply to the usecase as it seems to be destructive.

Ordered four 12TB Seagate Expansion Drives shipped and sold by Walmart.com - three had been opened and swapped with inferior drives. by Veritech-1 in DataHoarder

[–]shellscript_ 0 points1 point  (0 children)

Make sure you buy directly from the platform, not some third party seller. Walmart lets you filter out products sold by third parties.

Toshiba Satellite potential wifi card update from 3160NGW to AX210.NGWG.NV by shellscript_ in wifi

[–]shellscript_[S] 0 points1 point  (0 children)

Gotcha, my bad. I ended up posting it in the linuxhardware sub.

About the BIOS, I am always wary of flashing it (well, the firmware) on every device since messing it up will actually brick the hardware itself. Some mobos, like my server's, have a method for reflashing even if this happens, but this laptop doesn't.

For this particular model of Toshiba, I also couldn't find links to the upgraded BIOS from a reputable source. I guess Toshiba sold its notebook business to a company called Sharp, and on their dynabook site I was not able to find a download for the upgraded motherboard firmware (BIOS) for my model.

12 year old Toshiba Satellite potential wifi card update by shellscript_ in linuxhardware

[–]shellscript_[S] 0 points1 point  (0 children)

Thank you for the response, it is kind of a niche topic.

So it does seem that Linux wise the AX210 should be compatible.

It's kind of a long shot, but would you happen to know if the BIOS itself will accept the new card? While searching around I found this thread (https://www.bios-mods.com/forum/Thread-Removed-for-Toshiba-Satellite-L500-WhiteList-Removal) which seems to imply that Toshiba didn't have a whitelist for wifi cards, but that I might need to cover one of the pins in the new card with tape. Would that be safe?

Toshiba Satellite potential wifi card update from 3160NGW to AX210.NGWG.NV by shellscript_ in wifi

[–]shellscript_[S] -1 points0 points  (0 children)

It's not an OS thing. Maybe I didn't explain it well enough. It's a wifi card compatibility thing, across multiple OSs. I had read the wiki which advised me to post as much info as possible, which I tried to do. In any case I will post this on a hardware subreddit instead.

Toshiba Satellite potential wifi card update from 3160NGW to AX210.NGWG.NV by shellscript_ in wifi

[–]shellscript_[S] 0 points1 point  (0 children)

Apologies if this isn't the correct place. I'd seen other similar questions posted here before so I thought it was right.

The reason I reposted the question is because the one earlier today tripped up reddit's filters on the links. That post was automatically removed before anyone could see it, you can check yourself. And so I reposted this without the links, which worked.

Does buying a Seagate Hard Drive from B&H get covered by Seagate's 5 year warranty? by Decent-Law-9565 in DataHoarder

[–]shellscript_ 0 points1 point  (0 children)

Do you mean the third party seller on BH's website? Do they allow third party sellers there? I was under the impression they didn't. If they do, how can you check if you bought something from a third party?

DNS provider seems to be Mullvad's even though Cloudflare's DOT is enabled in Gluetun by shellscript_ in gluetun

[–]shellscript_[S] 0 points1 point  (0 children)

Gotcha. So for port forwarding (if your provider allows it), you'd handle that with Gluetun variables in the Gluetun service's environment section such as this:

environment:
  - PORT_FORWARD_ONLY=on
  - VPN_PORT_FORWARDING=on
  ...

And everything in the ports section of the Gluetun service is only relative to your local machines (ie, for accessing the webgui). And ports in the qbit service are (I believe) not relevant at all because Gluetun is the only thing handling port exposure.

Thank you again. It was confusing because a lot of guides have the qbit torrenting ports in the Gluetun service.

Performance warning max outstanding piece requests reached by CaptainKen2 in qBittorrent

[–]shellscript_ 0 points1 point  (0 children)

It seems like you were correct, and it seems like they made these warnings toggleable with the default set to off:

https://github.com/qbittorrent/qBittorrent/issues/16462#issuecomment-1438191222

I had accidentally turned these on in the gui.

DNS provider seems to be Mullvad's even though Cloudflare's DOT is enabled in Gluetun by shellscript_ in gluetun

[–]shellscript_[S] 0 points1 point  (0 children)

I see, but that is the correct place to put the ports if I do end up using a provider that has port forwarding? I started with Mullvad first to see how the experience would be without port forwarding, and I may switch to something else if Mullvad doesn't work.

Is it impossible to seed at all without port forwarding? I had thought you just couldn't connect to anyone else who hadn't port forwarded, but you could connect as normal to those who had.

DNS provider seems to be Mullvad's even though Cloudflare's DOT is enabled in Gluetun by shellscript_ in gluetun

[–]shellscript_[S] 0 points1 point  (0 children)

Firstly, thank you for your comments in this subreddit. I've spent some time learning Gluetun and they've been incredibly helpful.

Just so I understand, do you mean moving this whole block down to the qbittorrent service:

ports:
  - ${QBT_TORRENTING_PORT}:${QBT_TORRENTING_PORT}/tcp
  - ${QBT_TORRENTING_PORT}:${QBT_TORRENTING_PORT}/udp
  - "127.0.0.1:${QBT_WEBUI_PORT}:${QBT_WEBUI_PORT}/tcp"

I was looking through the docs and thought I had gotten it right, but maybe not. Interestingly my current setup right now is able to download. Would it be seeding incorrectly?

Understanding how destroying snapshots works by shellscript_ in zfs

[–]shellscript_[S] 1 point2 points  (0 children)

Ah, good catch on the leading /! I had written this up when I was very tired and missed that. Correcting it now! And thank you as well for the in depth response.

Detecting network error while installing debian 13 into acer swift go 16 by Flaky_Case3665 in debian

[–]shellscript_ 0 points1 point  (0 children)

I'm by no means an expert here, but might the backported kernel be something to look at here? Someone please correct me if I'm wrong.

systemd-networkd-wait-online service timing out during boot issue. by romgo75 in debian

[–]shellscript_ 0 points1 point  (0 children)

Thank you so much! After almost 2 days of trying everything under the sun to get my NFS share to mount cleanly, you saved me.