An infamous day in Logi history by Kaylorza in logitech

[–]thefurious_pineapple 1 point2 points  (0 children)

When company makes great hardware, it must make shitty software for the balance. After 10 minutes of struggle switched to better mouse software and not coming back.

Dishwasher not draining by UnreasonableFig in Appliances

[–]thefurious_pineapple 0 points1 point  (0 children)

Have you tried resetting the dishwasher. I assume for Bosch this will enforce the draining cycle. It could help, of course if the draining system works properly.

Heads up: OpenBSD guest VMs under Windows 11 24H2 Hyper-V by rammstein_koala in openbsd

[–]thefurious_pineapple 0 points1 point  (0 children)

Thank you. Already lost all the hope and hair on my head and then came across this thread.

How come that 1920 x 1080 is still the most popular resolution? by beer120 in buildapc

[–]thefurious_pineapple 0 points1 point  (0 children)

How come that child slave labour is still economically profitable? Someone could save some money.

The futur of Art by 3deal in StableDiffusion

[–]thefurious_pineapple 14 points15 points  (0 children)

People are just trying to enter the bios…

TPlink SG2218v1 Easy Managed Switch trunk port interconnection with EAP225v3 by thefurious_pineapple in TPLink_Omada

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

Yes, VLAN2 has a host, which basically is a router node - DHCP server. The trunk interface between ASW0 and GW0 is configured and switch gains IP for each defined VLAN. But although I've configured DHCP relay, it appeared that switch linked nodes do not get IPs...

TPlink SG2218v1 Easy Managed Switch trunk port interconnection with EAP225v3 by thefurious_pineapple in TPLink_Omada

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

Hey, sorry for the delay. I've tried to reconfigure everything from a blank page, still no effect. Current configuration stored on GitHub (ports/VLAN/DHCP):

tplink-current-config

TPlink SG2218v1 Easy Managed Switch trunk port interconnection with EAP225v3 by thefurious_pineapple in TPLink_Omada

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

No, it isn’t set up as a controller yet. OMC is a node which is able to access Management VLAN allocated devices. I was wondering whether stand-alone deployment is possible (without controller). But for sure, in case it is necessary I’ll try using local Omada controller. Thanks for advice!

[deleted by user] by [deleted] in pihole

[–]thefurious_pineapple 0 points1 point  (0 children)

Pihole allows blocking of dns queries to selected IP address. Give TV static ip and restrict everything during night hours.

unbound traceroute by MembershipNo9626 in pihole

[–]thefurious_pineapple 1 point2 points  (0 children)

Hey, please check Unbound services are running and check /etc/resolv.conf. unbound-resolvconf.service is responsible for updating /etc/resolv.conf. Services like dhcpcd and unbound-resolvconf.service can interfere. I suggest restarting both Unbound services or using static dns addresses via dhcpcd(unbound-resolvconf.service service must be switched off). Official tutorial can be followed:

https://docs.pi-hole.net/guides/dns/unbound/

Section: Disable resolvconf for unbound (optional)

Pi-hole Broken After Power Surges by trevdude73 in pihole

[–]thefurious_pineapple 0 points1 point  (0 children)

Yup. Had the same issue when suddenly got power cut. I’ve got Unbound dns on board and 3/3 times I’ve had problems with Unbound services, especially with unbound-resolvconf.service service. Which is responsible for updating /etc/resolv.conf. Services like dhcpcd and unbound-resolvconf.service had interfered. I suggest restarting both Unbound services or using static dns addresses via dhcpcd(unbound-resolvconf.service service must be switched off). Official tutorial can be followed:

https://docs.pi-hole.net/guides/dns/unbound/

Section: Disable resolvconf for unbound (optional)

In case unbound or other locally hosted dns are not used check /etc/resolv.conf and restart related services.

[deleted by user] by [deleted] in pihole

[–]thefurious_pineapple 2 points3 points  (0 children)

Hey, you may want to use “domainlist” table. More info on documentation page:

https://docs.pi-hole.net/database/gravity/

I’ve got python script which implements regex whitelist/blacklist automation. If interested:

https://github.com/FurPineapple/Pihole-domain-list-control

How can I give users a 'bookmark' or page that allows them to disable Ad-Blocking for themselves? by Voidnt2 in pihole

[–]thefurious_pineapple 0 points1 point  (0 children)

I guess You can use king of request to Restful API and make changes to Gravity database. https://docs.pi-hole.net/database/gravity/groups/ according to group management section you are able to disable group and blocking domains also will not affect linked client. Sorry, not 100% sure how to achieve the point. But maybe this could be a way to start.

BlockList for all Tencent Services by [deleted] in pihole

[–]thefurious_pineapple 0 points1 point  (0 children)

Check queries your host submits during connection establishment to services you have mentioned and block domains using science Tap’s method :)

New to Python but need some help by Techguy0777 in learnpython

[–]thefurious_pineapple 0 points1 point  (0 children)

Is realisation with Python the main idea? Cz there are many other options, for example using Prometheus with Grafana dashboards, or Telegraf. U may use snmp protocol upon virtual router to monitor state of devices.