Latest Server related questions

Score: 0
Global Read-only permissions (for pulling Inventory from all Projects)
in flag

We just starting to you GCP, and we would like to have ability to export/ have a list all our Compute resources, so they could be used for Inventory purposes (imported into Netbox).

I don't have yet a lot of experience and it's hard to understand how to achieve this goal. So far we created user account (inventory@example.com), and tried to understand how to grant permissions (and which ones). We  ...

Score: 0
Samba Logging Parameter to Disable process_name_query_request
cn flag

Is there a way to disable the process_name_query_request and find_workgroup_on_subnet log entires in Samba's log, perhaps in one of the debug classes? There are so many entries, it makes it impossible to find, debug and troubleshoot other errors.

Score: 0
josh_SWR avatar
HPE Server Memory - Will any model be fine?
ru flag

I need to upgrade our HPE ProLiant DL380 Gen9 server with some more RAM. Before I buy anything I just wanted to confirm that it is okay to mix brands/models of memory as long as the type/frequency is the same? I know this is fine for desktop hardware, but just want to be sure it isn't going to cause an issue with server hardware.

This is the model of memory DIMMs that are installed currently:

1

If  ...

Score: 0
Sara June avatar
How to access postgres in private vnet from another VM in azure?
cn flag

I have created postgres flexible server with private vnet option. So, no direct access to posgres from internet.

private vnet

But, when I try to create a new windows 10 VM, I can't select the subnet of database here, even if I select the same VNet.

subnet greyed out in dropdown

The main purpose of this new VM is to connect the database and run any queries.

How to implement this?

Score: 1
vinz avatar
bailiwick rules clarification on the AUTHORITY and ADDITIONAL section
gd flag

Here is an example of bailiwick rules I do not understand:

Resolving adobe.net from a net. TLD server gives:

;; AUTHORITY SECTION:
adobe.net.  172800  IN  NS  ns1.omtrdc.net.
adobe.net.  172800  IN  NS  ns2.omtrdc.net.

;; ADDITIONAL SECTION:
ns1.omtrdc.net. 172800  IN  A   66.235.157.6
ns2.omtrdc.net. 172800  IN  A   66.235.157.7

And resolving ns1.omtrdc.net. gives:

;; AUTHORITY SECTION:
omtrdc.net. ...
Score: 0
NGINX Set Reverse Proxy Header based on the URL
cf flag

I have set up a reverse proxy for the static content on the site. Everything works, the only issue is there are a few pages that the static content is not at that location. I am trying to do something where I ONLY proxy that content for some of the pages, or easier in reverse, proxy the content for all pages but a few.

Current Proxy

location /sites/default/files/ {    
    proxy_set_header Host url.com;
 ...
Score: 1
Nstevens avatar
How to override ansible playbook variable?
br flag

I have a playbook similar to the one below which uses the base_acl variable. Let's pretend base_acl: "default_acl.j2. I have a host that I want to use a different base_acl value for. I've looked over the ansible precedence docs and don't see a way to do this other than using --extra-vars on the command line which I don't want to do.

I've tried defining base_acl in a host_vars file (should have higher ...

Score: 1
Daniel avatar
How to import a CSR on a root CA into the Pending Requests queue and viewing the applied policy on the command line?
in flag

I have a standalone root CA base on Windows Server 2019 Core.

I know that with certutil.exe -dump certificate.req I can inspect the CSR, but the root CA's policies may override the requested extension attributes.

On the Desktop edition, after importing the CSR into the root CA, I can inspect the pending request and see where root CA policies may override requested extension attributes, add additiona ...

Score: 1
Openstack ubuntuVM SSH public key Permission denied on first boot
fr flag

I am deploying Openstack(I tried victoria and ussuri) with kolla-ansible on 3 CentOS 8 Nodes (1=Control+Compute,2 and 3=Compute). Deployments works fine without any problems but when I create a new VM with an ubuntu image (focal-server-cloudimg-amd64.img) from here it looks like it doesn't come up cleanly. This causes that the cloud-init script cannot finish and so the configured SSH-key is not set i ...

Score: 0
Pieter-Jan Cassiman avatar
NGINX not enabling GZIP for css even though it is in config
in flag

I have built a simple static site, that I am serving with nginx (from docker). Currently I am trying to implement some best-practices, including gzip.

I have used some example config I found online, to set up my own config. Gzip is working for most types, except for css...

I used curl for testing:

curl -H "Accept-Encoding: gzip" -I localhost:8400 produces:

HTTP/1.1 200 OK
Server: nginx/1.20.2
Date: Wed,  ...
Score: 1
Daniel avatar
Standalone Root CA does not enforce KeyUsage settings from CAPolicy.inf when issuing certificates
in flag

I have a standalone root CA (RootCA) and an enterprise subordinate CA (SubCA). Both Windows Server 2019.

The RootCA seems to ignore the CAPolicy.inf file configuration settings, when attempting to sign the SubCA's CSR, as shown in the pending request properties view:

enter image description here

The CAPolicy.inf on the RootCA (%SystemRoot%\CAPolicy.inf) is this:

[Version]
Signature= "$Windows NT$"

[Strings]
szOID_KEY_USAGE = " ...
Score: 1
Sara June avatar
How to connect AKS with postgres in private vnet?
cn flag

I have created postgres with private vnet option. So, no direct access to posgres from internet.

private vnet

But, I can't access it from "CloudShell" also.

cloud shell

Also, while creating database,when I want to choose existing VNets, aks cluster(VNet) is not showing in the drop down.

How to keep AKS(azure kubernetes service) cluster and postgres flexible server in the same network then?

Even I tried VNet linking for ...

Score: 0
MT Intl avatar
Recovering MX Records from a deactivated account
cn flag

I hosted my website on google cloud service and my account was deactivated just a few weeks ago and now I want to switch to a different hosting provider but problem is that I do not have access to the MX records which I transferred and were being managed by google cloud service. How do I recover my MX records?

Score: 0
Superfluous directories in Windows PE image?
ru flag
jdm

I am following the instructions from Microsoft to create a Windows PE image. I want to use this and a batch script to deploy a OS image to computers.

However, the image contains a lot of duplicate language folders, like bg-bg, cs-cz, ... both at the root and in Boot (see below). It doesn't disturb the function of Windows PE, but it is a bit annoying that the root is so cluttered. I sometimes have to loo ...

Score: 0
Why isn't logic working on ufw?
ye flag

Let's say I want to allow my own external IP in on tun0 interface port 443.

Why doesn't

sudo ufw allow from 217.xxx.xxx.xxx proto tcp to tun0 port 443

Work (not on tun0 either) when

sudo ufw allow from 217.xxx.xxx.xxx proto tcp to any port 443

works?

All other answers (on this site) are allowing any, I don't want that.

Score: 0
unix_ike avatar
Access self-hosted web server from WAN and LAN with FQDN
ua flag

I have self-hosted web-server in internal network which i can access from external network with FQDN. I would like to access same server from internal network with same FQDN also.

I have configured my router to use my own DNS-server which is located in my internal network. I can access that and other machines with FQDN via SSH in my internal network, which has A-records in my DNS-server. But i ca ...

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.