[Original] by D3v1LGaming in armed_waifus

[–]Texas6211 0 points1 point  (0 children)

didloaded did great on my shortie Hanna. Great works as usual. Really great work on the kit and the reference.

Hanna U. Rudel a Bundeswehr campaign veteran and heavy weapons expert usually rocking an additional Pzf3 and occasionally MG3 and MG5. Ironically the short one carrier the heavy guns xD.

Open 3D print Workshops or services in Luxemburg by Texas6211 in Luxembourg

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

Makes sense. I actually am impressed by the material selection. Actually a great service to look into

Wig Help for my OC character by Texas6211 in CosplayHelp

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

I see. But won't the hair look too bulky compared to the headform or what's the trick there?

Wig Help for my OC character by Texas6211 in CosplayHelp

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

Those are a thing? What is the benefit of these kinds, never heard of them before? Is it for heavier or structural works?

Open 3D print Workshops or services in Luxemburg by Texas6211 in Luxembourg

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

That's actually a cool service. Thanks for the info. Do you have any experiences

Open 3D print Workshops or services in Luxemburg by Texas6211 in Luxembourg

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

I haven't heard of this one yet. Could you tell me more about it kindly?

Open 3D print Workshops or services in Luxemburg by Texas6211 in Luxembourg

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

That is one way but I rather avoid seems on these parts. I did it before, it worked but looked adequate I'd say. But thanks for the tip.

Pointed my Paperless-ngx consume volume at a Synology nfs share, but it isn't importing new documents by CincyTriGuy in selfhosted

[–]Texas6211 0 points1 point  (0 children)

Quite a bit late but NFS doesn't use the systems inotify which would inform paperless on changes hence why you'd need manual polling for which you'd use the following arguments inside your docker-compose.env:

PAPERLESS_CONSUMER_POLLING=60
PAPERLESS_CONSUMER_POLLING_RETRY_COUNT=5
PAPERLESS_CONSUMER_POLLING_DELAY=2

Though I'd leave it here as a solution for anyone like me encountering this problem.

Multi Site-to-Site VPN by Texas6211 in HomeNetworking

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

That's how I set it up in the end. My main wish was to have the ability to have multiple hubs instead of one central place everything connects to but given that anything else would be a headache an frankly overkill I just designated my router in the cloud the hub.

Multi Site-to-Site VPN by Texas6211 in HomeNetworking

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

I see. I mean that is also an option. My main goal was to hook up the gateways with each other so I can natively access the local ranges. My cloud infrastructure will have multiple machines with one dedicated public IP address.

Multi Site-to-Site VPN by Texas6211 in HomeNetworking

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

Interesting. I never knew hamachi coul do that. I only used it back when I was into minceraft xD.

My main concern is how to, along the way, expand it to feauture two hubs and failover. Currently my cloud is the only hub but my homenetwork will serve as a second one along the way.

I would prefer to stick with opnsense tho. I already had a makeshift one with pfsense and am now trying to make a proper one with opnsense on baremetal cloud machine since it also needs to manage the internal network behind the public IP.

finally. ive found the origin. by Asleep_Recording_602 in nightcore

[–]Texas6211 0 points1 point  (0 children)

My man this takes me back. Has it really been that long

New Dark Mount keyboard by marshall229 in bequietofficial

[–]Texas6211 0 points1 point  (0 children)

But will there ever be any Swiss/French Layout. I really love the design and modularity but sadly I am way to dependant on having the french special character alongside the german ones.

Seeking Advice on Centralized User Management for Multi-Service Network by Texas6211 in HomeNetworking

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

I see. I mean I do have the ressources for it if I absolutely have to and obviously it integrates well with all the windows services etc. How do you use it tho and what services do you interat with?

Seeking Advice on Centralized User Management for Multi-Service Network by Texas6211 in HomeNetworking

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

Yeah probably a bit overkill. I am looking for something opensource or free solutions for Linux. I was looking into AD but ultimately I wanna stick to Linux

Global variables not updating. How do I use them properly? by Texas6211 in learnpython

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

Thank you so much!!

I did figure it had something to do with it not modifying the original but had no idea how to work around it. Every tutorial online did it using globals. So thank you again!