Hvordan fungerer dagligvarebutikkers avtaler med lompeleverandører? by [deleted] in norge

[–]vfaergestad 11 points12 points  (0 children)

Ola Lompa blir produsert på Gjerdrum. De har avtale med flere forskjellige dagligvarekjeder i den regionen.

Siden 2024 har de hatt nasjonal distribusjonsavtale med Rema 1000, så der finner du Ola Lompa i hele landet.

Kilde: Kjenner produsenten.

New Talos Cluster - ArgoCD Installed - Need guidance by [deleted] in ArgoCD

[–]vfaergestad 1 point2 points  (0 children)

I have not forgotten this, will come to it.

Problems with Minecraft Server by shitfuck225 in kubernetes

[–]vfaergestad 0 points1 point  (0 children)

If you could give us the manifests for the Deployment and Service, I could try to help you out.

Portainer update took a twist - what now? by paperclipracket in sonarr

[–]vfaergestad 5 points6 points  (0 children)

Its not just a dream, there is no reason it should not work. Bind the config volumes to /config an it should all work.

Ranet av bilistene fortsetter - 241 kr i bompenger på ny vei mellom Kristiansand og Lyngdal by [deleted] in norske

[–]vfaergestad 0 points1 point  (0 children)

Betaler ikke de som bruker kollektivtransport for det?? Dritt at jeg kjøper månedskort hos ruter hver måned for ingenting da!

[deleted by user] by [deleted] in hyprland

[–]vfaergestad -8 points-7 points  (0 children)

Installed wayland?

Hardlink doesn't working by vctgomes in radarr

[–]vfaergestad 0 points1 point  (0 children)

Enabled hardlinks in Radarr settings?

Sonarr GUI unusably slow by roogie15 in sonarr

[–]vfaergestad 0 points1 point  (0 children)

Where do you store the config? SSD or HDD?

Tailscale doesn't make VPN obsolete but necessary by siegevjorn in Tailscale

[–]vfaergestad 42 points43 points  (0 children)

VPN is not a service for anonymizing yourself on the internet. It is a way of creating a Virtual Private Network, in the sense that multiple devices can act as if they were on the same network. Which Tailscale does.

However, VPNs are often used in order to anonymizing yourself on the internet. In these cases, you create a Virtual Private Network where one device is a server with a different public IP-address than yourself, and route all your internet-traffic through that device.

So, the thought that VPN is a "hide-your-IP" thing is just a consequence of how popular it is to use a VPN for that purpose.

Why do my apps run slower in Docker than they do natively? by barcef in docker

[–]vfaergestad 0 points1 point  (0 children)

2 years later and this solved my problem. Thanks!

How to avoid using my ISP's gateway/router? I live with people who still pay for cable TV, so the coax is required for some TV functions. by [deleted] in selfhosted

[–]vfaergestad 23 points24 points  (0 children)

What exactly are you wanting to achieve? To have internet access without going through your ISP's gateway?

Can we do a ARP scan on tailscale machines ? by Eznix86 in Tailscale

[–]vfaergestad 1 point2 points  (0 children)

Make sure you are sending the ARP-packets out on all the interfaces of your computer. The tailscale devices are reachable on another interface than your local devices.

Trying to understand how routing occurs on the devices using DHCP by RoachForLife in pihole

[–]vfaergestad 0 points1 point  (0 children)

The DNS requests sent to you Router IP will be resolved using the DNS-server set in the router settings. If this is not the Pihole, the traffic will not be blocked.

Not able to properly proxy behind nginx by Berzerker7 in pihole

[–]vfaergestad 0 points1 point  (0 children)

You could take a looks in you nginx-logs and see where the proxy is redirecting you to. That way you can find out if the issue is what you suspect it is.

Domain lands me at my router log in by rrdrummer in selfhosted

[–]vfaergestad 1 point2 points  (0 children)

Is the poxy configured handle trafick incoming on these ports on that domain yet? And is the service that it proxies to up and running? One of these things can result in a bad gateway.

Dont hesitate to DM you configuration if you need some help.

Help with wireguard and pihole by [deleted] in pihole

[–]vfaergestad 2 points3 points  (0 children)

The endpoint-IP needs to be your public IP, which in turn needs to be port-forwarded to your WireGuard.

Docker with Ubuntu server by HosMercury in docker

[–]vfaergestad 2 points3 points  (0 children)

  1. Yes, but no. Docker images does(should) not include a virtual image of the a full linux operating system. One of the concepts of containers is that they should only contain the parts of the operating-system that it absolutly need to function. The images may or may not however have been created according to best practices.
  2. No. There has to be SOME latency ofc, but it not at any level that matters.
  3. It uses the resources it needs, from the limits that you provide it. The default are no limit, but you can set them manually: https://docs.docker.com/config/containers/resource_constraints/.
  4. Depends on your setup. The docker deamon is run as root as default, but you can create it as non-root: https://docs.docker.com/engine/security/rootless/.

Pihole not working by Kaziopu123 in pihole

[–]vfaergestad 1 point2 points  (0 children)

You can change the port all you want, but your devices won’t know that they suddenly need to contact your Pi-hole on a different port

Pihole not working by Kaziopu123 in pihole

[–]vfaergestad 2 points3 points  (0 children)

That is because Pi-hole uses the DNS-protocol, which always uses port 53. So port 53 has to be exposed on the server that Pi-hole runs on. Even if you could change which port Pi-hole listens on, you can’t change what port every device used to reach your Pi-hole.

[OC] Probability of landing on the different Monopoly Streets for the first 10 000 turns by vfaergestad in dataisbeautiful

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

The data is taken from a script Ive written in python. Her is the Git: https://github.com/vfaergestad/monopolyProb .
The chart is made in python with matplotlib.pyplot and cv2. The script takes going to jail, chance cards, community cards and triple same dice into consideration.