Latest Server related questions

Score: 1
Adding a unique request header to hundreds of Ingresses with Traefik 2
ru flag

we're (finally) migrating from Traefik 1 to 2. We run 400+ apps on GKE. Our one remaining challenge is this:

In Traefik 1 we set an annotation on each app's Ingress that adds a header to the request to the backend. The value of that header is unique to each Ingress. Here's an example with the value . Each app has another value in its Ingress.:

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadat ...
Score: 0
2 NIC and access to diffrent lan
tr flag

Sorry for my English.

I have problem with configuration of static routes. My LAN looks like:

Router A - 192.168.1.1 | Router B - 10.0.0.1

Connected to : Server Windows Server 2019

 Nic1 192.168.10:Gateway 192.168.1.10 | Nic2: Virtual Switch 10.0.0.4 Mask 255.255.0.0 GW:empty

Now I need to create static route from PC (192.168.1.150) through Server (192.168.1.10) to VM (10.0.0.6) on virtual switch 10.0.0 ...

Score: 0
Scott Hollenbeck avatar
Nginx Configuration for an RDAP Server?
in flag

I'm trying to set up an nginx configuration for a web server to process Registration Data Access protocol (RDAP, see RFC 9082) requests. The URIs used to submit RDAP queries are of the form "https://server/". Examples: "https://example.com/rdap/help", or "https://example.com/rdap/domain/example.com".

How can I create a location block in my nginx configuration to process requests like this such th ...

Score: 1
Connection reset by peer after firewall swap
cn flag

I have been working on a connection reset issue with SVN traffic after my client's firewall was replaced by a Sophos XG model early last year. Previously had Sonicwall. I opened multiple cases with Sophos support to try to isolate the issue and resolve but to no avail.

Current setup:

  • U.S. office is head office with SVN server running Fedora 15, Apache 2.2.22, and SVN 1.6.18.
  • There are 3 branch offices in ...
Score: 0
Script to add email address to Anti-Spam Policy in Office 365
kr flag


I'm wondering if anyone has come up with a script to add email addresses to the blocked senders list within and Anti-Spam Policy within Office 365 (Security Admin Centre). At the minute, I have to click through a GUI. It's time-consuming and sometimes the Security Admin Centre takes a while to load. I imagine there's a powershell script out there in the community.
Thanks in advance!

Score: 0
Rich M avatar
DFS Replication slow to a single server
de flag

This is a proper head-scratcher...

A customer has a domain with eight DCs. Two (including the PDC) are Hyper-V VMs in our datacentre, four are vSphere VMs at national site offices (not RODCs) and the other two are also vSphere VMs in a 3rd-party datacentre.

SYSVOL replication is all but instantaneous between the PDC (DC1001) and the site DCs, yet between DC1001 and the other Hyper-V DC (DC1002), rep ...

Score: 0
How to implement dynamic DNS with Google Cloud?
cn flag

I have the following infrastructure: pages.frontend.com/client-id - business page for client-id with his services. I want to allow him to map his own domain: clientid.com and get the page pages.frontend.com/client-id. My domain, frontend.com is hosted with Cloudflare and mapped to a Google Cloud Run instance via CNAME.

How can I implement this using Google Cloud?

I managed to create client-id.fron ...

Score: 1
questionto42standswithUkraine avatar
How to trigger an event after saving a chosen csv file in Google Cloud Storage bucket
mx flag

Trying to make a synchronous pipeline, I need to copy a csv file from Google Cloud Storage after it has been saved in Google Cloud Storage. The copy job does not have to be triggered right after the saving, it can also happen within some time frame at least. It just may not happen before the file has been saved. Therefore, either a trigger event or a cronjob are possible, or you may suggest something els ...

Score: 1
Jatinder avatar
Apache 2.4.x Reverse Proxy subdirectory and ports issue?
in flag

I have 3 different applications deployed on the same server. Each on different ports

  1. One java API application running on port 8080. directory (/home/api/)
  2. Second nextjs web app running on port 3000. directory (/home/web)
  3. Third vuejs admin panel application on default port 80 deployed inside subdirectory (/var/www/html/admin)

This is an apache config file test.conf

    ServerName www.test.com

    ...
Score: 0
Unable to deploy and use Google Vision On-Prem
us flag

After purchasing/subscribing to the Vision On-Prem OCR from Marketplace, I have configured and deployed the application on a GKE cluster. The automatic deployment seems to have encountered an error. Please find the attached screenshots.

Also after successful deployment, we need support in order to access the application. The documentation page is no longer accessible - https://cloud.google.com/vision/on- ...

Score: 1
Amit avatar
Issues starting Kube-scheduler [ Kubernetes the hard way ]
cn flag

I am trying to setup kubernetes cluster the hardway by following guide from Kelsey Hightower's Kubernetes The Hard Way

After setting up the kube-scheduler, when I start the scheduler I am seeing the following error:

Jan 20 10:20:01 xyz.com kube-scheduler[12566]: F0120 10:20:01.025675 12566 helpers.go:119] **error: no kind "KubeSchedulerConfiguration" is registered for version** "kubescheduler.config.k8s ...
Score: 0
Pass variable value from one build step to other in jenkins job
br flag

I want to pass variable value from one build step that is from 'execute shell' to 'send files or execute commands over SSH" my script in Execute shell* is:

if [ "$var" == "1"]; then
package="newpackage"
fi
if [ "$var" == "2"]; then
package="oldpackage"
fi
Given_order=${package}

send files or execute commands over SSH echo "$Given_order" but the value is not passed from execute shell build step to other.  ...

Score: 0
SIB avatar
exim interface setting does not work
in flag
SIB

we have a exim server with two IP's. We create a script to change the interface for sending mails. We add the second interface settings on remote_smtp section. When we check the email sent, the interface is always the same, the primary interface.

remote_smtp:
  driver = smtp
  interface = 178.XXX.XXX.XXX

Is there other exim setting that could be change the interface? Thanks, Best regards.

Score: 0
questionto42standswithUkraine avatar
Reading only the metadata of a file in a Google Cloud Storage bucket into a Cloud Function in Python (without loading the file or its data!)
mx flag

I need something like Cloud Storage for Firebase: download metadata of all files, just not in Angular but in Python and just for a chosen file instead.

The aim is to return this information when the Cloud Function finishes with the return statement or just to log it during the run of the Cloud Function as soon as the file is saved in the Google Storage bucket. With that information at hand, another j ...

Score: 0
Ali avatar
External DLLs are blocked by IIS after a time period
fr flag
Ali

Within an ASP.NET MVC web application I use three DLLs, which I need for a function in the web application. At first the function, which depends on the DLLs, runs fine. However, after a few days I get a Server 500 error for the same function. The error can be fixed by copying the same DLLs into the bin folder of the web application again without any changes.

I have had this problem for many month ...

Score: 0
thaovy vu avatar
how to configurate ipv6_autocon = No is persistent
in flag

I modify the line "IPV6_AUTOCONF=no". When we try to do this manually, the change is lost after a network restart/reboot. How do we configure the system so this change is persistent

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.